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

.bg_box {
	width: 100%;
	padding:5%;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.box {
	width: 100%;
	padding:7%;
}

.txt_box {
	width: 60%;
	float: left;
    line-height: 1.5;
	padding: 0 10px 0 0 ;
	word-break: break-all;
}

.img_box {
	width: 40%;
	float: left;
}

.shop_name {
	font-size:30px;
	color: #3E5EA1;
	font-weight: bold;
}

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

.txt_box {
	width: 100%;
	float: left;
    line-height: 1.5;
	padding: 0;
}

.img_box {
	width: 100%;
	float: left;
}
	
.shop_name {
	font-size:20px;
	font-weight: bold;
	color: #3E5EA1;

}
	
}





.parallax1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 45%;
	max-width: 500px;
	height: auto;
	z-index: -995;
}

.parallax2 {
	position: fixed;
	right: 0;
	top: 0;
	width: 45%;
	max-width: 500px;
	height: auto;
	
	z-index: -1;
}

.bg_blue {
background: #CCE7F5;
}

.bg_blue_01 {
background: #7AAECE;
}

.bg_handmade {
background-image:url("../img/bg_handmade.gif")
}



.info_box {
	background:#A5A5A5;
	padding:15px 15px 15px 15px;
	margin:15px 15px 15px 15px;
}

.bg_re {
background: #AB0000;
}



.bg_blue_txt {
background: #3E5EA1;
color: #ffffff;
border-radius: 50px;	
	max-width: 150px;
	max-height: 80px;
}




 /*--------------------------------------
youtube
---------------------------------------*/
.youtube01 {
	wide:100%;
	height:500px
}

@media screen and (max-width: 768px) {
.youtube01 {
	wide:100%;
	height:300px
}
}


/*--------------------------------------
↓↓↓↓↓↓↓↓スマホ設定↓↓↓↓↓↓↓↓
---------------------------------------*/

/*PCスマホ表示なし*/
.pc { display:block; }
.pc_in { display:inline-block; }
.sp { display:none; }
@media screen and (max-width:767px){
	.pc { display:none; }
	.pc_in { display:none; }
	.sp { display:block; }
}


/*スマホの時だけ改行*/
.sma{
    display: none;
}

@media screen and (max-width:768px) {
 .sma{
     display: block;
    }
}


/*--------------------------------------
背景切り替え画像　最前面に配置
---------------------------------------*/
.z-index-1{
    position: absolute;
    z-index: 1;
}

/*--------------------------------------
背景切り替え画像　最前面に配置
---------------------------------------*/
.title_mdlv{
    width: 100%;
    max-width: 800px;
	text-align: center;
	margin: 0 auto;
}


/*--------------------------------------
チケット
---------------------------------------*/

table.ticket_mdlv {
	table-layout:fixed; /*表組みのレイアウト方法を指定　fixed→列幅はwidth指定した値で固定。指定がない列幅は、表組みの残りの幅に合わせて均等に分割。*/
	width:100%;
    font-size: 23px;
    border-collapse: separate;/*隣接するセルのボーダーを間隔をあけて表示*/
    border-spacing: 2px 2px;/*隣接するセルのボーダーとボーダーの間隔を指定*/
}
 
table.ticket_mdlv th {
    padding: 10px;
	width: 100%;
	table-layout:fixed;
    vertical-align: middle;/*キストや画像などの縦方向の揃え位置を指定 中央揃え*/
    font-size: 1.2em;
	font-weight: 600;
	color:#fff;
	background-color:#0068B6;
}
 
table.ticket_mdlv td.r1 {
	table-layout:fixed;
    padding: 10px;
    vertical-align: middle;/*行のなかでのテキストや画像などの縦方向の揃え位置を指定*/
    font-size: 1.5em;
	font-weight: 600;
	text-align:center;
	color:#000000;
}

table.ticket_mdlv td.r2 {
	padding:5px;
	font-size:1em;
	table-layout:fixed;
	text-align:center;
    background: #DAEDFF;
	color:#3960A2;
}




@media screen and (max-width: 640px) {
  .last td:last-child {
　　border: none;
    width: 100%;
  }
  .ticket_mdlv {
    width: 100%;
  }
  .ticket_mdlv th,
  .ticket_mdlv td {
　　border: none;
    display: block;
    width: 100%;
  }
}


/*--------------------------------------
ころな用css
---------------------------------------*/

.corona_dl {
	float: left;
	padding: 3px;
	width: 50%;
	
}




/*--------------------------------------
開催概要用 打ち文字CSS
---------------------------------------*/

.txt_gaiyo {
	position:relative;
	width:20%;
	text-align:center;
	color:#FFFFFF;
	background-color: #3153B0;
	height: 60px;
	border-radius: 50px;

	font-size:25px;
	line-height:60px;
	vertical-align:0px;
}

.txt_gaiyo_naiyo {
	position:relative;
	width:80%;
	text-align:left;
	color:#363636;
	font-size:25px;
	line-height:60px;
	vertical-align:0px;
	padding-left: 30px;
	
}

.flex {
	display: flex;	
	margin-bottom: 20px;
}


@media screen and (max-width: 640px) {
.txt_gaiyo {
	position:relative;
	width:20%;
	text-align:center;
	color:#FFFFFF;
	background-color: #3153B0;
	height: 30px;
	border-radius: 50px;

	font-size:15px;
	line-height:30px;
	vertical-align:0px;
}

.txt_gaiyo_naiyo {
	position:relative;
	width:80%;
	text-align:left;
	color:#363636;
	font-size:15px;
	line-height:30px;
	vertical-align:0px;
	padding-left: 10px;
	
}
}




/*--------------------------------------
ノート風罫線
---------------------------------------*/

/* font-size = 16px, line-height = 1.5 の場合 */
.notebook-border {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 23px, #ccc 23px, #ccc 24px);
}
 
.notebook-border p {
  margin-top: 0;
  margin-bottom: 24px;
}


/*--------------------------------------
MVの上に重ねる
---------------------------------------*/
.MV_kasane {
  position:relative;
}
.kasane_logo {
  z-index:10;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:auto;
}

