@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Piedra');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');

/********* HTML再定義 ***********************************************/

body {
	padding: 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 180%;
	background-color: #111;
	color: #FFF;
}

body, html {
    /* important */
    height: 100%;
}


@media only screen and (max-width: 767px) {
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
}

body, html {
  /* important */
  height: 100%;
	margin: 0;
	min-width: 360px;
	padding: 0;
}

}


h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 120%;
}
h5, h6 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 120%;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #EEE;
	text-decoration: underline;
}
.pc_only {
display: block;
}
.sp_only {
display: none;
}
@media only screen and (max-width: 767px) {
.pc_only {
display: none;
}
.sp_only {
display: block;
}
}
/********* 全体 *****************************************************/

#container {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.anchorlink {
       position: relative;
       top: -70px;
       display: block;
}

#fixedTop {
	position: fixed;
    right: 30px;
    bottom: 80px;
    width: 50px;
    height: 50px;
	background-image: url(../files/medias/common/totop.png);
	background-repeat: no-repeat;
	background-size: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 9999;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

#title {
	clear: both;
	width: 100%;
	background-image: url(../files/medias/back/back_live.jpg);
	background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	height: 360px;
	padding-top: 60px;
	margin-bottom: 15px;
}
#title h2 {
	font-family: 'Piedra', cursive;
	font-size: 400%;
	margin: 20px;
	margin-bottom: 10px;
	margin-top: 140px;
	text-shadow:  0 0 5px rgba(255,0,0,0.8), -1px -1px 1px rgba(0,0,0,1);
}

#title h3 {
	display: inline-block;
	font-family: 'Rock Salt', cursive;
	font-size: 200%;
	margin: 0 20px;
	text-shadow:  0 0 5px rgba(255,0,0,0.8), -1px -1px 1px rgba(0,0,0,1);
}
#title p {
	display: inline-block;
	font-weight: bold;
	font-size: 120%;
	margin: 0 20px;
	text-shadow:  0 0 5px rgba(255,0,0,0.8), -1px -1px 1px rgba(0,0,0,1);
}

@media only screen and (max-width: 767px) {
#container {
	width: 100%;
	min-width: 380px;
	padding: 0;
	margin: 0;
}

#fixedTop {
    width: 30px;
    height: 30px;
	background-image: url(../files/medias/common/totop.png);
	background-size: 30px;
    line-height: 30px;
}

#title {
	height: 180px;
	padding-top: 60px;
	margin-bottom: 20px;
}
#title h2 {
	font-size: 300%;
	margin-top: 60px;
	margin-bottom: 0;
}

#title h3 {
	font-size: 180%;
}

}



.main-content {
/*
	background-image: url(../files/medias/common/gastunk_main.jpg);
	background-image: url(../files/medias/common/gastunk_main202104.jpg);
 */
 position: relative;
  z-index: 1;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9), -1px -1px 3px rgba(0,0,0,0.9);
	overflow: hidden;
}
.main-content_img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
z-index: 1;
}
@media only screen and (max-width: 767px) {
.main-content_img {
object-fit: contain;
width: 100%;
height: auto;
z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
}

.fixed-bg {
	position: relative;
	text-align: center;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9), -1px -1px 3px rgba(0,0,0,0.9);
}

.fixed-bg_title {
	clear: both;
	position: relative;
	text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	min-height: 40%;
	font-weight: bold;
	margin-bottom: 50px;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9), -1px -1px 3px rgba(0,0,0,0.9);
}
.fixed-bg_title h2 {
	font-family: 'Piedra', cursive;
	font-size: 400%;
	margin: 0;
	text-align: center;
	text-shadow:  0 0 5px rgba(255,0,0,0.8), -1px -1px 1px rgba(0,0,0,1);
}

@media only screen and (max-width: 767px) {
.main-content {
/*
	background-image: url(../files/medias/common/gastunk_main202104_sp.jpg);
	background-image: url(../files/medias/common/gastunk_main_sp.jpg);
	*/
	max-width: 767px;
    min-height: 100%;
    background-size: cover;
    background-attachment: inherit;
}



.fixed-bg {
	max-width: 767px;
    background-size: 100%;
    background-attachment: inherit;
}


.fixed-bg_title {
    background-size: 100%;
	margin-bottom: 30px;
    background-attachment: inherit;
}
.fixed-bg_title h2 {
	font-size: 200%;
}
}


