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

/*--リセットCSS--*/
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 {
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}

/*-- メインCSS --*/
.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background: #fff;
}
.container img {
  max-width: 100%;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

/*-- ボタン --*/
.btn-01 {
  margin-top: calc(6.4 / 60 * -100%);
  margin-bottom: calc(2.1 / 60 * 100%);
}
.btn-01 img {
  max-width: 74.5%;
  margin-left: auto;
  margin-right: auto;
}
.btn-02 {
  margin-top: calc(8 / 60 * -100%);
  margin-bottom: calc(4 / 60 * 100%);
}
.btn-02 img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.opty 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;
}

/*-- フローティングボタン --*/
.floating-banner {
    position: fixed;
    z-index: 99999;
    width: 920px;
	max-width: 50%;
    bottom: 2%;
    left: 0;
    right: 0;
	margin: 0 auto;
}
.floating-banner_image {
	max-width: 100%;
	width: 100%;
	filter: drop-shadow(5px 5px 5px #000000);
}
.floating-banner:hover {
	opacity: .8;
}
@media (max-width: 750px) {
	.floating-banner {
		width: 100%;
		max-width: 85%;
		
	}
}

/*footer*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background: #fff;
  padding-top: 3%;
}
.tct {
  width: 750px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
address {
  clear: both;
  padding: 0 0 1.5em 0;
  font-style: normal;
  font-size: 1.2rem;
  color: #000;
}
@media (max-width: 650px) {
  address {
    font-size: 0.8rem;
  }
}
@media (max-width: 435px) {
  address {
    font-size: 0.5rem;
  }
}

/*--slick変更--*/
.slider-box img {
  width: 100%;
  margin: 0 auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 2%;
  top: 50%;
}
.prev-arrow {
  left: 30px;
  z-index: 999;
}
.next-arrow {
  right: 30px;
  z-index: 999;
}
@media (max-width: 535px) {
  .prev-arrow {
    left: 20px;
  }
  .next-arrow {
    right: 20px;
  }
}
@media (max-width: 470px) {
  .prev-arrow {
    left: 20px;
  }
  .next-arrow {
    right: 20px;
  }
}
.slick-slide {
  transition: 0.3s ease;
}

/*RETURN TO TOP & FOOTER*/
#PGtop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#PGtop a {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#PGtop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#PGtop a:hover,
#PGtop a:active,
#PGtop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
}

/*調整*/
.mg-btm {
  margin-bottom: 5%;
}
.mg-btm01 {
  margin-bottom: 6%;
}
.mg-btm02 {
  margin-bottom: 3%;
}
.mg-btm03 {
  margin-bottom: 8%;
}
.mg01 {
  margin: 5% 0;
}
.mg02 {
  margin: 5% 0 7%;
}
.mg03 {
  margin: 3% 3%;
}
.mg04 {
  margin: 7% 7%;
}
