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

* {
	margin:0;
	padding:0;
}

@media only screen and (max-width: 1200px) {
  #main .wp-block-image {
    width: calc(100% + 8.7%);
    max-width: calc(100% + 8.7%);
    margin-left: -4.35%;
  }
}

body {
	width:100%;
	min-width: 100%;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	background: #FFF;
}

	
.wrap_original {
	overflow: hidden;
}

.mvArea{
	background-image:url("../sozai/background-pc.png");
	width: 100%; 
	position: relative;
	background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
	padding-bottom: 50px;
}
.kv_img{
	max-width: 95%;
    height: auto;
	margin:auto;
	padding-top: 2%;
    display: block;
}

.subtitle_img {
  position: absolute;
  left: 3%;
  top: 2%;
  width: 50px;
  height:auto;
}

.title_img{
	width: 80%;
    height: auto;
	margin: auto;
	padding-bottom: 2%;
    object-fit: cover;
    display: block;
}

.info_img{
	width: 80%;
    height: auto;
	margin: auto;
	padding-bottom: 4%;
    object-fit: cover;
    display: block;	
}

.fukidashi_img{
	width: 85%;
    height: auto;
	margin: auto;
	padding-bottom: 2%;
    object-fit: cover;
    display: block;	

}

p.credit{
	font-size: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-top: 30px; 
	padding-right: 30px;
	padding-bottom: 30px;
}

