@charset "utf-8";

body {
	background: url(../img/bg.jpg) center top no-repeat fixed #ea609e;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 180%;
}

a {
	color: #2336f5;
    -webkit-transition: color 0.8s;
    -moz-transition: color 0.8s;
    -o-transition: color 0.8s;
    -ms-transition: color 0.8s;
    transition: color 0.8s;
}

a:hover {
    color: #5564fb;
	text-decoration: none;
}

a:visited {
	color: #1f2fce;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
    color: #5564fb;
}

div.wrap {
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 1050px;
}

div.mainBox {
	width: 1050px;
	margin: 10px auto 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
} /* sideBoxとcontentsBoxを囲む */

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

header {
	position: relative;
	margin: 0;
	padding: 0;
}

p.sega {
	position: fixed;
	left: 10px;
	top: 2px;
}

p.psvita {
	position: fixed;
	right: 10px;
	top: 2px;
}

@media screen and (max-width: 1219px) { /* 1049px以下の場合 */
p.sega {
	display: none;
}
p.psvita {
	display: none;
}
}

/* ------------------------------------- /
/   sideBox
/* ------------------------------------- */

div.sideBox {
	float: left;
	width: 210px;
	margin: 0 20px 0 10px;
	z-index: 1;
}

div.sideBox h1 {
	margin: 0 0 5px 0;
}

div.sideBox p.movie {
	margin: 0;
	padding: 0;
}

/* ------------------------------------- /
/   contentsBox
/* ------------------------------------- */

div.contentsBox {
	width: 800px;
	margin-right: 10px;
	margin-left: 240px;
}

div.contentsBox div.subBox {
	margin: 0 10px 0 0;
}

div.sns {
	text-align: right;
	margin: 10px 0;
}

.sns .list-inline {
	margin-bottom: 0;
}

iframe.twitter-share-button {
	width: 110px !important;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#___plusone_0{ 
	width:75px !important;
}

/* パンくず */
.breadcrumb {
  padding: 0 0 5px 25px;
  background: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background: url(../img/ico_heart.png) no-repeat left 5px;
}
.breadcrumb > li {
  display: inline-block !important;
}
.breadcrumb > li + li:before {
  content: " > ";
  padding: 0 5px;
  color: #000;
}
.breadcrumb > .active {
	color: inherit;
}

/* blueBox */

div.blueBox {
	background: #00c3dd;
	border: solid 3px #000;
	border-radius: 10px;
	margin-bottom: 30px;
}

div.blueBox div.container {
	width: 98%;
	overflow: hidden;
	background: #FFF url(../img/bg_star.gif) bottom center no-repeat;
	border: solid 3px #007382;
	padding: 20px;
	border-radius: 8px;
	margin: 0 1% 10px 1%;
}

div.blueBox h3 {
	text-indent: -9999px;
	margin: 10px 0 10px 0;
	height: 30px;
	background-position: center;
}

div.blueBox h3.line02 {
	text-indent: -9999px;
	margin: 10px 0 10px 0;
	height: 60px;
	background-position: center;
}

div.blueBox h4 {
	clear: left;
	background: url(../img/ico_star02.gif) no-repeat 5px 5px #ff91e0;
	border: solid 1px #000;
	box-shadow: 2px 2px 0 #000;
	padding: 5px 5px 5px 30px;
	margin: 30px 0 20px 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
}

div.blueBox h4.topNone {
	clear: left;
	background: url(../img/ico_star02.gif) no-repeat 5px 5px #ff91e0;
	border: solid 1px #000;
	box-shadow: 2px 2px 0 #000;
	padding: 5px 5px 5px 30px;
	margin: 0 0 20px 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
}

div.blueBox h4.none {
	border: none;
	box-shadow: none;
	clear: left;
	background: none;
	padding: 5px;
	margin: 20px 0 10px 0;
	color: inherit;
	text-shadow: none;
	border-radius: 0;
	border-bottom: solid 1px #2dc5b0;
}

