@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.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: 7%;
	padding-bottom: 3%;
    display: block;
	/*background-color: aqua;*/
}

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

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

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

.fukidashi_img{
	width: 80%;
    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;
}

/*「ABOUT」ブロック
---------------------------------------------------------------------------*/
.about_area{
	background-color: #F2F2F2 ;
	height: auto;
	width:100%;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 50px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";

}

div.about{
	width:80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
}

p.about{
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 50px;
	padding-bottom: 25px;
	letter-spacing: 0;
}

p.about2{
	font-size: 13px;
	padding-bottom: 25px;
	line-height: 28px;
	letter-spacing: 1px;
}

.kyoto{
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
}

p.kyoto{
	text-decoration: underline;
	text-underline-offset: 10px;
}

p.kyoto a{
	color: black;
}

p.kyoto a:hover{
	color: #FD6158;
	
}




/*「BIO」ブロック
---------------------------------------------------------------------------*/
.bio_area{
	background-color: #FFF;
	padding-top: 70px;
	padding-bottom: 50px;
}

.bio{
	width:80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
}
.bio_img{
	max-width: 97%;
    height: auto;
	margin: auto;
	padding-top: 5%;
	padding-bottom: 3%;
    object-fit: cover;
    display: block;
	position: relative;
	/*background-color: aqua;*/
}

.bio_img span{
	position: absolute;
    right: 2%;
    bottom: 0;
	font-weight: lighter;
	font-size: 30%;
}

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

.BhajjuShyam{
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.BhajjuShyam2{
	font-size: 12px;
	font-weight: bolder;
	line-height: 30px;
}

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

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


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

.info{
	line-height: 20px;
	text-align: center;
	position: relative;
	background-color: #F2F2F2 ;
	padding-bottom: 60px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";

}

.info_ul{
	max-width: 75%;
	padding-top: 70px;
	margin: auto;
	/*margin-left: 10%;
	margin-right: 10%;*/
	padding-bottom: 20px;
	list-style: none;
	display: block;
}

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

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

.info_li3{
	font-size: 12px;
	list-style-type: none;
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding-top: 10px;
	line-height: 20px;
	/*letter-spacing: 1px;*/
}


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

.info_li p{
	letter-spacing: 3px;
	font-size: 150%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding-bottom: 10px;
	color: #000000;
}

/*「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%;
}

/*「MERCH」ブロック
---------------------------------------------------------------------------*/
.merch_area{
	width:100%;
	height:auto;
	background-color: #FFF;
	font-weight: bold;
	line-height: 40px;
/*	text-align: center;
	position: relative;*/
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding-top: 100px;
	padding-bottom: 100px;
	letter-spacing: 1px;
}

.merch{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

.goods{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 10px;
	/*background-color: aqua;*/
}

.goods div{
	width: 48%;
}

.goods div img{
	max-width: 100%;
	height: auto;
}

.merch p{
	font-size:13px;
	text-align: center;
	line-height: 20px;
}

.shop{
	text-decoration: underline;
	text-underline-offset: 10px;
}

.shop a{
	color: black;
}

.shop a:hover{
	color: #FD6158;
}





/*「footer」
----------------------------------------------------------------------------*/

.footer{
	font-weight: lighter;
	background-color: #4d4d4d;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
}

.footer a{
	text-decoration: none;
}

.Organizer{
	width: 133%;
	height: 70px;
	padding-top: 30px;
	margin-left: -15%;
	margin-bottom: auto;
	font-size:11px;
	font-weight: lighter;
	color:#FFF;
	text-align: center;
	transform: scaleY(1.1);
	transform:scale(0.7);
	line-height: 10px;
	/*background-color: aqua*/
}


#copyright{
	font-size: 16px;
	color:#FFF;
	text-align: center;
	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;
}


