/* Gradient in Hex 
linear-gradient(to right, #0A0404 0%, 54.90264695303918%, #797778 88.80503144654088%, 96.35220125786164%, #F5C16D 100%);

/* Gradient in RGBA 
linear-gradient(to right, rgba(10, 4, 4, 1) 0%, 54.90264695303918%, rgba(121, 119, 120, 1) 88.80503144654088%, 96.35220125786164%, rgba(245, 193, 109, 1) 100%);
*/
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%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/*

COMMON

 */
html, body {
  text-align: center;
  font-family: 'M PLUS 1p', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "MS UI Gothic", "Osaka", 'Lucida Grande', Verdana, Arial, sans-serif;
  background-image: linear-gradient(to right, rgba(10, 4, 4, 1) 0%, 54.90264695303918%, rgba(121, 119, 120, 1) 88.80503144654088%, 96.35220125786164%, rgba(245, 193, 109, 1) 100%);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  scroll-behavior: smooth;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.read {
  text-align: left;
  background-color: #fff;
  padding: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
:focus {
  outline: none;
}
p {
  line-height: 1.8em;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-size: 0.8em;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
/* LINK STYLE */
a {
  color: #000;
}
a:hover {
  color: #976341;
  text-decoration: underline;
}
/*a:active, a:focus {color: #09c;}*/
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.inner {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 40px;
}
.mainImg {
  box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 30px;
  /*padding: 20px;
    background-color: #fff;*/
}
.subtext {
  display: none;
  text-align: left;
  padding: 0 0;
  max-width: 840px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.forpc {
  display: block;
}
.forsp {
  display: none;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcimg {
  display: block !important;
  margin: auto;
  padding: 20px;
}
.spimg {}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fade {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
/*

HEADER

*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pageTop {
  padding: 15px !important;
  text-align: left;
}
.obiImg {
  border: 1px solid #000;
  margin-top: 10px;
}
.obiExp {
  font-weight: bold;
}
.ouboBtn {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.prfimg {
    max-width: 100%;
}

/*
.ouboBtn a {
  display: inline-block;
  padding: 1em 5em;
  font-size: 2em;
  line-height: 1.4;
  color: #000;
  background-color: #fff100;
  text-align: center;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
}
.ouboBtn a:hover {
  opacity: .8;
}
.ouboBtn a {
    display: inline-block;
    padding: 1em 5em;
    font-size: 2em;
    line-height: 1.4;
    color: #000;
    background-color: #fff100;
    text-align: center;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box;
}
.ouboBtn a::before, .ouboBtn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ouboBtn a::after {
    right: 1em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ouboBtn a:hover {
    opacity: .8;
}
*/
/*

CONTENTS

*/
/* HEADING */
h1 {
  padding: 0;
  margin: 0 auto;
  font-size: 10px;
  line-height: 0em;
  /*background: #E5F3F5;*/
  max-width: 1300px;
}
h2 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 1.6em;
  text-align: center;
  color: #666;
  background: url(../images/bg.jpg) no-repeat center top;
  /*background-size:cover;*/
}
h2 img {
  display: block;
  margin: 0 auto;
}
h2.title {
  font-size: 1.6em;
  color: #fff;
  background-color: #000;
  padding: 20px;
}
h3 {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.4em;
  text-align: left;
  background-color: #666;
  /*border-bottom: solid 3px #fff100;*/
  margin: 10px 0;
  padding: 5px;
}
h3 span {
  font-size: 70%;
}
h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: left;
  /*border-bottom: solid 3px #fff100;*/
  margin: 10px 0;
  padding: 5px;
}
ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
ul li {
  /*display: inline-block;*/
  margin: 10px;
  padding: 20;
  text-align: left;
}
.oubotxt {
  text-align: left;
  margin: 20px 0 30px;
  padding: 10px;
  background-color: #fff;
}
.oubotxt ul {
  margin-bottom: 0;
}
.oubotxt ul li {
  display: block;
  font-size: 1.1em;
  line-height: 1.6;
  text-indent: -.5em;
}
.oubotxt ul li.note {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #888;
  text-indent: 0;
  font-size: 1.0em;
}
.oubotxt ul li span.oubottl {
  color: #E95223;
  font-weight: bold;
}
.oubotxt ul li span.date {
  color: #F257AC;
  font-weight: bold;
}
.oubotxt ul li span.shimekiri {
  font-size: 1.4em;
  font-weight: bold;
  color: #FE9CC3;
}
/* ボタン */
.btnL {
  font-size: 24px;
  line-height: 1;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  background-color: #ff7a80;
  cursor: pointer;
  outline: 0;
  margin: 40px auto;
  padding: .65em 2em;
  text-align: center;
  border: solid 3px #ff7a80;
  border-radius: 3px;
}
.btnL::after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  height: 10px;
  right: 15px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 20px;
  width: 10px;
}
.btnL:active, .btnL:focus, .btnL:hover {
  color: #ff7a80;
  background: #fff;
  text-decoration: none;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -webkit-appearance: none;
}
.btnL:active::after, .btnL:focus::after, .btnL:hover::after {
  border-right-color: #ff7a80;
  border-top-color: #ff7a80;
}
/* 開催店舗一覧 */
ul.shop {
  margin: 0 0 0 1em;
  display: inline-block;
  color: #00b9ef;
  position: absolute;
  right: 10px;
  list-style: none;
  padding-left: 0;
}
ul.shop li a {
  background-color: #e73278;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  font-size: 80%;
  padding: 0 1em;
  text-align: center;
  border-bottom: 0;
}
ul.shop li a:hover {
  background-color: #00a0e9;
}
ul.shop-sc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  padding: 0;
}
ul.shop-sc li {
  width: 9%;
  display: inline-block;
  margin: 0 .15em;
  list-style: none;
  border: 1px solid #fff100;
  background: #f3f5f8;
  color: #000;
  box-sizing: border-box;
  text-align: center;
}
ul.shop-sc li a {
  display: block;
  color: #000;
  padding: 10px 0;
  text-decoration: none;
}
ul.shop-sc li a:hover {
  background-color: #fff100;
  color: #000;
}
.bookList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
  text-align: left;
}
.bookList li {
  width: 12%;
  vertical-align: top;
  margin: 0;
}
.bookList li a {
  display: block;
  margin: 5px;
}
.bookList li a img {
  display: block;
  border: solid 1px #fff;
}
/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border-left: 0;
  border-right: 0;
}
/*table tbody tr:nth-child(2n + 1) {
        background-color: #f3f5f8;
    }*/
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #555;
  font-weight: 400;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 1px rgba(144, 144, 144, 0.5);
}
table tfoot {
  border-top: solid 1px rgba(144, 144, 144, 0.5);
}
table.alt {
  border-collapse: separate;
}
table.shop {
  float: left;
  width: 48%;
}
table.shop.right {
  float: right;
}
table.shop td {
  text-align: left;
  font-size: .9em;
  line-height: 1.6em;
  padding: 10px;
}
table.shop td.ttl {
  background: #fff100;
  color: #000;
  text-align: center;
}
table.shop td.ttl-one {
  background: #fff;
  color: #000;
  text-align: center;
}
table.shop td:nth-child(1) {
  white-space: nowrap;
}
table.alt tbody tr td {
  border: solid 1px #fff100;
  border-left-width: 0;
  border-top-width: 0;
  background-color: #fff;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
.footerBnr {
  max-width: 1000px;
  margin: 1em auto 3em;
  display: flex;
}
.mokuji {
  background-color: #f0f8ff;
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
}
/*

FOOTER

*/
.share {
  padding: 40px 0;
}
.share li {
  vertical-align: top;
}
footer {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
/* ANCHOR */
.toTop {
  position: fixed;
  bottom: 20px;
  width: 30px;
  right: 10px;
  padding: 0;
  text-align: left;
  line-height: 1em;
}
.toTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
.toTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.bannerImg img {
  border: 1px solid #ffcece;
}
.pageTop .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.icons {
  width: auto;
}
ul.icons li {
  margin: 0 10px;
}
ul.icons li a {
  display: block;
  font-size: 30px;
  margin-left: 10px;
}
.fa-facebook {
  color: #fff;
}
.fa-twitter {
  color: #fff;
}
/* MEDIAQUERIES */
@media screen and (max-width: 980px) {
  header {
    margin: 0;
  }
  .mainImg {
    width: 100%;
  }
  .inner {
    width: 94%;
  }
  .forpc {
    display: none;
  }
  ul.shop-sc li {
    margin: 0;
  }
  .footerBnr {
    margin: 1em auto 2em;
  }
}
@media screen and (max-width: 700px) {
  h2.title {
    font-size: 1.3em;
    color: #fff;
    background-color: #000;
    padding: 10px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mainImg {
    padding: 0px;
  }
    .prfimg {    max-width: 200px;    margin: auto;
}
  .subtext {
    font-size: 16px;
  }
  .forsp {
    display: block;
  }
  .pageTop {
    padding: 10px !important;
  }
  .pageTop .logo {
    align-items: center;
  }
  .oubotxt {
    margin-bottom: 0;
  }
  .oubotxt ul li span {
    display: block;
  }
  .oubotxt ul li {
    font-size: 1em;
  }
  table.shop {
    float: none;
    width: 100%;
    margin: 0 0 1em 0
  }
  ul.shop-sc {
    margin-bottom: 10px;
  }
  ul.shop-sc li {
    width: 18%;
    margin-bottom: .3em
  }
  .share {
    padding: 0;
  }
  .bookList {
    text-align: center;
  }
  .bookList li {
    width: 24%;
  }
  .ouboBtn a {
    padding: 1em;
    font-size: 1.4em;
    display: block;
    width: 100%;
  }
  .mokuji {
    background-color: #f0f8ff;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .subtext {
    text-align: left;
    padding: 0em 0;
    max-width: 340px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  .mainImg {
    box-sizing: border-box;
    position: relative;
    max-width: 200px;
    margin: auto;
    /*padding: 20px;
    background-color: #fff;*/
  }
  .pcimg {
    display: none !important;
  }
  .spimg {
    display: block !important;
  }
  .psntImg {
    box-sizing: border-box;
    position: relative;
    .sptxt {
      padding: 10px;
      text-align: left;
      font-size: 0.8em;
    }
    /*padding: 20px;
    background-color: #fff;*/
  }
}
.present {
  margin-top: 20px;
}
.psntImg {
  box-sizing: border-box;
  position: relative;
  margin: 120px auto;
  margin: 0 auto 30px;
  max-width: 900px;
  /*padding: 20px;
    background-color: #fff;*/
}
.dot {
  padding: 10 0;
  border-bottom: 1px dotted #333;
}
.name {
  font-weight: 600;
}
.container {
  width: 900px;
}

