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

/*--reset--*/
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
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 {
  color: inherit; /* デフォルトのテキスト色を継承する */
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}

.view-pc {
  display: block;
}
.view-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
}

.img_link {
  display: block;
}
.img_link img {
  transition: 0.3s;
  display: block;
  width: 100%;
}
.img_link:hover img {
  opacity: 0.8;
}

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

/*--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;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition-duration: 0.4s;
  width: 40%;
}

.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;
  }
}

/*--ボタン--*/
.btn-official {
	margin-top: 8%;
    max-width: 100%;
}
.btn-official img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px) {
	.btn-official img {
		max-width: 78%;
	}
}
.btn-official 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;
}

/*--ディスクレーマー--*/
.dc {
  margin: 0% 7% 7%;
}

.dc-s {
  line-height: 125%;
  font-size: 12px;
  color: #212529;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .dc {
    margin: 0% 7% 5%;
  }
  .dc-s {
    font-size: 2.5vw;
  }
}

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

.mt {
  margin-top: 30px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem;
  color: #000;
}

.on {
  display: block;
  margin-top: calc(-15%);
  margin-bottom: calc(10%);
}
@media (max-width: 768px) {
  .on {
    display: block;
    margin-top: calc(-24%);
    margin-bottom: calc(15%);
  }
}

/*--map--*/
.map-wrap {
    width: 1080px;
	max-width: 100%;
	margin: 0 auto;
    display: flex;
}
.btn-map01 {
	max-width: 100%;
    margin-top: calc( 0 / 255 * -100% );
    margin-bottom: calc( 0 / 255 * 100%);
    margin-left: calc( 10 / 255 * 100%);
	margin-right: calc( 0 / 255 * 100%);
}
.btn-map01 img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn-map02 {
	max-width: 100%;
    margin-top: calc( 0 / 255 * -100% );
    margin-bottom: calc( 0 / 255 * 100%);
    margin-left: calc( 10 / 255 * 100%);
	margin-right: calc( 0 / 255 * 100%);
}
.btn-map02 img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn-map03 {
	max-width: 100%;
    margin-top: calc( 0 / 255 * -100% );
    margin-bottom: calc( 0 / 255 * 100%);
    margin-left: calc( 10 / 255 * 100%);
    margin-right: calc( 10 / 255 * 100%);
}
.btn-map03 img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px) {
	.map-wrap {
		width: 750px;
	}
	.btn-map01 {
		max-width: 38%;
		margin-top: calc( 43 / 280 * -100% );
		margin-bottom: calc( 0 / 255 * 100%);
		margin-left: calc( 134 / 255 * 100%);
		margin-right: calc( 0 / 255 * -100%);
	}
	.btn-map02 {
		max-width: 38%;
		margin-top: calc( 43 / 280 * -100% );
		margin-bottom: calc( 0 / 255 * 100%);
		margin-left: calc( 24 / 255 * 100%);
		margin-right: calc( 0 / 255 * -100%);
	}
	.btn-map03 {
		max-width: 38%;
		margin-top: calc( 37 / 280 * -100% );
		margin-bottom: calc( 0 / 255 * 100%);
		margin-left: calc( 134 / 255 * 100%);
		margin-right: calc( 0 / 255 * -100%);
	}
}
.btn-map01 a:hover,
.btn-map02 a:hover,
.btn-map03 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;
}

