@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0);
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;

}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
    height:100px;
    line-height:100px;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	background: rgba(255,255,255,1);
	padding: 50px 120px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.form{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC01 About us
------------------------------------------------------------*/
#about{
    	background: url(../images/borderRed.png) repeat-x 0 50%;
   background-repeat:space;
	background-size: 68px 68px;
}


#gallery li{
	float: left;
	width: calc(100%/2);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
    
}



/*ラベル*/
.accordion-box label {
    display: block;
    font-weight: bold;
    cursor :pointer;
    margin-top: 10px;
    padding:5px;
    text-align:center;
 
       border:dotted 2px #F0C841;
    
}
/*チェックボックスを非表示にする*/
.accordion-box input {
    display: none; 
}
/*中身を非表示にしておく*/
.accordion-box div {
    height: 0;
    overflow-y: hidden;
    transition: 0.5s;/*表示するスピード*/
    opacity: 0;
}
/*クリックで中身を表示*/
.accordion-box input:checked + label + div {
    height: auto;
    opacity: 1;
    padding:10%;
}
/*アイコン*/
.accordion-box label::before {
    content: url(../images/outline_add_black_24dp.png);
    padding-right: 8px;

vertical-align:top;
    
}
/*クリックでアイコン入れ替え*/
.accordion-box input:checked + label::before {
    content: url(../images/outline_remove_black_24dp.png);
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top:270px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 500px;
  background-color: #dfdddd;
  border-radius: 5px;
  z-index: 11;
  padding: 2rem;
  
    
}
/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}
/* 閉じるボタン */
.button-close {
  position: absolute;
    padding:20px, 0, 0, 0 ;
    bottom:0px;
    left:50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  color: #be4641;
  cursor: pointer;
}

#emymascot:after {
  content:  '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
padding:2px;
      background-image: url(../images/Symbol_4c_Fiddle_Open.png);
  background-size: contain;
    background-repeat:no-repeat;
      vertical-align: middle;
}
#shokomascot:after {
  content:  '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
padding-right:2px;
      background-image: url(../images/Symbol_4c_Whistle_Open.png);
  background-size: contain;
    background-repeat:no-repeat;
      vertical-align: middle;
}
#yukarimascot:after {
  content:  '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
padding-right:2px;
      background-image: url(../images/Symbol_4c_Bodhran_Open.png);
  background-size: contain;
    background-repeat:no-repeat;
      vertical-align: middle;
}
#minamimascot:after {
  content:  '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
padding-right:2px;
      background-image: url(../images/Symbol_4c_Bouzouki_Open.png);
  background-size: contain;
    background-repeat:no-repeat;
      vertical-align: middle;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* SEC02 Movie
------------------------------------------------------------*/
#movie{

        	background: url(../images/borderBlue.png) repeat-x 0 50%;
 background-repeat:space;
	background-size: 68px 68px;
}


#sec02 img{
	width: 100%;
	margin-bottom: 30px;
}
#sec02 iframe{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC03 Live
------------------------------------------------------------*/
#live{
    	background: url(../images/borderFlower.png) repeat-x 0 50%;
   background-repeat:space;
	background-size: 80px 80px;
}

#schedule  {
	padding: 0em 5em !important;
}



#schedule li{
	float: left;
	width: calc(100%);
	line-height: 2.0;
}



/* SEC04 CD
------------------------------------------------------------*/
#CD{
    	background: url(../images/bordergreen.png) repeat-x 0 50%;
   background-repeat:space;
	background-size: 70px 70px;
}

.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
  }
.modal-window li{
    float:left;
  margin:10px;
    }

 .modal-window li img
    {     padding:10px;
    margin:auto;
       background-color:white;
      }

#sec04_02{
	background: url(../images/bgSec04.JPG) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 120px 20px;
    font-size:xx-large;

}

#sec04_02 img{width:auto;

}



/* SEC05 CONTACT
------------------------------------------------------------*/
#contact{
    	background: url(../images/borderBlack.png) repeat-x 0 50%;
   background-repeat:space;
	background-size: 70px 70px;
}


#sec05 p{
	margin-bottom: 5px;
    
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}

.modal-window {

    height:450px;  
overflow: scroll; 
	}
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
   .modal-window img{
       width:156px;
   }

}



@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}


	.modal-window li img{
  width:90px;

	}
}
@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.form{
		width: 94%;
		padding-bottom: 70px;
	}

	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}

    #sec04_02{
		background: url(../images/bgSec04.JPG) no-repeat center fixed;
		background-size: contain;
		-webkit-background-size: contain;
		text-align: center;
		padding: 50px 20px;
    	font-size:xx-large;

	}

	.modal-window {
  
	
overflow: scroll;   
	}

.modal-window img{
    width:80px;
    
} 

}

@media only screen and (max-width: 799px){

	.modal-window {
   top:400px;
	    height:590px;
   overflow: scroll;   
	}
.modal-window img{width:50px;}

.modal-window li img{
    padding:10px;
    margin:auto;

}
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}


	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;

	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;

	}

	#menuBtn:before{
  	margin-top: -7px;

	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
	    transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	    
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 5px;
	    width: 6px;
	    height: 6px;
	    margin: -4px 0 0 0;
	    border-top: solid 2px #BE4641;
	    border-right: solid 2px #5A78AF;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;


}


	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 50px 20px;
	}

#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

    #sec04_02{
		background: url(../images/bgSec04.JPG) no-repeat center fixed;
		background-size: contain;
		-webkit-background-size: contain;
		text-align: center;
		padding: 50px 20px;
    	font-size:xx-large;

	}
}