div.blueBox h4.komeRed {
	border: none;
	box-shadow: none;
	clear: left;
	background: none;
	padding: 0;
	margin: 20px 0 2px 0;
	color: #D50B0F;
	text-shadow: none;
	font-size: 14px; font-size: 1.4rem;
}

div.blueBox h5.h5_01 {
	font-weight: bold;
	border-bottom: solid 2px  #ff91e0;
	padding-bottom: 5px;
	margin: 20px 0;
}

div.blueBox h5.h5_02 {
	font-weight: bold;
	background: #ff91e0;
	padding: 5px;
	margin: 20px 0;
}

div.blueBox p.cap {
	font-size: 13px; font-size: 1.3rem;
	line-height: 160%;
}

/* ページの上へ */
div.subNav p.top {
	display: none;
}

p.pagetop {
	display: none;
	text-indent: -9999px;
    position: fixed;
    bottom: 110px;
    right: 10px;
}

p.pagetop a {
	display: block;
	width: 50px;
	height: 54px;
	background: url(../img/btn_top_off.png);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

p.pagetop a:hover {
	background: url(../img/btn_top_on.png);
}

p.imgSs {
	border: solid 2px #FFF;
	-webkit-box-shadow: 3px 3px 3px #e61f88;
	-moz-box-shadow: 3px 3px 3px #e61f88;
	-o-box-shadow: 3px 3px 3px #e61f88;
	box-shadow: 0 0 5px #e61f88;
}

.clear {
	clear: both;
}

/***** 汎用 *****/

div.s {
	display: none;
}

span.s {
	display: none;
}

p.main {
	margin: 0 0 20px 0;
}

p.main0 {
	margin: 0 0 10px 0;
	line-height: 140%;
}

.txt11 {
	font-size: 11px; font-size: 1.1rem;
}

.txt14 {
	font-size: 16px; font-size: 1.6rem;
}

.point01 {
	color: #e61f88;
}

.top20 {
	margin-top: 20px;
}

.btm0 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.btm5 {
	margin-bottom: 5px;
}

.btm10 {
	margin-bottom: 10px;
}

.btm20 {
	margin-bottom: 20px;
}

.btm30 {
	margin-bottom: 30px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

ul.basic {
	margin-left: 15px;
	line-height: 160%;
}

ul.basic li {
	list-style: disc;
}

ul.komeRed {
	color: #D50B0F;
	margin-left: 10px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 140%;
}

ul.komeRed li {
	text-indent: -12px; text-indent: -1.2rem;
	margin-left: 12px; margin-left: 1.2rem;
}

ul.komeRed li > ul li {
	list-style: disc;
	text-indent: 0;
}

.tableBox .ttl {
	background: none;
	border: none;
	color: inherit;
	border-radius: inherit;
	box-shadow: none;
	text-shadow: inherit;
	border-bottom: solid 2px #ff80cc;
	background: url(../img/ico_heart02.png) no-repeat left center;
}

table.basic {
	font-size: 13px; font-size: 1.3rem;
	background-color: rgba(255,255,255,0.8);
	border: 1px #CCC solid;
	border-spacing: 0;
	width: 100%;
	line-height: 160%;
}
table.basic thead {
    background: #ff80cc;
    color: #fff;
}
table.basic th {
    background: #ff80cc;
    color: #fff;
    margin-bottom: 9px;
    padding: 5px 10px;
    border-left: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    font-weight: normal;
}
table.basic th:first-child {
      border-left-width: 0;
}
table.basic tbody {
    vertical-align: top;
}
table.basic tbody tr:nth-child(even) {
	background: #ffdef2;
}

table.basic tbody td {
      border-left: 1px #ddd solid;
	  padding: 5px 10px;
}
table.basic tbody td:first-child {
        border-left-width: 0;
}

p.red {
	color: #FFF;
	background: #F3393C;
	padding: 5px 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.red {
	color: #D50B0F;
}

hr.none {
	border: 0;
	margin: 50px 0;
}

hr.basic {
	border: 0;
    border-bottom: 1px dashed #999;
    background: #FFF;
	margin: 40px 0;
}

.boxGray {
	background: #e5e5e5;
	padding: 10px 20px;
	border-radius: 2px;
}

.block {
	display: block;
}

dl.circle dt {
	float: left;
	clear: left;
	width: 125px;
	background: url(../news/img/ico_maru.png) no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

dl.circle dd {
	padding-left: 125px;
	margin-bottom: 5px;
}

dl.circle02 dt {
	background: url(../news/img/ico_maru.png) no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

dl.circle02 dd {
	margin-bottom: 10px;
}


ol.basic {
	margin-left: 25px;
}

ol.basic li {
	list-style: decimal;
}

ul.circle {
}

ul.circle li {
	background: url(../news/img/ico_maru.png) no-repeat 0 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.bdr {
	border-bottom: double 3px #ff91e0;
}



/* ------------------------------------- /
/   footer
/* ------------------------------------- */

footer {
	clear: both;
	height: 110px;
	margin-top: 70px;
	font-size: 12px; font-size: 1.2rem;
	text-align: left;
	background: rgba(255,255,255,0.80);
	padding: 10px 0;
}

footer small {
	display: block;
	line-height: 140%;
}

@media screen and (max-width: 768px) { /* 768px以下の場合 */

body {
	background: url(../img/bg.gif) center top repeat;
}

div.wrap {
	width: 100%;
	min-width: 100%;
}

div.mainBox {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
	text-align: left;
} /* sideBoxとcontentsBoxを囲む */


/* ------------------------------------- /
/   Header
/* ------------------------------------- */

header {
	height: 30px;
	position: relative;
	margin: 0;
	padding: 0;
}

p.sega {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 0;
}

p.psvita {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
}


/* ------------------------------------- /
/   sideBox
/* ------------------------------------- */

div.sideBox {
	float: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.sideBox h1 {
	display: none;
}

div.sideBox p.movie {
	display: none;
}


/* ------------------------------------- /
/   contentsBox
/* ------------------------------------- */

div.contentsBox {
	width: 100%;
	margin: 0;
}

div.sns {
	text-align: right;
	margin: 20px 0 10px 0;
}

/* blueBox */

div.blueBox {
	background: #00c3dd;
	border: solid 3px #000;
	border-radius: 10px;
	margin-bottom: 30px;
}

div.blueBox div.container {
	background: #FFF url(../img/bg_star.gif) bottom center no-repeat;
	background-size: contain;
	width: 96%;
	padding: 10px 20px;
	margin: 0 2% 10px 2%;
}

div.blueBox h3 {
	height: 0;
	padding-top: 6.75%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

div.blueBox h3.line02 {
	height: 0;
	padding-top: 12.97%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

div.blueBox h4 {
	background: url(../img/ico_star02.gif) no-repeat 5px 5px #ff91e0;
	padding: 5px 5px 5px 30px;
	margin: 30px 0 20px 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
}


div.contentsBox div.subBox {
	margin: 0 10px;
}

/* ページの上へ */
.subNav {
	width: 90%;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 5px;
	border: solid 3px #000;
	border-radius: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff000), color-stop(0.00, #fbf8c4));
	background: -webkit-linear-gradient(top, #fbf8c4 0%, #fff000 100%);
	background: -moz-linear-gradient(top, #fbf8c4 0%, #fff000 100%);
	background: -o-linear-gradient(top, #fbf8c4 0%, #fff000 100%);
	background: -ms-linear-gradient(top, #fbf8c4 0%, #fff000 100%);
	background: linear-gradient(top, #fbf8c4 0%, #fff000 100%);
}

div.subNav p.top {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
	background: url(../img/ico_top.png) no-repeat left center;
	padding-left: 20px;
}

p.pagetop {
	text-align: left;
	display: inline-block;
	text-indent: 0;
    position: inherit;
    bottom:  inherit;
    right: inherit;
	background: url(../img/ico_up.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 0;
}

p.pagetop a {
	display: block;
	width: auto;
	height: auto;
	background: none;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

p.pagetop a:hover {
	background: none;
}


/* 汎用 */

div.s {
	display: block;
}

div.s div.container {
	width: 100%;
}

span.s {
	display: inline;
}

span.l {
	display: none;
}

dl.circle dt {
	float: inherit;
	margin-bottom: 0;
}

dl.circle dd {
	padding-left: 20px;
	margin-bottom: 5px;
}


table.basic {
	width: 100%;
	font-size: 12px; font-size: 1.2rem;
}
table.basic tbody tr {
	display: block;
    padding-bottom: 5px;
}
table.basic tbody td {
      display: block;
      padding: 5px;
      width: 100%;
      border-left-width: 0;
      border-left: none;
}
table.basic tbody td:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-right: 5px;
        font-weight: normal;
}
table.basic th {
    display: none; }
table.basic tr {
    padding: 0 }

 
/***** 体験会 *****/

div.tryBox .basic tbody .date {
      margin: 0;
      margin-bottom: 5px;
      background: #ff80cc;
      color: #fff;
      text-align: center;
}
div.tryBox .basic tbody tr:nth-child(even) {
	background: none;
}
div.tryBox .basic tbody td:nth-of-type(2):before {
    content: "開催時間：";
	display: block;
	color: #ff0099;
}
div.tryBox .basic tbody td:nth-of-type(3):before {
    content: "開催場所名:";
	display: block;
	color: #ff0099;
 }
div.tryBox .basic tbody td:nth-of-type(4):before {
    content: "住所:";
	display: block;
	color: #ff0099;
 } 
 
 
/***** 販売店別予約特典 *****/

div.rsvBox .basic tbody .shop {
      margin: 0;
      margin-bottom: 5px;
      background: #ff80cc;
      color: #fff;
      text-align: center;
}
div.rsvBox .basic tbody tr:nth-child(even) {
	background: none;
}
div.rsvBox .basic tbody td:nth-of-type(2):before {
    content: "販売店別予約特典：";
	display: block;
	color: #ff0099;
}


/***** サポートアイテム *****/

div.suportBox .basic tbody .item {
      margin: 0;
      margin-bottom: 5px;
      background: url(../img/bg_ttl.png) #ff80cc;
      color: #fff;
      text-align: center;
}
div.suportBox .basic tbody tr:nth-child(even) {
	background: none;
}
div.suportBox .basic tbody td:nth-of-type(2):before {
    content: "効果：";
	display: block;
	color: #ff0099;
}
 
 
/***** ビンゴをそろえると解放 *****/

div.bingoBox .basic tbody .th {
      margin: 0;
      margin-bottom: 5px;
      background: url(../img/bg_ttl.png) #ff80cc;
      color: #fff;
      text-align: center;
}
div.bingoBox .basic tbody tr:nth-child(even) {
	background: none;
}
div.bingoBox .basic tbody td:nth-of-type(2):before {
	display: block;
	color: #ff0099;
}
div.bingoBox table.basic th {
    display: block; 
	border-bottom: 1px #CCC solid;
	margin-bottom: 0;
}
 
 
/***** フェス物販 *****/

div.goodsBox .basic tbody th {
    display: block;
      margin: 0;
      margin-bottom: 5px;
      background: #ff80cc;
      color: #fff;
      text-align: center;
}
div.goodsBox .basic tbody tr:nth-child(even) {
	background: none;
}


/* ------------------------------------- /
/   footer
/* ------------------------------------- */

footer {
	height: auto;
	margin-top: 70px;
	background: rgba(255,255,255,0.80);
	font-size: 12px; font-size: 1.2rem;
	text-align: left;
	line-height: 160%;
}

footer small {
	display: block;
}

footer div.container {
	width: 100%;
}

}