@charset "utf-8";
/* CSS Document */



h1,h2,h3,h4,h5,h6,p,li {
	 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;	
	
}



figure {margin:0; }

.clear {
	clear: both;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}


.space01 {margin-bottom:120px;}


.space02 {margin-bottom:60px;}











/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
header {
	background-color: #FFF;
	padding-bottom:5px;
}

/* End hide from IE-mac */
/*#contents h3 {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}*/




figure {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
	border:none;
}


table {
border-collapse: collapse;
}







.align-01 {text-align: right;}


.align-02 {}




.headerContainer2 {
    padding-bottom: 10px;
    border-bottom: 5px solid #ed0012;
}


/*.headerContainer2 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
*/


.headerContainer2 .container {
  position: relative; /* 相対位置指定で .tv の絶対配置の基準に */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}




.logoArea {width:25%;}

.logoArea img {width:100%;
               height: auto;
             }


.logo h1 {margin:0px;
          padding: 0px;}

.tv {
  position: absolute;
  left: 50%;
  margin-bottom:15px;
  transform: translateX(-50%);
  width: 27%;
}

.tv img {
  width: 100%;
  height: auto;
  
}

/*.tv {width:25%;
     margin-left: auto;
     margin-right: auto;}

.tv img {width:100%;
               height: auto;}*/



.tarekomi {width:25%;
			margin-bottom:15px;
		 margin-left: auto; /* ← これで右に押し出す */}

.tarekomi img {width:100%;
               height: auto;
			 display: block;
            }






.naviArea {}






/*PC & pad横　グランドナビ*/

.menuContainer {
               background-color: #ed0012;}

.menu {
display: flex;
  justify-content: center;
  gap: 10px; /* ← li 間の間隔を調整 */
  padding: 0;
  margin: 0 auto;
  list-style: none;
}


.menu li a {
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  color: #ffffff;
  font-size:120%;
  font-weight: 700;	
}


.menu li a:hover {color:#f9be00;}


.shadow1 {filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));}









/************スマホ＆タブレット　ナビ箇所*********************/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background-color: rgba(51,51,51,0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
	
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ffffff;
	
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}




.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    /*  right: 13px;
    top: 12px;
 　 width: 42px;
    height: 51px;*/
	
	/*右側へ配置。ロゴ部分をcol-10にしてるから配置スペースを2割分確保*/
    right: 12px;
    top: 15px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 3;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000000;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 12px;
}
 
.navToggle span:nth-child(1) {
    top: 12px;
}
 
.navToggle span:nth-child(2) {
    top: 21px;
}
 
.navToggle span:nth-child(3) {
    top: 30px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #333;
    font-size: 9px;
    font-weight: bold;
    top: 36px;
}



/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 21px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/****************************/



















/*******************************************/

/*タブレット横*/
@media screen and (min-width:960px) and (max-width: 1024px){
	
	
	.menuContainer {margin-top: 20px;}
	
	
	
	.menu {padding:0px;
	      margin: 0px;
	     font-size:90%;}
	
.menu > li.menu__01 {
    position: relative;
	width:110px;
}




.menu > li.menu__02 {
    position: relative;
	width:140px;

}





.menu > li.menu__03 {
    position: relative;
	width:150px;
	
}






.menu > li.menu__04 {
    position: relative;
	width:240px;
}




.menu > li.menu__05 {
    position: relative;
	width:110px;
}



.menu > li.menu__06 {
    position: relative;
	width:100px;
}



.menu > li.menu__07 {
    position: relative;
	width:100px;margin-top:-15px;
}	
	

	
	
}















/************************/






.space10 {
	height: 10px;
}


.space20 {
	height: 20px;
}



.space40 {
	height: 40px;
}
.space60{height:60px;}

.mainImg  {width:100%;
height: auto;}


.mainImg img{width:100%;
height: auto;}







.outer {
	 display: table;
     width: 100%;
	 height: 100%;}

