﻿
@media screen and (min-width: 650px){
	.brsp { display:none; }
}
@media screen and (max-width: 650px){
	.brsp { display:block; }
}


/* e+先行予約告知 */
div.senko {
	width: 85%; 
    max-width: 640px;
    margin: 0 auto 50px;
	padding: 3%;
    border: solid 3px #ffcc00;
    border-radius: 5px;
}

div.senko.finish {
    border: solid 3px #333;
    border-radius: 5px;
    background: #ccc;
}

div.senko h4 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
}


div.senko p.period {
	text-align: center;
	margin: 0 0 15px;
	font-size: 1.5em;
	line-height: 1.5em;
	text-decoration: underline;
}
div.senko p.read {
	margin: 0 0 40px;
	line-height: 3em;
}
div.senko p.info {
	margin: 0 0 20px;
	line-height: 1.5em;
}

div.senko p.deposit {
	line-height: 1.5em;
}

div.buy {
    max-width: 300px;
    border-radius: 20px;
    margin: 30px auto;
    background: #ffcc33;
    text-align: center;
    padding: 20px;
}

div.buy p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3em;
}

/* 先行予約告知 */

div.entry_box {
	width: 85%;
  max-width: 640px;
	margin: 0 auto 63px;
	padding: 5%;
	background-color: #000;
	border-radius: 5px;
	color: #fff;
}
div.entry_box h4 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}

p.endinfo {
  margin: 30px 0;
  color: #ff0000;
  font-weight: 900;
  text-align: center;
  font-size: 2em;
}

div.entry_box p.period {
	text-align: center;
	margin: 0 0 40px;
	font-size: 1.5em;
	line-height: 1.5em;
}
div.entry_box p.read {
	margin: 0 0 40px;
	line-height: 1.5em;
}
div.entry_box p.info {
	margin: 0 0 20px;
	line-height: 1.5em;
}

div.entry_box p.deposit {
	margin: 0 0 40px;
	line-height: 1.5em;
}

div.entry_box div.arrow {
	margin: 20px auto 0;
	text-align: center;
}
div.entry_box div.arrow img {
	width: 69px;
}

/* OPTION playguidebox */
/* PC */

div.playguidebox h4 {
  margin-bottom: 0;
}

div.playguidebox p.infotxt {
  width: 100%;
  margin:20px auto;
  padding:6px;
  border:solid 1px #ff5761;
  text-align: center;
  color: #ff5761;
  display: inline-block;
  font-size:16px;
  font-weight:bold;
}

.playguidebox div.pc_only dl {
  display: flex;
  margin-bottom: 20px;
}
.playguidebox div.pc_only dl dt {}
.playguidebox div.pc_only dl dt img {width: 150px;}
.playguidebox div.pc_only dl dd {
  margin-left: 20px;
  padding: 30px 0 0 0;
  line-height: 1.5em;
  font-weight: bold;
}

/* OPTION playguidebox */
/* SP */

.playguidebox div.sp_only {
  margin-top: 10px;
}
.playguidebox div.sp_only div.playguide {
  margin: 20px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: solid 1px #ccc;
}
.playguidebox div.sp_only p.button {
  margin: 30px auto 30px;
}




div.timetable {
	width: 85%;
	margin: 50px auto;
	text-align: center;
}

div.timetable img {
	max-width: 600px;
}


/* FORM AREA */

div #areaForm {
	width: 93.75%;
  max-width: 760px;
	margin: 0 auto 20px;
}

div#areaForm div.dl_member {
    background: #f5f5f5;
	padding: 40px 0 10px;
	margin-bottom: 20px;
}
div#areaForm div.dl_member dl {
    width: calc(100% - 20px);
    margin: auto;
	margin-bottom: 7px;
}
div#areaForm div.dl_member dl dt {
	color: #222427;
	letter-spacing: 0.05em;
	line-height: 30px;
}
div#areaForm div.dl_member dl dd input[type="text"],
div#areaForm div.dl_member dl dd input[type="password"] {
    width: 100%;
    height: 28px;
    border: 1px solid #222427;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding-left: 10px;
}

div.jlc-btns {
	width: 93.75%;
	max-width: 760px;
	margin: 0 auto 63px;
}
div.members {
  text-align: center;
}

div.members img {
	max-width: 23%;
	margin: 2%;
}

div.program {
	width: 93.75%;
	max-width: 760px;
	margin: 0 auto 63px;
	text-align: center;
}
div.program img {
	width: 210px;
}
div.program p {
	margin: 5px 0 20px;
}

/* iflame */

div.jmeinfo {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}

div.jmeinfo p.head {
  font-size: 1.3em;
  margin-bottom: 5px;
}

div.jmeinfo p.headsub {
  font-size: 0.9em;
    margin-bottom: 10px;
}

div.jmeinfo div.iflame {
  padding: 20px;
  text-align: left;
  background-color:#FFFFFF;
  height:300px;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
}

div.jmeinfo div.iflame ul {
  list-style-type: disc;
  position:relative;
}

div.jmeinfo div.iflame li {
  padding-left: 10px;
  margin-bottom: 17px;
  line-height: 17px;
  letter-spacing: 0.05em;
}

div.jmeinfo div.iflame li::before {
  content: '※';
  margin-right: 5px;
  position:absolute;
  left: -5px;
}

/* Modal CSS */
* {
	box-sizing: border-box;
  }
  body {
	font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
  }
  
  
  /* モーダルCSS */
  .mda {
	display: none;
	position: fixed;
	z-index: 10; /*サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .mdabg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
  }
  
  .mdaw {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
  }
  
  .closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
  }
  
  
  /* 以下ボタンスタイル */
.button {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #282828;
	border-radius: 2px;
	cursor: pointer;
  }
  
  #opmdl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
  }


  /* 以下ボタンスタイル */
div.infobox {
	width: 85%;
  max-width: 640px;
	margin: 0 auto 63px;
	padding: 5%;
	background-color: #000;
	border-radius: 5px;
	color: #fff;
}
div.infobox h4 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}




/* SMART PHONE STYLE */
@media screen and (max-width: 680px){   

  div.members img {
    max-width: 43%;
  }

}