@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 ;
}

.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: #A7F4FD;
}

.bg_blue_01 {
background: #7AAECE;
}

.bg_blue_02 {
background: #60D3FD;
}




.bg_umi {
background-image:url("../img/bg_umi_under.jpg");
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}



.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:40%;
	text-align:center;
	color:#FFFFFF;
	background-color: #3153B0;
	height: 60px;
	border-radius: 10px;
	margin: auto;

	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:40%;
	text-align:center;
	color:#FFFFFF;
	background-color: #3153B0;
	height: 30px;
	border-radius: 5px;

	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;
}


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

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



.nature_box02 {
  float: left;
	width: 60%;
	padding: 0 5%;
}


.snsbox {
	padding: 50px 10% 0 ;
}


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

.nature_box01 {
  float:none;
	width: 90%;
	margin: 0 5%
}



.nature_box02 {
  float: none;
	width: 100%;
	padding: 2%;
}

.snsbox {
	padding: 30px 0 0;
}
	
	
}



/*--------------------------------------
スライダー設定
---------------------------------------*/

.slider {
  margin: 20px
}

.slider p {
  margin: 10px 0 0 0;
	
}



.slider_pd {
  padding: 0 100px;
	
}


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

.slider_pd {
  padding: 0 ;
	
}

	
}




/*--------------------------------------
バブル
---------------------------------------*/

.bubbles {
  width: 100%;
  height: 100%;
  overflow: hidden;
	z-index: 0;

}

.bubble {
  position: fixed;
  bottom: -40;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble 10s ease-in infinite;
}

.bubble:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 8s;
}

.bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 12%;
  animation-delay: 1s;
}

.bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 5%;
  animation-duration: 13s;
}

.bubble:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 1%;
  animation-duration: 9s;
  animation-delay: 2s;
}

.bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 85%;
  animation-duration: 12s;
}

.bubble:nth-child(6) {
  width: 30px;
  height: 30px;
  left: 90%;
  animation-duration: 8s;
}

.bubble:nth-child(7) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 7s;
}

.bubble:nth-child(8) {
  width: 50px;
  height: 50px;
  left: 70%;
  animation-duration: 9s;
  animation-delay: 2s;
}


@keyframes bubble {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1000px;
  }
}