/*「NEWS」ブロック
---------------------------------------------------------------------------*/
.news_area{
	height: auto;
	width:100%;
	line-height: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.news{
	width:90%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


.news_ul{
  color:#a9a9a9;
  font-weight:bold;
  padding:0 ;
  width:0px;
  float:left;
  margin-bottom:5px;
}

.news_li{
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
	list-style:none;
}

/*「もっとみる」
---------------------------------------------------------------------------*/
.showmore {
	border: solid 1px #ccc;
	padding: 2em;
	margin-bottom: 2em;
	box-sizing: border-box;
}

.showmore p {
	font-size: 1rem;
	line-height: 2;
}

.showmore p + p {margin-top: 3em;}

/*--コンテンツ 非表示 ↓必須-*/
.showmore_content {
	position: relative;
	overflow: hidden;
}
.showmore_trigger {margin-top: 1em;}

/*--「もっと見る」ボタン--*/
.more {
	color: #fff;
	cursor: pointer;
	background-color: #FD6158;
	padding: .8em 2em;
}

/*--「閉じる」ボタン--*/
.less {
	color: #fff;
	cursor: pointer;
	background-color: #1ECE50;
	padding: .8em 2em;
}




/*「BIO」ブロック
---------------------------------------------------------------------------*/
.bio{
	background-color: #F2F2F2;
}

.bio_img{
	max-width: 90%;
    height: auto;
	margin: auto;
	padding-top: 7%;
	padding-bottom: 5%;
    object-fit: cover;
    display: block;
}

.bio_text{
	max-width: 80%;
	margin: auto;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.BhajjuShyam{
	font-size: 28px;
	letter-spacing: 0.5px;
}

.BhajjuShyam2{
	font-size: 70%;
	font-weight: bolder;
	line-height: 25px;
}

.text01{
	font-size: 16px; 
	line-height: 25px;
	padding-top: 12%;
	padding-bottom: 9%;
}

.text02{
	font-size: 16px; 
	line-height: 25px;
	padding-bottom: 30%;
}


/*「INFO」ブロック
---------------------------------------------------------------------------*/

.info{
	line-height: 20px;
	text-align: center;
	position: relative;
}

.info_ul{
	max-width: 80%;
	padding-top: 100px;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 20px;
	list-style: none;
	display: block;
}

.info_li{
	font-weight: bold;
	font-size: 20px;
	list-style-type: none;
	text-align: left;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding-top: 10px;
}

.info_li2{
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding-top: 10px;
	padding-bottom: 30px;
}

.info_li3{
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}


.li_div{
	width: 50%;
	color: darkgray;
	padding-bottom: 10%;
	font-size: 10px;
}

/*「MAP」
---------------------------------------------------------------------------*/
.map_area{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
  	height: 0;
  	padding-top: 75%; /* 比率を4:3に固定 */
}

.iframe-wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*「LIST」ブロック
---------------------------------------------------------------------------*/

.list_area{
	width: 100%;
	height: 850px;
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: left;
}

.list_mini_area{
	width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

.list_title{
	width: 90%;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 10px;
	margin-left: auto;
    margin-right: auto;
	border : solid 1px;
	text-align: center;

	}

.list p{
	  width: 50px;
  height: 50px;
  background-color: red;
  /* 水平・垂直方向の中央揃え */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; /* 完全に中央に配置するため、上・左の margin を負の数に設定 */
}

.list_a{
	float:left;
	width:40%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
	font-size: 13px;
	list-style-type: none;

	
}

.list_b{
	float:left;
	width:40%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
	font-size: 13px;
	list-style-type: none;	
}

.lista_li{
	padding-bottom: 8px;
	font-weight: bold;
	line-height: 14px;
}

.listb_li{
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 30px;
}



/*「協賛」ブロック
---------------------------------------------------------------------------*/

.sponsor_area{
	position:  relative;        /* 子要素の起点を指定 */
    background-color:  #fff;    /* 背景色指定 */
    height: 300px;              /* 高さ指定 */
}


.sponsor_text1{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color:  #008b8b;    /* 背景色指定 */
    color:  #fff;   /* 文字色指定 */
	letter-spacing: 0.1em;	 /* 文字間指定 */
	padding: 20px ;              /* 余白指定 */
    width:  80%;              /* 幅指定 */
    height: 40px;               /* 高さ指定 */
    text-align:  center;        /* 文字を中央揃えに */
    font-size: 20px;            /* フォントサイズ指定 */
    top:  0;                    /* 上からの位置指定 */
    bottom:  0;                 /* 下からの位置指定 */
    left:  0;                   /* 左からの位置指定 */
    right:  0;                  /* 右からの位置指定 */
    margin-left:  auto;
	margin-right: auto;/* 位置調整と組み合わせて上下中央に */
}

.sponsor_text2{
    position:  absolute;        /* 要素の配置方法を指定 */
    color:  #000000;   			/* 文字色指定 */
	letter-spacing: 0.1em;	 /* 文字間指定 */
	padding-top: 40px;              /* 余白指定 */
    width:  90%;              /* 幅指定 */
    height: 100px;               /* 高さ指定 */
    text-align:  left;        /* 文字を中央揃えに */
    font-size: 13px;            /* フォントサイズ指定 */
    top:  50px;                    /* 上からの位置指定 */
    bottom:  0;                 /* 下からの位置指定 */
    left:  0;                   /* 左からの位置指定 */
    right:  0;                  /* 右からの位置指定 */
    margin-left:  auto;
	margin-right: auto;/* 位置調整と組み合わせて上下中央に */
}

.thanx_area{
	position:  relative;        /* 要素の配置方法を指定 */
    background-color:  #fff;    /* 背景色指定 */
    height: 200px;              /* 高さ指定 */
	padding-top: 100px;
}

.thanx_text{
	position:  absolute;        /* 要素の配置方法を指定 */
    background-color:  #008b8b;    /* 背景色指定 */
    color:  #fff;   /* 文字色指定 */
	letter-spacing: 0.1em;	 /* 文字間指定 */
	padding: 20px ;              /* 余白指定 */
    width:  80%;              /* 幅指定 */
    height: 40px;               /* 高さ指定 */
    text-align:  center;        /* 文字を中央揃えに */
    font-size: 20px;            /* フォントサイズ指定 */
    top:  0;                    /* 上からの位置指定 */
    bottom:  0;                 /* 下からの位置指定 */
    left:  0;                   /* 左からの位置指定 */
    right:  0;                  /* 右からの位置指定 */
    margin-left:  auto;
	margin-right: auto;/* 位置調整と組み合わせて上下中央に */
}

.comingsoon{
	font-weight: bold;
	font-size: 170%;
	font-weight: lighter;
	transform: scaleY(1.1);
	letter-spacing: 3px;
	color:#4d4d4d;
	margin-bottom: -0.5px;
	position: absolute;
	right: 5px;
    bottom: 0;
}

.footer{
	font-weight: lighter;
	background-color: #4d4d4d;
}

.Organizer{
	padding-top: 13%;
	font-size:14px;
	font-weight: lighter;
	color:#FFF;
	text-align: center;
	transform: scaleY(1.1);
	transform:scale(0.7);
}


#copyright{
	font-size: 16px;
	color:#FFF;
	text-align: center;
	padding-bottom: 50px;
	letter-spacing: 1px;
	transform: scaleY(1.1);
	transform:scale(0.5);
}


/*「policy」ブロック
---------------------------------------------------------------------------*/
.policy_area{
	height: auto;
	width:100%;
	line-height: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.policy_subarea{
	width:90%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13pt;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.policy_title{
	font-size: 26px;
	padding: 60px 10px 50px 10px;
	text-align: center;
	
}
.policy_subtitle{
	font-size: 14pt;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 15px;
}

.textend{
	padding-bottom: 100px;
}


