@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
	font-family:"ヒラギノ⾓ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ明朝 Pro W3", "Hiragino  Mincho Pro", "游明朝","Yu Mincho", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.show_pc {
	display: block;
  }
  
  .show_sp {
	display: none;
  }
  
  @media only screen and (max-width:767px) {
  .show_pc {
	display: none;
  }
  
  .show_sp {
	display: block;
  }
  
	}

/* ここからモーダル用CSS */
html, body, .wrapper {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
	.modalInner {
		box-shadow: none;
	}
}


h2{
	margin-bottom: 30px;
}

.img-pc img{
	width:100%;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
.img-pc{
	display:block;
	flex-basis: 50%
}
.img-sp{
	display:none;
}

.br-sp{
	display:none;
}

.modalTtl {
  padding: 2em 0.5em 1.5em;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
}

.modalText .modalCover {
	text-align: center;
  padding: 0px 30px 20px 30px;
}

.modalText h3 {
	font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.7;
	text-align: center;
	font-weight: bold;
}

.modalText p {
  margin-bottom: 1em;
  line-height: 1.7;
	text-align: center;
}

.highlight{
  font-weight:bold;
	color: #e6041f;
}

.modalText hr {
	border-style: solid;
	padding: 0 30px;
	border-width: 2px;
	color: #4f4f4f;
	margin: 0 30px 30px 30px;
}

@media screen and (max-width:560px) {
	
	.img-pc img{
		display:none;
	}
	.img-sp{
		display:block;
	}
	
	.br-sp{
		display:block;
	}
	
	.modalText .modalCover {
  padding: 0px 30px 0 30px;
}

	.modalText h3 {
	font-size: 1.2em;
	padding: 0 20px;
  margin-bottom: 0.5em;
  line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
	
	.modalText p {
  padding: 0 20px;
}

  .modalTtl {
    font-size: 1.5em;
    padding-bottom: 1em;
  }

  .modalText .modalCover {
    margin: 0 0 1em 0;
  }
	
	.modalText hr {
	margin: 0 20px 30px 20px;
}
}

.add_timer_eventpage{
	text-align: center;
}

.add_timer_eventpage_date span{
	color: #9e0411;
	display: block;
}

@media screen and (max-width: 767px) {
.add_timer_eventpage_date span{
	text-align: left;
}
}