.fixed-bg_title h6 {
	line-height: 180%;
}

.scrolling-bg {
	position: relative;
	min-width: 1200px;
}

.scrolling-bg.color-1 {
  background-color: #FFF;
  color: #000;
}

.scrolling-bg.color-2 {
  background-color: #F2F2F2;
  color: #000;
}





.main-content h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40px;
	line-height: 130%;
	margin-bottom: 30px;
	text-align: center;
}
.main-content h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
}
	
.main-content h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 20px;
}
	
.main-content h5 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.main-content h6 {
	font-size: 120%;
}

.t_white {
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9), -1px -1px 3px rgba(0,0,0,0.9);
}


.main_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}

.main_content_center {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}

.scrollbt {
	font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.scrollbt a {
  padding-top: 70px;
}
.scrollbt a:hover {
	text-decoration: none;
}
.scrollbt a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/********* ヘッダー *************************************************/

div#header {
	position: fixed;
	clear: both;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.6);  /* 背景色 */
	box-shadow: 0 0 5px rgba(0,0,0,0.2); /* 影 */
	text-align: left;
	width: 100%;
   z-index: 5000;
	line-height: 130%;
}


div#header h1 {
	display: inline-block;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	
}


#header h1:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

div#header h1 img {
	width: 240px;
}

@media only screen and (max-width: 767px) {
#header {
	padding: 5px 0;
}
div#header h1 {
	margin-left: 10px;
	
}
div#header h1 img {
	width: 220px;
}
}
/********* フッター *************************************************/

div#footer {
	clear: both;
	font-size: 12px;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.6);  /* 背景色 */
	box-shadow: 0 0 5px rgba(0,0,0,0.2); /* 影 */
	width: 100%;
	line-height: 130%;
}
div#footer address {
	text-align: center;
}


ul.bt_sns {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
ul.bt_sns li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bt_sns li a {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.bt_sns li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
ul.bt_sns li img {
	width: 220px;
	border: 1px solid #FFF;
}

ul.bt_sns li:last-child a {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
ul.bt_sns {
	margin-top: 15px;
}
ul.bt_sns li a {
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
}
ul.bt_sns li:nth-child(even) a {
	margin-right: 0;
}

ul.bt_sns li img {
	width: 160px;
	border: 1px solid #FFF;
}
}

/********* メニュー *************************************************/



/********* パンくず *****************************************************/


.pkz ol {
	margin: 0;
	padding: 0;
	clear: both;
	color: #FFF;
	padding: 0;
	font-size: 13px;
	margin-bottom: 30px;
}
.pkz ol li {
	margin: 0;
	padding: 0;
	display: inline; /* liを横並び＆ブレットを消す */
	list-style-type: none;
}
.pkz ol li:after {
        content: " > "; /* liの後に記号追加 */
}
.pkz ol li:last-child:after {
	content: none; /* 最後のliだけcontentを消す */
	font-weight: bold;
}
.pkz ol li:last-child {
	font-weight: bold;
}	
.pkz li a {
	text-decoration: none;
	color: #FFF;
}
.pkz li a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
.pkz ol {
	display: none;
}
}

/********* 内容 *****************************************************/

div#content {
	clear: both;
	margin-bottom: 30px;
}
.content {
	padding: 0 20px;
	margin-bottom: 15px;
}
div#content h4 {
	color: #F00;
	border-bottom: 1px dotted #F00;
}
.content {
	padding: 0 20px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
#content {
	padding: 0 10px;
	margin-bottom: 15px;
}
.content {
	padding: 0 10px;
}
}




/********* ページ ***********************************************/

