@charset "UTF-8";
/* =============================================================
body.toppage以外：article
============================================================= */
body:not(.toppage) {
  /*	main	*/
}
body:not(.toppage) main {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* =============================================================
  	Flex Item 背景色等 設定

  		aside,
  		section,
  		article	{
  			div.comingsoon,
  			div.schedule	{
  				color:#444;
  				background: lighten(#ff7f7f, 20%);
  				h3	{	color:#444;	}
  				a:hover,
  				a:active	{
  					color:#fff;
  					background-color: #ff7f7f;
  					h3	{	color:#fff;	}
  				}
  			}
  			div.temporary,
  			div.cultureschool,
  			div.cafemenu	{
  				color:#444;
  				background: lighten(#f6ad48, 20%);
  				a,h3	{	color:#444;	}
  				&:hover,
  				&:active	{
  					color:#fff;
  					background-color: #f6ad48;
  					a,h3	{
  						color:#fff;
  					}
  				}
  			}
  			div.korobanu	{
  				background: lighten(#48c5be, 20%);
  				h3	{	color:#444;	}
  				&:hover,
  				&:active	{	background:#48c5be;
  					a,h3	{	color:#fff;	}
  				}
  			}
  			div.rental	{
  				color:#444;
  				background: lighten(#6bbb63, 20%);
  			}
  			div.event	{
  				background: lighten(#48c5be, 25%);
  				&:hover,
  				&:active	{	background-color: #48c5be;
  					a,h3	{	color:#fff;	}
  				}
  			}
  			div.concert	{
  				background: lighten(#3b82c4, 25%);
  				&:hover,
  				&:active	{	background-color: #3b82c4;
  					a,h3	{	color:#fff;	}
  				}
  			}
  			div.storeEvent:hover	{
  				background: lighten(#ff7f7f, 25%);
  				&:hover,
  				&:active	{	background-color: #ff7f7f;
  					a,h3	{	color:#fff;	}
  				}
  			}
  ============================================================= */
  /*	メールフォーム	*/
}
body:not(.toppage) main aside,
body:not(.toppage) main section {
  float: left;
  width: 19.609375%;
  height: 100%;
  margin: 0 5px 0 0;
  padding: 0;
  overflow: hidden;
}
body:not(.toppage) main aside div,
body:not(.toppage) main section div {
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0;
}
body:not(.toppage) main aside div img,
body:not(.toppage) main section div img {
  width: 96%;
  height: 137px;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.toppage) main aside div.x2,
body:not(.toppage) main section div.x2 {
  flex-grow: 1;
}
body:not(.toppage) main aside div.x2 img.x2,
body:not(.toppage) main section div.x2 img.x2 {
  width: 96%;
}
body:not(.toppage) main aside div.banner a,
body:not(.toppage) main section div.banner a {
  font-size: 15px;
}
body:not(.toppage) main aside div.mobonly.rental,
body:not(.toppage) main aside div.mobonly.tsue,
body:not(.toppage) main aside div.mobonly.topicsection,
body:not(.toppage) main section div.mobonly.rental,
body:not(.toppage) main section div.mobonly.tsue,
body:not(.toppage) main section div.mobonly.topicsection {
  display: none;
}
body:not(.toppage) main aside div.pconly.rental,
body:not(.toppage) main aside div.pconly.tsue,
body:not(.toppage) main section div.pconly.rental,
body:not(.toppage) main section div.pconly.tsue {
  display: block;
  height: 77px;
  margin: 0 0 4px 0;
  padding: 0;
}
body:not(.toppage) main aside div.pconly.rental img,
body:not(.toppage) main aside div.pconly.tsue img,
body:not(.toppage) main section div.pconly.rental img,
body:not(.toppage) main section div.pconly.tsue img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
body:not(.toppage) main aside div.pconly.rental a,
body:not(.toppage) main aside div.pconly.tsue a,
body:not(.toppage) main section div.pconly.rental a,
body:not(.toppage) main section div.pconly.tsue a {
  margin: 0;
  padding: 0;
}
body:not(.toppage) main aside div.mobonly.schedule,
body:not(.toppage) main aside div.mobonly.access,
body:not(.toppage) main aside div.mobonly.profile,
body:not(.toppage) main aside div.mobonly.inquiry,
body:not(.toppage) main section div.mobonly.schedule,
body:not(.toppage) main section div.mobonly.access,
body:not(.toppage) main section div.mobonly.profile,
body:not(.toppage) main section div.mobonly.inquiry {
  display: none;
}
body:not(.toppage) main article {
  display: block;
  float: right;
  width: 80%; /*	1024px	*/
  margin: 0;
  padding: 0;
}
body:not(.toppage) main article h1 {
  font-size: 24px;
  padding: 8px 0;
}
body:not(.toppage) main article div {
  width: 70%;
}
body:not(.toppage) main article div.column00 {
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
body:not(.toppage) main article div.column100 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto 20px auto;
  text-align: center;
}
body:not(.toppage) main article div.column100 h3 {
  font-size: 18px;
}
body:not(.toppage) main article div.column100 h3 br {
  display: none;
}
body:not(.toppage) main article div.column100 ul {
  max-width: 100%;
  margin: 0 0 0 8px;
}
body:not(.toppage) main article div.column100 ul li {
  text-align: left;
}
body:not(.toppage) main article div.column100 figure {
  margin: 5px 0 0 0;
  padding: 0;
}
body:not(.toppage) main article div.columncafe img {
  width: 33%;
  height: auto;
  margin: 0 10px 0 0;
}
body:not(.toppage) main article div.columncafe p {
  width: 66%;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  margin: 0 0 10px 10px;
}
body:not(.toppage) main article div.columncafe p br {
  display: block;
}
body:not(.toppage) main article div.columncafe p span {
  float: right;
  text-align: right;
  margin: 0 5px 0 0;
}
body:not(.toppage) main article div.columncafe p span.price {
  font-size: 18px;
}
body:not(.toppage) main article div.goods {
  width: 100%;
}
body:not(.toppage) main article div.goods h3 {
  white-space: wrap;
  font-size: 16px;
  border-top: none;
  margin: 0 0 5px 0;
}
body:not(.toppage) main article div.goods img {
  float: left;
  width: 48%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px 0 0;
}
body:not(.toppage) main article div.goods table {
  width: 50%;
  margin: 10px 0 10px 0;
  padding: 0;
}
body:not(.toppage) main article div.goods p.price {
  font-size: 18px;
  margin: 0 0 20px 0;
}
body:not(.toppage) main article div.column060, body:not(.toppage) main article div.column050, body:not(.toppage) main article div.column040, body:not(.toppage) main article div.column033 {
  margin: 0 0 0 0;
  text-align: center;
  padding: 0;
}
body:not(.toppage) main article div.column060 a, body:not(.toppage) main article div.column050 a, body:not(.toppage) main article div.column040 a, body:not(.toppage) main article div.column033 a {
  color: #000;
}
body:not(.toppage) main article div.column060 ul, body:not(.toppage) main article div.column050 ul, body:not(.toppage) main article div.column040 ul, body:not(.toppage) main article div.column033 ul {
  width: 95%;
}
body:not(.toppage) main article div.column060 ul li, body:not(.toppage) main article div.column050 ul li, body:not(.toppage) main article div.column040 ul li, body:not(.toppage) main article div.column033 ul li {
  margin: 10px 0 5px 0;
  text-align: left;
}
body:not(.toppage) main article div.column060 table, body:not(.toppage) main article div.column050 table, body:not(.toppage) main article div.column040 table, body:not(.toppage) main article div.column033 table {
  margin: 0 auto 5px auto;
  padding: 0;
}
body:not(.toppage) main article div.column060 {
  width: 56.5%;
}
body:not(.toppage) main article div.column050 {
  width: 48%;
}
body:not(.toppage) main article div.column040 {
  width: 42%;
}
body:not(.toppage) main article div.column033 {
  width: 31%;
}
body:not(.toppage) main article div.endlogo {
  display: none;
}
body:not(.toppage) main article div.column09, body:not(.toppage) main article div.column10 {
  width: 70%; /*	720px	*/
  margin: 0 auto 20px auto;
  padding: 0;
}
body:not(.toppage) main article div.column09 h3, body:not(.toppage) main article div.column10 h3 {
  font-size: 18px;
}
body:not(.toppage) main article div.column09 h3 br, body:not(.toppage) main article div.column10 h3 br {
  display: none;
}
body:not(.toppage) main article div.column09 img,
body:not(.toppage) main article div.column09 img.fLeft, body:not(.toppage) main article div.column10 img,
body:not(.toppage) main article div.column10 img.fLeft {
  float: right;
  width: 22%;
  margin: 0;
  padding: 0;
}
body:not(.toppage) main article div.column09 p.wraparound, body:not(.toppage) main article div.column10 p.wraparound {
  max-width: 100%;
}
body:not(.toppage) main article div.column09 table, body:not(.toppage) main article div.column10 table {
  width: 100%;
  margin: 7px auto 20px auto;
}
body:not(.toppage) main article div.column09 li, body:not(.toppage) main article div.column10 li {
  list-style-type: none;
  margin: 0 0 5px 0;
}
body:not(.toppage) main article div.column09 li br, body:not(.toppage) main article div.column10 li br {
  display: none;
}
body:not(.toppage) main article div.photogarally {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div {
  flex-basis: auto;
  margin: 0 auto;
  /*
  						img+figcaption	{
  							clear:both;
  							width: fit-content;
  							font-size: 13px;
  							text-align: center;
  							margin: 3px auto 10px auto;
  							padding: 2px 0 0 0;
  						}
  */
}
body:not(.toppage) main article div.photogarally div :first-child {
  margin: 0;
}
body:not(.toppage) main article div.photogarally div.oneone {
  flex-grow: 2;
  max-width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
}
body:not(.toppage) main article div.photogarally div.oneone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 5px auto;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.onetwo {
  max-width: 50%;
}
body:not(.toppage) main article div.photogarally div.onetwo img {
  width: 98%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.onethree {
  width: 31.9%;
  margin: 0 0 10px 0;
}
body:not(.toppage) main article div.photogarally div.onethree img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 5px 0;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.twothree {
  width: 65%;
  margin: 0 0 10px 0;
  background-color: #eee;
}
body:not(.toppage) main article div.photogarally div.twothree img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 5px 0;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.onefree {
  width: auto;
  margin: 10px auto 0 auto;
}
body:not(.toppage) main article div.photogarally div.onefree img {
  min-height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.onefree02 {
  width: auto;
}
body:not(.toppage) main article div.photogarally div.onefree02 img {
  height: 300px;
  width: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.twofive {
  width: 42.5%;
  margin: 0 0 10px 0;
}
body:not(.toppage) main article div.photogarally div.twofive img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 5px 0;
  padding: 0;
}
body:not(.toppage) main article div.photogarally div.threefive {
  width: 56.5%;
  margin: 0 0 10px 0;
}
body:not(.toppage) main article div.photogarally div.threefive img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 5px 0;
  padding: 0;
}
body:not(.toppage) main article div.column05 {
  float: left;
  width: 35.0194%; /*	360px	*/
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 14.65%; /*	154px	*/
}
body:not(.toppage) main article div.column06 {
  float: right;
  width: 35.0194%; /*	360px	*/
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 14.65% 0 0; /*	154px	*/
}
body:not(.toppage) main article div.column07 {
  float: left;
  width: 23.3463%; /*	240px	*/
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 14.65%; /*	154px	*/
}
body:not(.toppage) main article div.column08 {
  float: right;
  width: 46.6926%; /*	480px	*/
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 14.65% 0 0; /*	154px	*/
}
body:not(.toppage) main article div.column320 {
  float: left;
  width: 300px;
  height: 280px;
  text-align: left;
  padding: 7px 7px 20px 7px;
  overflow: hidden;
}
body:not(.toppage) main article div.column05,
body:not(.toppage) main article div.column06,
body:not(.toppage) main article div.column07,
body:not(.toppage) main article div.column08 {
  font-size: 14px;
}
body:not(.toppage) main article div.column05 img,
body:not(.toppage) main article div.column06 img,
body:not(.toppage) main article div.column07 img,
body:not(.toppage) main article div.column08 img {
  width: 100%;
  height: auto;
}
body:not(.toppage) main article div.column05 figure,
body:not(.toppage) main article div.column06 figure,
body:not(.toppage) main article div.column07 figure,
body:not(.toppage) main article div.column08 figure {
  margin: 5px 0 0 0;
  padding: 0;
}
body:not(.toppage) main article div.column05 p span,
body:not(.toppage) main article div.column06 p span,
body:not(.toppage) main article div.column07 p span,
body:not(.toppage) main article div.column08 p span {
  font-size: 18px;
}
body:not(.toppage) main article div.column05 dl,
body:not(.toppage) main article div.column06 dl,
body:not(.toppage) main article div.column07 dl,
body:not(.toppage) main article div.column08 dl {
  width: 100%;
}
body:not(.toppage) main article div.column05 dt,
body:not(.toppage) main article div.column06 dt,
body:not(.toppage) main article div.column07 dt,
body:not(.toppage) main article div.column08 dt {
  float: left;
  width: auto;
  font-weight: bold;
  margin: 0 5px 10px 0;
  padding: 0;
  white-space: nowrap;
}
body:not(.toppage) main article div.column05 dd,
body:not(.toppage) main article div.column06 dd,
body:not(.toppage) main article div.column07 dd,
body:not(.toppage) main article div.column08 dd {
  width: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
body:not(.toppage) main article div.column05 ul li span,
body:not(.toppage) main article div.column06 ul li span,
body:not(.toppage) main article div.column07 ul li span,
body:not(.toppage) main article div.column08 ul li span {
  text-align: left;
}
body:not(.toppage) main article div.column05 p,
body:not(.toppage) main article div.column07 p {
  margin: 0 0 10px 0;
}
body:not(.toppage) main article div.column06 p,
body:not(.toppage) main article div.column06 dl,
body:not(.toppage) main article div.column06 table,
body:not(.toppage) main article div.column08 p,
body:not(.toppage) main article div.column08 dl,
body:not(.toppage) main article div.column08 table {
  margin: 0 0 10px 10px;
}
body:not(.toppage) main article div.column11,
body:not(.toppage) main article div.column12 {
  margin: 0 auto;
  padding: 0;
}
body:not(.toppage) main article div.column11 img,
body:not(.toppage) main article div.column12 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body:not(.toppage) main article div.column11 p,
body:not(.toppage) main article div.column12 p {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: -10px 0 0 0;
  padding: 0;
}
body:not(.toppage) main article div.column10 {
  width: 70%; /*	720px	*/
}
body:not(.toppage) main article div.column320 a:hover img {
  background-color: #ddd;
}
body:not(.toppage) main article div.thumb240 {
  float: left;
  width: 220px;
  height: 240px;
  text-align: left;
  margin-left: 3px;
  margin-top: 3px;
  padding: 7px 9px 20px 8px;
  overflow: hidden;
}
body:not(.toppage) main article div.thumb240 img {
  max-width: 220px;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
body:not(.toppage) main article div.thumb240 p.caption {
  margin-top: -10px;
}
body:not(.toppage) main article img.kumonLogo {
  float: right;
  margin-top: 5px;
}
body:not(.toppage) main article h3 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
body:not(.toppage) main article div.info320 h1 {
  border: none;
  margin: 0;
}
body:not(.toppage) main article .noBorder {
  border: none;
}
body:not(.toppage) main article p.new {
  display: block;
  color: #ff0000;
  padding: 5px 0 5px 55px;
  background: url("/img/newAnime.gif") no-repeat;
}
body:not(.toppage) main article h1.staffname {
  color: #fff;
  background-color: #aaa;
  margin: 0;
  padding: 13px 0 0 0;
}
body:not(.toppage) main form table {
  max-width: 320px;
}
body:not(.toppage) main form table th {
  text-align: left;
}
body:not(.toppage) main form table td {
  text-align: right;
}
body:not(.toppage) main div#mfp_price {
  color: #C00;
  font-size: 24px;
  text-align: right;
  padding: 10px;
  font-weight: bolder;
}
body:not(.toppage) main .small {
  font-size: 80%;
  white-space: wrap;
}

/*	body:not(.toppage)	*/
/* =============================================================
表示・非表示、間隔とか
============================================================= */
body.kenkoMahjong .kenkomahjong.topicsection {
  display: none;
}/*# sourceMappingURL=pc-page.css.map */