@charset "UTF-8";
/* CSS Document */

/*--リセットCSS--*/
html,body,h1,p {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
body {
	font-family: MazdaTypeRegular,Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
}
img {
	vertical-align: middle;
	border: none;
}
ul {
	padding-left: 0;
}
li {
	list-style:none
}
a{
	text-decoration: none;
}
div {
	display: block;
}
p {
	text-decoration: none;
}
/*--maincss--*/
.view-pc {
	display: block;
}
.view-sp {
	display: none;
}
@media screen and (max-width: 750px) {
	.view-pc {
		display: none;
	}
	.view-sp {
		display: block;
	}
}

.container {
	width: 100%;
    max-width: 1080px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.container img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

/*--venue--*/

@media screen and (max-width: 750px) {
	.map-wrap {
		width: 750px;
	}
	.btn-venue01 {
		max-width: 40%;
		margin-top: calc( 35 / 300 * -100% );
		margin-bottom: calc( 0 / 255 * 100%);
		margin-left: calc( 133 / 255 * 100%);
		margin-right: calc( 0 / 255 * -100%);
	}
	.btn-venue02 {
		max-width: 40%;
		margin-top: calc( 35 / 280 * -100% );
		margin-bottom: calc( 0 / 255 * 100%);
		margin-left: calc( 20 / 255 * 100%);
		margin-right: calc( 0 / 255 * -100%);
	}
	.btn-venue03 {
		max-width: 100%;
    margin-top: calc( 35 / 230 * -100% );
    margin-bottom: calc( 20 / 255 * 100%);
    margin-left: calc( 133 / 255 * 100%);
    margin-right: calc( -20 / 255 * -100%);
	}
}
.btn-venue01 a:hover,
.btn-venue02 a:hover,
.btn-venue03 a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*--map--*/
.map-wrap {
    width: 1080px;
	max-width: 100%;
	margin: 0 auto;
    display: flex;
}
.btn-map01 {
	max-width: 100%;
    margin-top: calc( 30 / 255 * -100% );
    margin-bottom: calc( 0 / 255 * 100%);
    margin-left: calc( 10 / 255 * 100%);
	margin-right: calc( -10 / 255 * 100%);
}
.btn-map01 img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn-map02 {
	max-width: 100%;
    margin-top: calc( 30 / 255 * -100% );
    margin-bottom: calc( 0 / 255 * 100%);
    margin-left: calc( 21 / 255 * 100%);
	margin-right: calc( -10 / 255 * 100%);
}
.btn-map02 img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn-map03 {
	max-width: 100%;
    margin-top: calc( 30 / 255 * -100% );
    margin-bottom: calc( z0 / 255 * 100%);
    margin-left: calc( 22 / 255 * 100%);
    margin-right: calc( -10/ 255 * -100%);
}
.btn-map03 img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*--swiper--*/
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}
:root {
    --swiper-theme-color: #fdfbfc;
}

.swiper-pagination02 {
    bottom: var(--swiper-pagination-bottom,50px) !important;
}


/*--footer--*/
footer {
  background-color: #fff;
  padding: 0 0 5%;
  margin-top: 40px;
}
footer p {
  margin-bottom: 0.25rem;
  font-size: 12px !important;
  line-height: 1.75 !important;
  color: #212529;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: 2.5vw !important;
  }
  footer {
    margin-top: 20px;
  }
}

/*--button--*/
.button {
  background-color: #000000;
  border: none;
  color: white;
  padding: 15px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border-radius: 6px;
  transition-duration: 0.4s;
  width: 50%;
}

.button:hover {
  background-color: #606060;
}

@media screen and (max-width: 750px) {
  .button {
    font-size: 14px;
    width: 60%;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .br-none {
    display: none !important;
  }
}

.mt {
  margin-top: 20px;
}