ul.sub_bt {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
ul.sub_bt li {
	line-height: 130%;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sub_bt li a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 10px 50px;
	color: #CCC;
	text-decoration: none;
	background-color: #222;
	border: 1px solid #FFF;
}
ul.sub_bt li:last-child a {
	margin-right: 0;
}
ul.sub_bt li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


@media only screen and (max-width: 767px) {
ul.sub_bt {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
ul.sub_bt li {
	line-height: 130%;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sub_bt li a {
	min-width: 120px;
	padding: 10px 20px;
}
ul.sub_bt li:nth-child(odd) a {
	clear: both;
}
ul.sub_bt li:nth-child(even) a {
	margin-right: 0;
}
}

.page_content {
	padding: 15px 30px;
}
.page_content h3 {
	font-size: 180%;
	background-image: url(../files/medias/common/icon_sneak.png);
	background-size: 50px;
	color: #F00;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 30px;
	border-bottom: 1px dotted #555;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.9), 1px 1px 2px rgba(0,0,0,0.9);
}

@media only screen and (max-width: 767px) {
.page_content {
	padding: 15px;
}
}

dl.list_link {
	margin: 0;
	margin-bottom: 20px;
	padding: 15px;
}
dl.list_link dt {
	margin: 0;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted #555;
}

dl.list_link dd {
	margin: 0;
	margin-bottom: 15px;
	padding: 5px 20px;
	border-bottom: 1px dotted #FFF;
}


.list_disc {
	display: block;
	clear: both;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
}
.list_disc iframe {
	float: right;
}


.list_disc dl {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.list_disc dt {
	clear: both;
	float: left;
	width: 250px;
	margin: 0;
	padding: 10px;
}
.list_disc dd {
	margin: 0;
	padding: 10px;
	margin-left: 300px;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {

.list_disc iframe {
	display: none;
}


.list_disc dl {
	display: block;
	margin: 0;
	padding: 0;
}
.list_disc dt {
	clear: both;
	float: none;
	width: auto;
	margin: 0;
	text-align: center;
	padding: 10px;
}
.list_disc dd {
	clear: both;
	margin: 0;
	padding: 10px;
}
}

/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}
div#entry div.entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
div#entry div.entry h3 {
	background-image: url(../files/medias/common/icon_sneak.png);
	background-size: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 0;
	padding-left: 50px;
	border-bottom: 1px dotted #555;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.9);
}
div#entry div.entry h3 a {
	color: #F00;
	text-decoration: none;
}
div#entry div.entry h3 a:hover {
	color: #C00;
	text-decoration: underline;
}

.entry_day {
	text-align: right;
	font-size: 110%;
	margin-bottom: 10px;
}

ul.list_category {
	float: right;
	margin: 0;
	padding: 0;
}
ul.list_category li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
ul.list_category li a {
	display: block;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFF;
	padding: 0 20px;
	font-size: 14px;
	line-height: 130%;
	background-color: #CEDCE7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
	background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
	background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
	background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
	background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
	background-image: linear-gradient(to bottom, #CEDCE7, #596a72);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);
}

ul.list_category li a:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
opacity: 0.7;
}

.entry_img_s {
	float: right;
	max-width: 240px;
	max-height: 240px;
	margin-left: 50px;
	margin-bottom: 5px;
}
.entry_img {
	float: right;
	max-width: 360px;
	margin-left: 50px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
div#entry div.entry h3 {
	background-size: 40px;
	padding-left: 30px;
}
.entry_img_s {
	max-width: 120px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.entry_img {
	max-width: 180px;
	margin-left: 15px;
	margin-bottom: 10px;
}

}
div#entry div.entry ul.link {
	margin: 0;
	padding: 0;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
	margin-top: 15px;
	text-align: center;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}



/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

div#information h3 {
	color: #F00;
}

@media only screen and (max-width: 767px) {
div#information h3, div#information h4 {
	font-size: 150%;
}
div#information h5 {
	font-size: 80%;
}
div#information img {
	max-width: 50%;
}
}
/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}






/********* フォーム *************************************************/

#form {
	clear: both;
}
#form h4 {
	line-height: 160%;
	margin-bottom: 0;
}

#form h5 {
	line-height: 130%;
	margin-bottom: 0;
}

