@charset "UTF-8";
/* CSS Document */
p {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
body{
	margin: 0;
	padding: 0;
}

/*ヘッダーバー*/
/*黒帯*/
#site-header{
	/*帯の色*/
    background: #fffaf0;
	/*黒帯の太さ*/
    height: 80px;
	/*黒帯の長さ*/
    width: 100vw;
	/*要素の並列*/
    display: flex;
	/*ヘッダーバーの固定*/
    position: fixed;
	/*タイトルとメニューを端に配置*/
    justify-content: space-between;
	/*位置*/
	top: 0;
	left: 0;
	/*優先順位*/
	z-index: 10;
}
/*黒帯終わり*/

#headertitle{
	/*フォント設定*/
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	/*フォントのサイズ*/
	font-size: 30px;
	/*フォントの色*/
    color: #000000;
	/*フォントの太さ*/
	line-height: 1.2;
	/*各余白*/
	margin-left: 3.4vw;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}

.hamburger-menu{
	display: none;
}

.gnav__menu{
	/*要素の並列*/
    display: flex;
	/*要素の外枠*/
	margin-right: 80px;
	margin-top: 25px;
}

.gnav__menu__item{
	/*要素の感覚*/
    margin-left: 20px;
}

/*文字の設定*/
.gnav__menu__item a{
	/*テキストの色*/
    color: #000000;
	/*下線と点の削除*/
    text-decoration: none;
	list-style: none;
	/*フォント設定*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*背景写真*/
#headerbace{
	position:relative;
	width: 100vw;
	z-index: -1;
	top: 60px;
	padding-bottom: 450px;
}

#headerphoto{
	/*写真の定義*/
	background:url("../../image/eventphoto.png") center/cover;
	position:absolute;
	margin: 0 auto;
	width: 100vw;
	height: 400px;
	z-index: -1;
	text-align: center;
}

/*背景写真終わり*/
#headertitlespace{
	position: relative;
	text-align: right;
}

#headertitle1{
	font-size: 100px;
	text-shadow: 0px 0px 20px #808080;
	color: #FFF;
	margin-top: 250px;
	margin-right: 65px;
	font-style: italic;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#contentsbace{
	width: 75vw;
	margin: 50px auto;
}

#contentsspace{
}

#Tstitle1 {
	color: #000000;
	font-size: 30px;
	margin-top: 0;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bolder;
	display: block;
	text-align: center;
}

#tphoto{
	/*写真の定義*/
	background:url("http://ku-fes.com/image/talentphoto1.JPG") center/cover;
	position:relative;
	margin: 0 auto;
	width: 90vw;
	max-width: 120vh;
	height: 70vh;
	z-index: -1;
	text-align: center;
	display: block;
}

#tphoto2{
	/*写真の定義*/
	background:url("http://ku-fes.com/image/talentphoto2.JPG") center/cover;
	position:relative;
	margin: 0 auto;
	width: 90vw;
	max-width: 120vh;
	height: 70vh;
	z-index: -1;
	text-align: center;
	display: block;
	padding-top: 5px;
}

#Ttextspace{
	font-size: 15px;
	font-weight: lighter;
}

#Ttextspace2{
	font-size: 15px;
	font-weight: lighter;
}

table{
	margin-left: auto;
	margin-right: auto;
}

.table-title{
	background: #f08080;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #FFFFFF;
}

tr,td{
    border: solid 1px #000000;
	border-color: #f08080;
}

#Tspace{
	width: 75vw;
	margin: 50px auto;
}

#Ltitle {
	color: #000000;
	font-size: 30px;
	margin-top: 0;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bolder;
	display: block;
	text-align: center;
}

#lphoto{
	/*写真の定義*/
	background:url("http://ku-fes.com/image/livephoto.png") center/cover;
	position:relative;
	margin: 0 auto;
	width: 90vw;
	max-width: 120vh;
	height: 70vh;
	z-index: -1;
	text-align: center;
	display: block;
	padding-top: 5px;
}

#Ltextspace{
	font-size: 15px;
	font-weight: lighter;
}
/*フッター*/
/*背景*/

#fotterbase{
}

#footer{
	padding-top: 5px;
	padding-bottom: 50px;
	background: #f08080;
	color: #FFFFFF;
	text-align: center;
}
/*背景終わり*/

/*リンクリスト*/
#footerlist{
	margin: 20px;
}

#footerlist-item{
	list-style: none;
	display: inline-block;
	margin: 0 8px;
}

#footerlist-item a{
	color: #FFFFFF;
	text-decoration: none;
}
/*リンクリスト終わり*/

/*SNSアイコン*/
.sns-footerlink{
	margin: 20px;
	height: 45px;
}
/*SNSアイコン終わり*/

/*文章*/
#footertext{
	margin: 0;
	font-size: 12px;
}

#footertext a{
	color: #FFFFFF;
	text-decoration: none;
}
/*文章終わり*/
/*フッター終わり*/