.inner-text {
	
	 display: table-cell;
     vertical-align: middle;
	text-align: center;
}



.inner-text h1{
    color:#fe4a26;
    font-weight: bolder;
    font-size: 240%;
	margin: 0px;
	padding: 0px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5));
}




  
 .footNavi {position: relative;
overflow: hidden;}
 
 
 .footNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	 float:left;
left:50%;
position:relative;
}
 
 
 .footNavi ul li {
	float: left;
	margin-right: 20px;
	 left:-50%;
position:relative;
}


 .footNavi ul li a {font-size: 80%;
	color: #ffffff;}



 .footNavi ul li a:hover {color: #f9be00;} 










.footLogo {
	float: left;
	margin-bottom: 20px;
	text-align: left;
	
}


.footLogo img {}


.addressContainer {
	height: auto;
	text-align: left;
	margin-bottom: 10px;
				  }

.addressContainer p{
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}


.addressContainer small{}


.modal-header .close{
  padding: 0;
  margin: 0;
}






.footNaviContainer2 {
	background-color: #3d0000;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	
	width: 100%;
}





.footerContainer2 {background-color:#f9be00;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: 100%;
    color: #ffffff;}






.Title h1 {font-size: 200%;
          }



.archiveIMG4 .inner-text h1{
    color: #ffffff;
    
}





.taxonomyArea {
    text-align: center !important; /* 中央揃え */
    padding: 0 !important;
}

.taxonomyArea a {color:#F1C323 !important;}


.taxonomyArea li {
    display: inline-block !important; /* 横並びにする */
    margin: 0 10px !important;
	text-decoration: none !important;
	font-size:90% !important;
}


.taxonomyArea li a {color:#F1C323 !important;}

.meshiContainer {
	/*width:45%;*/
	 -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #666666;
	padding-bottom:15px;
	/*background-color: gold;*/
	
	margin-bottom: 30px;
   /*filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));*/
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;	
	overflow: hidden;
}  
 






.meshiContainer .movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比 16:9 の縦幅 */
    height: 0;
    overflow: hidden;
    display: flex; /* Flexbox を使用 */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
}

.meshiContainer .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.meshiContainer .mapContainer {height:100%;
							  width:100%;
                           /*  overflow:hidden;
							 box-sizing: border-box;*/
							 overflow: hidden;
   							 position: relative;}


.meshiContainer .mapContainer iframe{width:100%;
                    		line-height:100%; 
							position: absolute;
    						top: 50%;
    						transform: translateY(-50%);
							height: 500px; /* iframeを大きめにして中央調整 */
	
						}




.meshiContainer h3 {font-size: 130%;
					font-weight: 800%;
					color:#ed0012;}

.shopInformation p {line-height: 100%;
	              font-size:90%;
}










/*****************************************/









/*******************************************/

/*タブレット横*/
@media screen and (min-width:960px) and (max-width: 1024px){
	
	.drawer_menu .drawer_nav li {
	font-size: 16px;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	width:200px;
	height: 50px;
	/* PC用メニュー高さ */
	line-height: 50px;
	/* PC用メニュー高さ */
	/*background-color: #555;*/
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

	
	
.meshiContainer .mapContainer {height:100%;
							  }
 
	
.meshiContainer p {line-height: 80%;
	              font-size:90%;
}	
		
	
	
	
	
}






/*******************************************/

/*タブレット縦*/

@media screen and (min-width:668px) and (max-width:959px){
	
	.headerContainer {background-color: #f9e621;
                 padding-top:10px;
                 padding-bottom:10px;}
	
	
	
	 
 .footNavi ul li {
	float: left;
	margin-right: 10px;
	 left:-50%;
position:relative;
}
	

.meshiContainer .mapContainer {height:300px;
							  width:100%;
                           /*  overflow:hidden;
							 box-sizing: border-box;*/
							 overflow: hidden;
   							 position: relative;}


.meshiContainer .mapContainer iframe{width:100%;
                    		line-height:100%; 
							position: absolute;
    						top: 50%;
    						transform: translateY(-50%);
							height: 350px; /* iframeを大きめにして中央調整 */
	
						}

	
	
	
	
	
		
	
	
}







/*******************************************/
/* 480px〜667px：SP横*/

@media screen and (min-width:480px) and (max-width:667px){
	

	
			
.inner-text h1{
    color: #fe4a26;
    font-weight: bolder;
    font-size: 240%;
	margin: 0px;
	padding: 0px;
}
	
	
.meshiContainer .mapContainer {height:200px;
							  width:100%;
                           /*  overflow:hidden;
							 box-sizing: border-box;*/
							 overflow: hidden;
   							 position: relative;}
		
	
	
	

}


	
	
	
	






/*******************************************/
/* ～479px：SP縦
------------------------------ */
@media (max-width: 479px){

.logoArea {width:50%;}

.logoArea img {width:100%;
               height: auto;}
	
	
	
.tvSp {
  width: 100%; /* 列幅いっぱいにしておく */
  text-align: center;
}

.tvSp img {
  width: 90%; /* 必要に応じて調整 */
  height: auto;
  margin: 0 auto;
}
	
	
.footLogo {text-align: center;}	
	

	
	
	
.addressContainer {
	height: auto;
	text-align: center;
	margin-bottom: 10px;
				  }	
	
	
	 .footNavi ul li {
	float: left;
	margin-right: 7px;
	 left:-50%;
position:relative;
}
	
.Title h1 {font-size: 180%;
          }
	
			
.inner-text h1{
    color: #fe4a26;
    font-weight: bolder;
    font-size: 140%;
	margin: 0px;
	padding: 0px;
}


	
	.modal-footer p {font-size:80%;}
	

	
	
	
.meshiContainer .mapContainer {height:200px;
							  width:100%;
                           /*  overflow:hidden;
							 box-sizing: border-box;*/
							 overflow: hidden;
   							 position: relative;}	
		
	
	
	
	
	
}





/***********************************/
/*タレコミ　お問合せ
/*********************************/

.telfax {font-size:250%;
		color: orangered;}

.telfax a {color: orangered;
          text-decoration: none;}

.telfax a:hover {color: orangered;}


.hissu1 {color: crimson;
        }


#form-container table {margin-left: auto;
                      margin-right:auto;}

#form-container th {width:30%;
                   font-size:100%;
                  padding-top:5px;
                    padding-bottom:15px;
                   color: #333333;
                  font-weight: normal;
                 vertical-align: top;}


#form-container td { color: #333333;
                  font-weight: normal;
	              padding-top:5px;
	              padding-bottom: 15px;
	              vertical-align: top;
                  }




/********************************************/
/*スマホ縦
*********************************************/
@media (max-width: 479px){
	
	
 #mailformpro textarea
{ width: 80%; 
margin-right: auto; 
margin-left: auto;}
	
	#mailformpro {font-size:80%;}	
	
	
	
#form-container th {vertical-align: top;
	                width:30%;
	               font-size: 80%;}	




#form-container td {vertical-align: top;
	               font-size: 80%;
	                }	

	
	
	
	
}


/***********************************/
/* トップページ
/*********************************/

.catch1 {font-family: "Dela Gothic One", sans-serif;
		font-weight: 400;
       font-style: normal;
        font-size:450%;
		line-height: 100%;}


.catch2 {font-family: "Dela Gothic One", sans-serif;
		font-weight: 400;
       font-style: normal;
       color:#ed0012;
		 font-size:300%;}








.topYoutube {margin-bottom: 80px;}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}