#form dl {
	display: block;
	padding: 30px;
	margin-bottom: 30px;
}
#form dt {
	border-top: 1px dotted #CCC;
	clear: both;
	float: left;
	padding: 10px;
	margin: 0;
	width: 240px;
}

#form dd {
	border-top: 1px dotted #CCC;
	margin: 0;
	margin-left: 260px;
	padding: 10px;
}


#form dl dt:first-child {
	border-top: none;
}
#form dl dt:first-child + dd {
	border-top: none;
}


#form dd p {
	line-height: 130%;
}	



@media only screen and (max-width: 767px) {

#form dl {
	padding: 0;
	margin-bottom: 20px;
}
#form dt {
	border-top: none;
	border-bottom: 1px dotted #333;
	padding: 5px 0;
	margin: 0;
}

#form dd {
	border-top: none;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding: 10px;
	margin-bottom: 15px;
}


#form dl dt:first-child {
	border-top: none;
}
#form dl dt:first-child + dd {
	border-top: none;
}
}
.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}


#formWrap {
	margin:0 auto;
	color:#555;
	line-height: 160%;
}

#formWrap h4 {
	line-height: 160%;
}

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;
}
p.error_messe{
	margin:5px 0;
	color:red;
	font-size: 18px;
	line-height: 200%;
}


/********* ライブ ************************************************/

.box_live {
	display: block;
	border: 1px solid #FFF;
	padding: 20px 30px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box_live_shousai {
	margin-left: 30px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.box_live {
	padding: 15px;
}
}
h3.title_live {
font-size: 150%;
}
h4.title_live {
font-size: 150%;
border-bottom: 1px dotted #CCC;
margin-bottom: 15px;
color: #F00;
}
h4.title_live a {
color: #F00;
}

h5.live_day,
h5.live_place {
position: relative;
font-size: 130%;
	line-height: 130%;
	margin: 0;
	padding: 0;
	margin-left: 30px;
color: #F00;
}
h5.live_day:before {
  content: '\f133';
}
h5.live_place:before {
  content: '\f5a0';
}

h5.title_act,
h5.title_openstart,
h5.title_ticket,
h5.live_info{
position: relative;
font-size: 100%;
	line-height: 130%;
	margin: 0;
	padding: 0;
	margin-left: 30px;
color: #F00;
}
h4.title_live:before,
h5.live_day:before,
h5.live_place:before,
h5.title_act:before,
h5.title_openstart:before,
h5.title_ticket:before,
h5.live_info:before
{
position: absolute;
	display: block;
	float: left;
	margin-left: -30px;
  font-family: "Font Awesome 5 Free";
}

h5.title_act:before {
  content: '\f714';
}

h5.title_openstart:before {
  content: '\f017';
}
h5.title_ticket:before {
  content: '\f3ff';
}
h5.live_info:before {
  content: '\f129';
}

/********* ボックス ************************************************/



.box_gray {
	clear: both;
	display: block;
	background-color: #333;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 15px 30px;
	margin: 20px auto;
}


.box_shadow {
	display: block;
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	padding: 15px 30px;
	margin: 20px auto;
}
@media only screen and (max-width: 767px) {
.box_gray {
	padding: 15px;
}
.box_shadow {
	padding: 15px;
}
}

/********* タイトル ************************************************/


h5.title_bookmark {
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
}
h5.title_bookmark:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f02e';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}

h5.title_star {
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
}
h5.title_star:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f5c0';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}
h5.title_music {
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
}
h5.title_music:before {
position: absolute;
	display: block;
	float: left;
  color: #F00;
	margin-left: -20px;
  content: '\f001';
  font-family: "Font Awesome 5 Free";
}

h5.title_cd {
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
  color: #F00;
	margin-left: 20px;
}
h5.title_cd:before {
position: absolute;
	display: block;
	float: left;
  color: #CCC;
	margin-left: -20px;
  content: '\f51f';
  font-family: "Font Awesome 5 Free";
}

h5.title_check {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 20px;
}
h5.title_check:before {
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f14a';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}

/********* liststyle ************************************************/


ul.list_bookmark {
margin: 0;
padding: 0;
}
ul.list_bookmark li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 20px;
}
ul.list_bookmark li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f02e';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}


ul.list_star {
margin: 0;
padding: 0;
}
ul.list_star li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 20px;
}
ul.list_star li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f5c0';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}

