@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	word-break: break-all;
	font-size: 1.4rem;
	line-height: 160%;
}

a {
	text-decoration: none;
}

a:hover.move{
	position: relative;
	top: 2px;
	left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, Arial, sans-serif;
	background-color: #FFF;
	font-size: 100%;
	line-height: 170%;
	color: #000;
}


.mincyo {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.big {
	font-size: 2rem;
	font-weight: bold;
	line-height: 130%;
}

.big2 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 130%;
}

.big3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 130%;
}

.flat {
	font-size: 1rem;
	font-weight: normal;
}

.l-tight {
	line-height: 90%;
}

.normal {
	font-size: 1.4rem;
	line-height: 160%;
}

.small {
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.redscript {
	font-weight: bold;
	color: #cc0000;
	margin-left: 5px;
	margin-right: 5px;
}

.p_center {
	text-align: center;
}

.p_right {
	text-align: right;
}


.img_center {
	display: block;
	margin: 0 auto;
}

.img_right {
	margin-left: auto;
}

.img_left {
	margin-right: auto;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}


.p-red {
	color:  #990000;
}

#content {
	margin: 0 auto;
}

h1 {
	text-indent: -9999px;
	line-height: 0;
}

h2 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 80px;
	font-size: 1.9rem;
	color: #cc3333;
	margin-top:30px;
	margin-bottom: 10px;
}
h2::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 7px;
	width: 40px;
	height: 40px;
	background:url(../images/hibiscus-L.png);
	margin-right: 20px;
}

h2::after {
	content: "";
	display: inline-block;
	position: relative;
	top: 7px;
	width: 40px;
	height: 40px;
	background:url(../images/hibiscus-R.png);
	margin-left: 20px;
}

h3 {
	margin: 0 auto;
	text-align: center;
	color: #ff6666
}

.leftbox {
	display: block;
	float: left;
	width: 50%;
}

.rightbox {
	display: block;
	float: right;
	width: 50%;
}

.medley p {
	margin-left: 70px;
}

.medley video {
	display: block;
	margin:  0 auto;
	margin-bottom: 20px;
}

.clearfix {
	clear: both;
	content: '';
	display: block;
}

/* 構造に関する設定 */
#container {
	width: 100%;
}

main {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}

/* 構造に関する設定end */

/* ヘッダーに関する設定 */

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background:#fff;
}

/* ヘッダーに関する設定end */

/* modalに関する設定 */

#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#modal .background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

#modal .background p {
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#modal .mcon {
	position: relative;
	width: 950px;
	height: 633px;
	background-color: #ffffff;
}

#compare img {
	width: 100%;
}
/* modalに関する設定end */

/* グローバルメニューに関する設定 */

.menu {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: linear-gradient(#ffff11, #ff352b);
	position: relative;
	text-align: center;
	line-height: 40px;
	font-size: 1rem;
	letter-spacing: -0.5em;
}

.menu li {
	display: inline-block;
	list-style-type: none;
	letter-spacing: normal;
}

.menu li a {
	display: block;
	padding: 0 3em 0 3em;
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}

.menu li a:hover {
	background: rgba(255,0,0,0.3);
	color: #fff;
}

#menu-after {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: none;
}

/* グローバルメニューに関する設定end */

/* アコーディオンメニュー設定 */

ul.ac {
    list-style-type: none;
    width: 600px;
    margin: 20px auto 40px;
}

dl {
    display: block;
	margin: 0;
}

dl.accordion dt {
    background: rgba(190,100,125,1);
    cursor: pointer;
    border-bottom: 1px solid #be9b3c;
    word-wrap: break-word;
    display: block;
    padding: 15px 30px 15px 20px;
    color: #fff;
    font-size: 1.2rem;
	font-weight: bold;
	line-height: 2rem;
}

dl.accordion dt::before {
    content: '';
    position: relative;
    float: right;
    border: 8px solid transparent;
    border-top-color: #fff;
    width: 0;
    height: 0;
    top: 15px;
}

dl.accordion dd ul {
    padding: 0 15px 15px 20px;
}

dl.accordion dd ul li {
    border-bottom: 1px solid rgba(180,110,30,1);
    list-style: none;
	font-weight: bold;
	line-height: 2.2rem;
}

dl.accordion dd ul li a::before {
    content: '';
    position: relative;
    float: right;
    border: 8px solid transparent;
    border-left-color:  rgba(180,110,30,1);
    width: 0;
    height: 0;
    top: 10px;
    right: -25px;
	transition: .5s;
}

dl.accordion dd ul li a {
    color: rgba(180,110,30,1);
	background: rgba(255,255,255,1);
    display: block;
    padding: 10px 30px 10px 15px;
	text-decoration: none;
	transition: .5s;
}

dl.accordion dd ul li a:hover {
	background: rgba(245,205,30,0.7);
	color: #FFF;
}

dl.accordion dd ul li a:hover::before {
    border-left-color: #FFF;
}

/* アコーディオンメニュー設定end */

/* サークルアイコン */

.price {
	margin: 0 auto;
	display:table;
	border-collapse:separate;
	border-spacing: 30px 0;
}

.price p {
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	background: linear-gradient(to right bottom, rgba(150,255,150,1), rgba(100,100,255,1));
	color: #FFF;
	font-weight: bold;
	width: 150px;
	height: 150px;
	border-radius:150px;
	-moz-border-radius:150px;
	-webkit-border-radius:150px;
}

