@charset "utf-8";
/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff;
	color: #333;
	text-align: center;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_s {
  font-size: 70%;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
a:link, a:visited {
	color: #005ECF;
	text-decoration: none;
}

a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_sp {display: none}
}
@media screen and (max-width:749px){
	.display_pc {display: none}
}
@media print, screen and (min-width:1501px){
	.display_1500 {display: none}
}
@media screen and (max-width:1500px){
	.display_1920 {display: none}
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}
.wide_wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
@media only screen and ( max-width: 599px ) {
	.container {
	}
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
  background: #fff;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}
.header_logo{
	width: 15%;
	text-align: left;
}
.header_logo img {
	max-width: 100px;

}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 749px ) {
	header {
		margin: 0 auto 0;
	  padding: 0;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 80%;
    }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
.mv_wrap {
background: #005AC3;
}
.present {
  margin: 5% auto 0;
}

.next_event {
  margin: 2% auto;
}
.car_box {
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: center;
  margin: 0 auto 3%;
  flex-wrap: wrap;
}
.car_box > div {
  width: calc(100% / 2);
}

.btn_shop {
  padding: 3% 0;
  margin-bottom: 5%;
}

.schedule_title_wrap {
 background: url("../img/bg_schedule_title.png") center top;
}
.schedule_title_box {
  position: relative;
}
.bg_schedule {
  width: calc(180 / 1200 * 100%);
  max-width: 180px;
  margin-left: auto;
  position: absolute;
  top: -30px;
  right: 0;
}

dl {
  width: 96%;
  max-width: 800px;
  margin: 3% auto;
}
dt {
  color: #3BADBF;
  font-size: 2.0rem;
  font-weight: 700;
}
dd {
  font-size: 2.8rem;
  border-bottom: 2px dotted #333;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
}

.end_list_title {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  background: #eee;
}
.end_list_wrap {
  width: 96%;
  max-width: 800px;
  margin: 3% auto 8%;
  /*background: #ccc;*/
}
dl.end_list {
  margin: 0 auto;
}
.end_list dt {
  font-size: 1.4rem;
  color: #333;
}
.end_list dd {
  font-size: 2.0rem;
}

/*再開催*/
.sai {
  display: inline-block;
  background: #FFE125;
  color: #c3002f;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.5em;
  line-height: 1;
  padding: 0.5em 1em 0.5em;
  border-radius: 10px;
  vertical-align: middle;
}
@media only screen and ( max-width: 749px ) {
  .sai {
    display: block;
    width: 80%;
    max-width: 200px;
    margin: 0.5em auto;
  }
}
/*新規開催*/
.new {
  display: inline-block;
  background: #C3002F;
  color: #FFE125;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.5em;
  line-height: 1;
  padding: 0.5em 1em 0.5em;
  border-radius: 10px;
  vertical-align: middle;
}
@media only screen and ( max-width: 749px ) {
  .new {
    display: block;
    width: 80%;
    max-width: 100px;
    margin: 0.5em auto;
  }
}

/*動き*/
.btn_serif {
  animation: bound 3s ease-out infinite;
  opacity: 1;
}
@keyframes bound {
  0%, 40%, 55%, 65% {
    transform: scale(1.0);
  }
  50%, 60% {
    transform: scale(0.95);
  }
}

.image-map {
  position: relative;
  width: 100%;
  max-width: 1200px; /* 任意 */
  margin: 0 auto;
}

.image-map img {
  width: 100%;
  height: auto;
  display: block;
}

.link-area {
  position: absolute;
  display: block;
  /* 透過で見えなくする */
  background-color: rgba(255, 0, 0, 0); /* テスト時に可視化 */
}

/* 座標は画像の比率で%で指定（例：画像上の位置）W1200xH990 */
.area1 {
  top: calc(460 / 990 * 100%);
  left: calc(870 / 1200 * 100%);
  width: calc(305 / 1200 * 100%);
  height: calc(380 / 990 * 100%);
}
.area2 {
  top: calc(140 / 990 * 100%);
  left: calc(180 / 1200 * 100%);
  width: calc(305 / 1200 * 100%);
  height: calc(330 / 990 * 100%);
}
.area3 {
  top: calc(535 / 990 * 100%);
  left: calc(50 / 1200 * 100%);
  width: calc(305 / 1200 * 100%);
  height: calc(330 / 990 * 100%);
}
/*.area1 {
  top: calc(280 / 1080 * 100%);
  left: calc(70 / 1200 * 100%);
  width: calc(305 / 1200 * 100%);
  height: calc(390 / 1080 * 100%);
}

.area2 {
  top: calc(140 / 1080 * 100%);
  left: calc(410 / 1200 * 100%);
  width: calc(305 / 1200 * 100%);
  height: calc(330 / 1080 * 100%);
}
.area3 {
  top: calc(560 / 1080 * 100%);
  left: calc(160 / 1200 * 100%);
  width: calc(305 / 1200 * 100%);
  height: calc(330 / 1080 * 100%);
}
*/








.open_box {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
  margin: 3% auto;
}
.open_box > div {
  width: 50%;
  padding: 2%;
}
@media only screen and ( max-width: 749px ) {
.open_box {
  display: block;
}
.open_box > div {
  width: 100%;
  padding: 2%;
}
}
/*ドロップダウン
-----------------------------------------------------------*/
.drop_wrap {
}
.drop_btn {
  width: 100%;
  margin: 0 auto 0;
/*  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
*/
  text-align: left;
  padding: 0.2em 0;
  font-size: 1.4rem;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}
.drop_inner {
  width: 100%;
  margin: 1em auto 1em;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
  word-break: break-all;

}
@media only screen and ( max-width: 599px) {
  .drop_btn,
  .drop_inner {
	font-size: 1.0rem;
	line-height: 1.3;
}
}
/*----------------------------------------------------------
　ポップアップ内
-----------------------------------------------------------*/
.pop_starting_box {
  margin: 3% auto;
}
.pop_starting {
  margin: 2% auto;
}

/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
}
.copyright {
  padding: 1em 0;
	text-align: center;
}

/*非表示 ------------------------------*/