ul.list_music {
margin: 0;
padding: 0;
}
ul.list_music li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 20px;
}
ul.list_music li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f001';
  font-family: "Font Awesome 5 Free";
}
ul.list_cd {
margin: 0;
padding: 0;
}
ul.list_cd li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 20px;
}
ul.list_cd li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f51f';
  font-family: "Font Awesome 5 Free";
}


ul.list_check {
margin: 0;
padding: 0;
}
ul.list_check li {
list-style: none;
position: relative;
	line-height: 130%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 20px;
}
ul.list_check li:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -20px;
  content: '\f14a';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}



	
/********* 画像 ************************************************/

.youtube {
	display: block;
	position: relative;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.imageleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imageright00 {
	float: right;
	margin-left: 0;
	margin-bottom: 10px;
}




.imagecenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.pic {
	margin-right: 3px;
	margin-bottom: 3px;
	border: 3px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}

.pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}

.pic_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}



/********* ボタン ************************************************/


.bt {
	display: inline-block;
	margin-right: 10px;
}
.bt:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}	

.bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.bt_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}


.bt_left:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.bt_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.bt_right:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.bt_right00 {
	float: right;
	margin-bottom: 10px;
	margin-left: 0;
}

.bt_right00:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.bt_black {
	display: inline-block;
	font-size: 12px;
	line-height: 130%;
	margin: 10px;
}

.bt_black a {
	display: block;
	border: 1px solid #EEE;
	text-align: center;
	text-decoration: none;
	padding: 5px 50px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	
}
.bt_black a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.bt_black a:after {
	content: " >";
}

.bt_black_r {
	margin: 10px;
	text-align: right;
	font-size: 12px;
	line-height: 130%;
}

.bt_black_r a {
	border: 1px solid #EEE;
	text-align: center;
	text-decoration: none;
	padding: 5px 50px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	
}
.bt_black_r a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.bt_black_r a:after {
	content: " >";
}

.bt_white {
	margin: 10px;
	font-size: 12px;
	line-height: 130%;
}
.bt_white a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.bt_white a:after {
	content: " >";
}
.bt_white a:hover {
	background-color: #EFEFEF;
}

.bt_white_r {
	margin: 10px;
	text-align: right;
	font-size: 12px;
	line-height: 130%;
}
.bt_white_r a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 50px;
	color: #000;
	text-decoration: none;
}

.bt_white_r a:after {
	content: " >";
}
.bt_white_r a:hover {
	background-color: #EFEFEF;
}

@media only screen and (max-width: 767px) {
.bt_black {
	margin: 5px;
}

.bt_black a {
	padding: 5px 20px;
	
}

.bt_black_r {
	margin: 5px;
}

.bt_black_r a {
	padding: 5px 20px;
	
}
.bt_white {
	margin: 5px;
}

.bt_white a {
	padding: 5px 20px;
	
}

.bt_white_r {
	margin: 5px;
}

.bt_white_r a {
	padding: 5px 20px;
	
}
}





.bt_blue {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bt_blue a:link, .bt_blue a:visited{
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #89A;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
}
.bt_blue:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


.pic_bt {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
	
	
.pic_bt_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_left:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	
}

.pic_bt_right {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_right:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	
}


.pic_bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_center:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.green {
	color: #7d9d63;
}

.green_b {
	font-weight: bold;
	color: #7d9d63;
}

.purple {
	color: #9f4e70;
}
.purple_b {
	font-weight: bold;
	color: #9f4e70;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}

.normal {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
}
.cb {
	clear: both;
	height: 0;
}

.video_place {
position: relative;
display: block;
width: auto;
height: 0;
padding-bottom: 75%;
margin-bottom: 20px;
}
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #000; /* in case the video doesn't fit the whole page*/
	background-position: center top;
	background-size: contain;
	object-fit: contain; /*cover video background */
	z-index:0;
}

