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

/*-- メイン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( 12.5 / 60 * -100% );
    margin-bottom: calc( 8.3 / 60 * 100%);
}
.btn-01 img {
	max-width: 74.5%;
    margin-left: auto;
    margin-right: auto;
}
.btn-02 {
    margin-top: calc( 110 / 672 * -100% );
    margin-bottom: calc( 50 / 672 * 100%);
}
.btn-02 img {
	max-width: 75%;
    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;
}

/*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: .8rem;
	}
}
@media (max-width: 435px) {
	address {
		font-size: .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: 3%;
	top: 50%;
	opacity: 0.5;
}
.prev-arrow {
	left: 0;
	z-index: 999;
}
.next-arrow {
	right: 0;
	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: .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: 8%;
}
.mg-btm01 {
	margin-bottom: 6%;
}
.mg-btm02 {
	margin-bottom: 3%;
}
.mg-btm03 {
	margin-bottom: 1%;
}
.mg01 {
	margin: 5% 0;
}
.mg02 {
	margin: 5% 0 7%;
}

.mt40 {
    margin-top: 40px;
}
.mt80 {
    margin-top: 80px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb80 {
    margin-bottom: 80px;
}
.pt20 {
    padding-top: 20px;
}
