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

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

h3.cts-title > div > label{ padding:3px 10px; font-size:14px; color: #333333; text-decoration: none; border:1px solid #999999; background:#cccccc; border-radius:3px;}
h3.cts-title > div > label:hover{background:#333333; color:#ffffff;}

/* ここからモーダル用CSS */
html, body, .wrapper-modal {
  width: 100%;
  /*height: 100%;*/ /*height有効→背景スクロール禁止　無効→ページトップボタンが効かなくなる*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}


/*iphone　背景スクロール禁止*/
html, body {
  overflow: auto;
  /*height: 100%;*//*height有効→背景スクロール禁止　無効→ページトップボタンが効かなくなる*/
}
/*iphone以外 背景スクロール禁止*/
body.open {
  overflow: hidden;
}


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

/*
.content {
  max-width: 1080px;
  width: 92%;
  margin: 3em auto;
}
.content .ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #dedede;
}
.content p {
  margin-bottom: 1em;
  line-height: 1.7;
}
*/

.modalCheck {
  display: none;
}
/*
.mainVisual {
  min-height: 240px;
  height: 50%;
}
.mainVisual.main01 {
  background: url(https://unsplash.it/1024/768?image=1003) no-repeat 50% 90%;
  background-size: cover;
}
.mainVisual.main02 {
  background: url(https://unsplash.it/1024/768?image=40) no-repeat 50% 50%;
  background-size: cover;
}*/

.wrapper-modal label {
  cursor: pointer;
}

.wrapper-modal .btn {
  text-align: center;
}

.wrapper-modal .btn label {
  display: inline-block;
  padding: 0.8em 1.5em;
  color: #fff;
  font-size: 24px;
  background-color: #f44336;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.wrapper-modal > .btn label:hover {
  background-color: #ea1c0d;
  -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);
}
.wrapper-modal > .btn.small label {
  font-size: 18px;
}

.modalInner > .btn2 {text-align: center; margin-top:10px;}

.modalInner > .btn2 label {
  display: inline-block;
  padding: 0.8em 0;
  width:100%;
  color: /*#fff*/;
  font-size: 14px;
  background-color: #cccccc /*#f44336*/;
  text-decoration: none;
  /*border-radius: 5px;*/
  /*-webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);*/
}

.modalInner > .btn2 label:hover {
  background-color: #555555/*#ea1c0d*/;
  color:#ffffff;
  -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);
}

.modalInner > .btn2.small label {
  font-size: 14px;
}

.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 500;
}

.wrapper-modal > .modalWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.wrapper-modal > .modalWrap > .modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2;
}
.wrapper-modal > .modalWrap > .modalBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.wrapper-modal > .modalWrap > .modalCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 640px;
  height: 86%;
  margin: auto;
  z-index: 3;
}

.wrapper-modal > .modalWrap > .modalCon > .modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 0 1.5em 1.5em;
  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);
}

.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalCloseBtn label {
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
  font-size: 2em;
}

.modalCheck:not(:checked) ~ .wrapper-modal > *:not(.modalWrap) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.modalCheck:not(:checked) ~ .wrapper-modal .modalWrap {
  opacity: 0;
  visibility: hidden;
}

.modalCheck:checked ~ .wrapper-modal > *:not(.modalWrap) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

#modal00:checked ~ .wrapper-modal #modal00Con {
  opacity: 1;
  visibility: visible;
}

#modal01:checked ~ .wrapper-modal #modal01Con {
  opacity: 1;
  visibility: visible;
}

#modal02:checked ~ .wrapper-modal #modal02Con {
  opacity: 1;
  visibility: visible;
}

.wrapper-modal > .modalWrap > .modalCon > .modalInner { font-size:18px; letter-spacing: 0.01em;}

.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalTtl {
  padding: 1em 0.5em 15px;
  font-size: 1.8em;
  line-height: 1.3;
  text-align: center;
  border-bottom:1px solid #cccccc;


}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .event{ color: #F74D0B;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .news{ color: #0B90F7;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalTtl > p{ font-size:40%; font-weight: normal; color:#777777;}

.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText{padding:15px 0 0 0 ; clear: both; border-bottom:1px dashed #cccccc;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .modalCover{ width:15%; height:150px; overflow: hidden; float:left; margin-right:2%;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .modalCover > img{ width:100%;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex{width: 83%; float:left;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex > .time{ padding:2px 0 0 0; width:150px; font-size:70%; background: #0563FF; border-radius:3px; color:#ffffff; text-align: center;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex > .shop{ line-height: 1.2em; font-size:80%;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex > .com{ line-height: 1.3em; font-size:90%; }
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex > .link{ width:40%; margin-left:60%;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex > .link > a{ display: block; width: 100%; height:100%; padding:5px 0; background:#cccccc; text-align: center; font-size:12px;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText > .tex > .link > a:hover{ background:#f44336; color:#ffffff;}
.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText::after {
	content: "";
	display: block;
	clear: both;
  }

/*
.modalText .modalCover {
  margin: 0 -1.5em 1em;
}*/

.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText p {
  margin-bottom: 1em;
  line-height: 1.7;
}

@media (max-width: 640px) {
/*  .content {
    margin: 1.5em auto;
  }
*/
.wrapper-modal > .modalWrap > .modalCon > .modalInner {
    padding-left: 1em;
    padding-right: 1em;
  }

.wrapper-modal > .modalWrap > .modalCon > .modalTtl {
    font-size: 1.5em;
    padding-bottom: 1em;
  }

.wrapper-modal > .modalWrap > .modalCon > .modalInner > .modalText .modalCover {/*margin: 0 -1em 1em;*/  }
}



/******************/

.modal-item{ padding:70px 0 0 0; text-align:center;}
.modal-item > h2{padding-bottom:10px;}
.modal-item > form >input[type="search"]{width:240px; height:28px; margin-bottom:10px; padding:5px;}
.modal-item > form >input[type="submit"]{width:50px; height:40px;border:none; border-radius:4px;}
.modal-item > form >input[type="submit"].sub-1{ background:#EAD3A0 url(../../img/common/search-submit-wh.png) no-repeat ; background-size:14px; background-position: 50%; }
.modal-item > form >input[type="submit"].sub-2{ background:#EDA3AD url(../../img/common/search-submit-wh.png) no-repeat ; background-size:14px; background-position: 50%; }