.price p:hover {
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	background: linear-gradient(to right bottom, rgba(100,100,255,1), rgba(150,255,150,1));
	color: #F00;
	font-weight: bold;
	width: 150px;
	height: 150px;
	border-radius:85px;
	-moz-border-radius:85px;
	-webkit-border-radius:85px;
}

/* サークルアイコンend */


/* リンクボタン */

.button {
	display: block;
	margin: 20px auto 50px;
	width: 400px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(100,100,255,1);
	color: #FFF;
	border: 3px solid rgba(0,0,100,1);
	font-size: 1.7rem;
	border-radius: 0;
	transition: all .2s linear;
	position: relative;
	z-index:1;
}

.button a {
	display: block;
	text-decoration: none;
	color: #FFF;
	transition: all .3s linear;
}

.button:before {
       position: absolute;
       content: '';
       top: 50%;
       left: 50%;
       height: 0;
       width: 0;
       border-radius: 50%;
       background: rgba(150,255,150,1);
       z-index: -1;
       transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	   -webkit-transform: translate(-50%, -50%);
       transition: width .3s, height .2s ease-in-out, border-radius .1s linear .05s;
}

.button:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
		}

.button a:hover {
		color: #009;
}

/* リンクボタンend */


/*お知らせ*/

#attention .block01 {
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
}

.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

#attention .block01 dl {
	padding: 0px 50px;		/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	line-height: 1.5;
	font-size: 1.2rem;
}

#attention .block01 dt {
	float: left;
	width: 5em;
	letter-spacing: 0.1em;	
}
#attention .block01 dd {
	padding-left: 7em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*お知らせ end*/

/*イントロダクション*/

#intro .block02 img {
	margin-top: 5%;
	width: 60%;
}

#intro .block02 p {
	margin-top: 5%;
	margin-right: 15%;
}
/*イントロダクション end*/

/*ご挨拶*/
#greeting .block03 img {
	width: 65%;
	margin-top: 15%;
}

#greeting .block03 img.g-anim {
	transform: translateY(100px);
	transition: 3s;
	opacity: 0;
}

#greeting .block03 img.g-anim.anim {
	opacity: 1;
	transform: translateY(0px);
}

#greeting .block03 p {
	margin-left: 10%;
}
/*ご挨拶 end*/

/*協賛協力団体*/
#thanks .block04 {
	padding-top: 50px;
}

#thanks .block04 p {
	margin-left: 5%;
	margin-right:5%;
}

#thanks .block04 p.item {
	margin-left: 9%;
	font-size: 1.3rem;
	line-height: 140%;
}
/*協賛協力団体end*/



img.topimage {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1920px;
}

/*出演者*/

.hulafesta  {
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 500px;
	margin-top: 30px;
}

#performer p {
	margin-left: 15%;
	margin-right: 15%;
}

#performer img {
/*
	display: block;
	margin: 0 auto;
*/
	width: 75%;
}

#performer .block01 .leftbox {
	text-align: right;
}
#performer .rightbox {
	margin-bottom: 70px;
}

#performer .block02 {
	margin-bottom: 50px;
}

#performer .block02 p {
/*	text-align: center;*/
	margin-bottom: 25px;
}

#performer #document {
	margin-top: 50px;
}


#performer .block02 table {
	  margin: 0 auto;
}


#performer .block02 td {
	text-align: center;
}

#performer .block03 .button{
	margin: 0 auto;
	margin-bottom: 50px;
}

/*出演者 end*/


/*来場者*/
#guest .block01 p {
	margin-left: 15%;
	margin-right: 15%;
}

#guest .block01 img {
	width: 75%;
}

#guest .center {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#guest img.t-table {
	display: block;
	margin: 0 auto;
	margin-top: -20px;;
	margin-bottom: 20px;
	width: 75%;
}

#guest .leftbox {
	text-align: right;
}

#guest .block02, #guest .block03, #guest .block04, #guest .block05 {
	margin-bottom: 100px;
}

#guest table {
	margin:  0 auto;
	width: 50%;
}

#guest table.pamph img {
	width: auto;
	display: block;
	margin: 0 auto;
}

#guest table.pamph p {
	text-align: center;
}
/*来場者 end*/


/*ギャラリー*/
#gallery, #competition {
	display: block;
	margin:  0 auto;
	width: 80%;
}


.photo-block {
	overflow: hidden;
	margin:  0 auto;
	width: 100%;
	margin-top: -20px;
}

.list img {
	margin: 0;
	margin-bottom: 0;
	width: 16.5%;
	float: left;
	opacity: 0.6;
	transition: 0.4s;
}
.list a:hover img {
	opacity: 1;
}

p.compe {
	display: block;
	margin-top: -20px;
	margin-bottom: 30px;
}

#competition.price {
	margin-bottom: 50px;
}


/* フッターに関する設定 */

footer {
	margin: 0 auto;
	width: 100%;
	padding: 20px 0;
	background: linear-gradient(#ffff11, #ff352b);
	color: #000;
	margin-top: 20px;
	max-width: 1920px;

}

footer p {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px;
	line-height: 1.5rem;
}

#bottom {
	margin-bottom: 20px;
	color: #fff;

}

footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* フッターに関する設定end */


/* 画像のアニメーションに関する設定 */
.g-anim {
 transform: translateY(5px);
 transition: 3s;
 opacity: 0;
}

.g-anim.anim {
 opacity: 1;
 transform: translateY(0px);
}

/* 画像のアニメーションに関する設定 end*/

/* 文字のアニメーションに関する設定 */

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* 文字のアニメーションに関する設定end */


/* アプリのダウンロード */
#order .onlymobile {
	display: none;
	margin-top:15px;
}