.scheduleContainer{
				   height: 500px;
                   padding:5px;
                   overflow-y:scroll;
				   text-align: left;
    			   margin-top:5px;
				   -webkit-box-sizing: border-box;
    			   box-sizing: border-box;
					}


.responsive-calendar {
    position: relative;
    width: 100%;
    height: 500px; /* 固定高さ */
    overflow: hidden;
    background: #fff;
  }
  .responsive-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }





/* スクロールの幅の指定 */
.scheduleContainer::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.scheduleContainer::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.scheduleContainer::-webkit-scrollbar-thumb {
border-radius: 5px;
	background: #cccccc;}









.line02 {border-top: 1px solid #666666;}


.informationTitle {font-family: "Dela Gothic One", sans-serif;
	              color: #333333;
                   font-size: 140%;
                   letter-spacing: 2px;}


.RssContainer {
    width: 100%;
    height: 390px;
    text-align: left;
    color: #666666;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}



 #rss {
    height: 380px;
    width: 100%;
    text-align: left;
    overflow-y:auto;  
	margin-top:5px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
   overflow: scroll;
    overflow-x: hidden;
	
}


.newsline a {color:#666666;
            text-decoration: none;}


.newsline a:hover {color:#6a244f;
            		}


.facebookContainer {text-align: center;}

.center_iframe{display: block;
  				margin: auto;
				}

/* スクロールの幅の指定 */
#rss::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
#rss::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
#rss::-webkit-scrollbar-thumb {
border-radius: 5px;
	background: #cccccc;}


.rss-ichiran a {color:#666666;}














/*******************************************/
/* 668px〜959px：タブレット縦
—————————— */


@media screen and (min-width:668px) and (max-width:959px) {
	

.catch1 {font-family: "Dela Gothic One", sans-serif;
		font-weight: 400;
       font-style: normal;
        font-size:350%;
		line-height: 100%;}
	
	
	
.RssContainer {
        height: 250px;
   }



 #rss {
    height: 240px;
    }		
	
	

}






/*******************************************/

/* 480px〜667px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:667px) {
	


.catch1 {font-family: "Dela Gothic One", sans-serif;
		font-weight: 400;
       font-style: normal;
        font-size:200%;
		line-height: 100%;}	

	

}






/*******************************************/
/* ～479px：SP縦
------------------------------ */

@media   (max-width: 479px){
	

.catch1 {font-family: "Dela Gothic One", sans-serif;
		font-weight: 400;
       font-style: normal;
        font-size:170%;
		line-height: 100%;}
	
	
	
.topContainer .space01 {margin-bottom:40px;}	
	
.topContainer .space02 {margin-bottom:40px;}
	
	
	
  

	
.address01 {font-size: 90%;}	
	
	

	
	
.topYoutube {margin-bottom: 40px;}
	

	

.topContainer .modalTitle  {font-size: 140%;
                            font-weight: bold;
                            color: #f9e621;}
	
	
	

	
.RssContainer {
        height: 250px;
   }



 #rss {
    height: 240px;
    }	
	
		
	

	
}






/***********************************/
/*     スタッフ
/*********************************/

.shootingContainer .titel1 {font-family: "Dela Gothic One", sans-serif;
							font-weight: 400;
       						font-style: normal;
       						color:#000000;
							 font-size:150%;
                            margin-bottom: 20px;}






.shooting {margin-bottom: 50px;}

.shooting table {
  margin-left: auto;
  margin-right: auto;
}

.shooting table td {padding-bottom:10px;}


.shooting table .th {width:40%;
                    text-align: right;
                   padding-right: 20px;}


.shooting table .td {width:60%;
                     padding-left: 20px;}



.shooting .name01 {}



/*******************************************/
/* ～479px：SP縦
------------------------------ */

@media   (max-width: 479px){
	

	
	
.shootingContainer .titel1 {
                            font-size: 120%;
                            margin-bottom: 20px;}


	
	.shooting table .th {width:35%;
                    text-align: right;
                   padding-right: 0px;
	             font-size: 90%;}


.shooting table .td {width:65%;
	                 text-align: left;
                     padding-left: 20px;
	                font-size: 60%;}
	
	


.shooting .name01 { font-size: 80%;}	
	
	
}
