@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f5f6f7;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	}

img {
    image-rendering: -webkit-optimize-contrast;
	pointer-events: none;
	-webkit-user-drag: none; /* Chrome, Safari, Operaを禁止する場合 */
	-khtml-user-drag: none; /* Konquerorを禁止する場合 */
	-moz-user-drag: none; /* Firefoxを禁止する場合 */
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
	margin-top: 20px;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
}

/*プロフィール用*/
.profile {
	font-size: 26px;
    line-height: 54px;
	text-align: justify;
    display: inline-block;
}

.summary {
	font-family: "Zen Maru Gothic", sans-serif;
	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: 30px 0 30px 0;
}

/*
.summary dl:last-child {
	border-bottom: none;
}
*/

.summary dt {
	width: 100%;
	height: auto;
	clear: none;
	float: left;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.1em;
	color:#333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ed1e79;
	padding: 0 0 20px 0;
	margin:0 0 30px 0 ;
}

.summary dd {
	width: 900px;
	height: auto;
	float: left;
	clear: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	/*margin-right: 20px;*/
	text-align: center;
	padding:0 0 0px 0;
}

.summary dd p {
	margin:20px 0 0px 0;
}

.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	/* font-size: 8px;
	color: #999;
	text-align: center;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px; */
	clear:both;
}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	/*background-color: #add700;*/
	text-align: center;
	color: #FFF;
	font-size: 35px;
	/*padding:55px 0px 40px 0px;*/
	margin:-20px 0px 20px 0px;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}


/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* youtube */
.youtube{
	clear: none;
	float: left;
	width: 800px;
	height:450px;
	margin:45px 80px 0px 80px;
}

/* form link option*/

.link {
	display: flex;
	clear: none;
	float: left;
	width: 900px;
	text-align: center;
	margin: 5px 60px 30px 0px;
}

.link a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 10px;
  position: relative;
  background: #ed1e79;
  border: 1px solid #ed1e79;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.link 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;
}
.link a.btn:hover {
  background: #fff;
  color: #ed1e79;
}
.link a.btn:hover:before {
  border-top: 2px solid #ed1e79;
  border-right: 2px solid #ed1e79;
}
