@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #dff0f6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*color: #333;*/
	color:#554127;
	-webkit-text-size-adjust: none;
	background-image:url(../images/bgc3.png);
	/*background-attachment:fixed;*/
	background-repeat: repeat-x;
	background-position: top;
	}

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;*/
	margin-top: 20px;
}
.text {
	clear: none;
	float: left;
	width: 900px;
	margin:0 30px 20px 30px;
}
.text p {
	font-size: 16px;
	line-height: 33px;
	margin-bottom: 5px;
}

/*   INFORMATION   */
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 60px;
	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: #9fa8c3;
	margin: 0px 0 0 0;
	padding: 20px 0 5px 0;
	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: 16px;
	margin-left: 20px;
	padding:0 0 10px 0;
}
.summary dd {
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	font-size: 16px;
	line-height: 30px;
	margin-right: 20px;
}

.summary p {
	padding:0 0 10px 0 ;
}


/* present */

.pre {
	clear: none;
	float: left;
	width: 800px;
	text-align: center;
	margin: 50px 80px 80px 80px;
}


.pre a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.70;           /* Firefox 0.9より前 */
	}
	
.pre a img:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}


/*   EVENT   */
.event {
	clear: none;
	float: left;
	width: 900px;
	height: auto;
	margin:60px 30px 20px 30px;
	text-align: center;
}

.event_box{
	clear: none;
	float: left;
	width: 800px;
	margin:20px 50px 30px 50px;
	padding:0 0 30px 0;
	/*border-bottom: 3px dotted #000;*/
	background-image : linear-gradient(to right, #554127 1px, transparent 1px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: right bottom;
}

.event_box p{
	font-size:14px;
}


.event_text{
	clear: none;
	float: left;
	width: 700px;
	text-align: center;
	font-size:16px;
	line-height: 28px;
	margin:0px 50px 20px 50px;
}

.event_text img{
	width: 600px;
}

/*  EVENT LINK  */

.event_box a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.event_box a:visited {
	color: #C30;/*リンクの色*/
}

.event_box a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/*   GUEST   */

.guest {
	clear: none;
	float: left;
	width: 900px;
	height: auto;
	margin:60px 30px 20px 30px;
	text-align: center;
}

.g_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 900px;
	height: auto;
}

.g_area .g_box{
	width: 290px;
	height: auto;
	border-radius: 5px;
	margin:0 0 30px 0 ;
	background-color: #31b5ff;
}


.g_text{
	clear: none;
	float: left;
	width: 900px;
	margin:0 0 35px 0;
}


/* 最後のコンテンツを左寄せにする指定 */
.g_area:after {
	content: "";
	display: block;
	width: 290px;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}


.g_box .name{
	width: 290px;
	height: auto;
	font-size:15px;
	letter-spacing: 0.1em;
	text-align: center;
	margin:10px 0px 10px 0px ;
	padding:0 0 5px 0;
	color: #fff;
}

.g_box p{
	font-size:12px;
	text-align: center;
	margin:20px 20px 20px 20px ;
	color: #fff;
}

.g_area .g_box img{
	border-radius: 5px 5px 0 0;
	width: 290px;
	height: 250px
	clear: none;
	float: left;
	margin:0 0 20px 0 ;
}


.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	clear:both;

}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	padding:10px 0px 50px 0px;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9fa8c3;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	padding-bottom: 5px;
	color: #4e81af;
}

h3 {
	height: auto;
	width: 400px;
	padding:10px 200px 30px 200px;
}
h3 img{
	width: 400px;
}

h4 {
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

/*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: 600px;
	text-align: center;
	margin: 50px 200px 100px 200px;
}

.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;
}


.form_txt{
	clear: none;
	float: left;
	width: 840px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0px 60px 60px 60px;
}

.form_txt a {
	color: #00ab79; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.form_txt a:visited {
	color: #00ab79;/*リンクの色*/
}

.form_txt a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}


/* youtube area */
.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;
}



/* schedule list */

.other_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 60px 30px 40px 30px;
	font-size:14px;
}

.other_area p
{
	font-size:13px;
	text-align: center;
	margin:0 0 40px 0;
}

table{
	border-collapse: collapse;
	width: 840px;
	margin:0 30px 0 30px;
	background-color: #FFF;
}

.s_list th,
.s_list td{
	padding: 10px;
	border: solid 1px #00bbbd;
	text-align:center;
	box-sizing:border-box;
	letter-spacing: 0.1em;
}

.s_list th {
	background: #3cced0;
	color: #fff;
	width: 190px;
	/*border-bottom: solid 1px #fff;*/
}
