@charset "UTF-8";
/* スマートフォン用CSS */

.hidden-sp {
	display:none !important;
}
.hidden-pc {
	display: inherit !important;
}
.only-sp {
	display: inherit !important;
}
.only-pc {
	display: none !important;
}

html {
    overflow-x: hidden;
    font-size: 1.111vw;
  }
body {
    overflow-x: hidden;
}


.inner {
	width:90rem;
	margin:0 auto;
	position:relative;
}

#pd-menu2 li a {
	font-size: 3rem;
	padding: 1rem 2rem;
}

.mainimage-carousel {
	width: 90%;
	margin: 0 auto;
}
.slick-arrow.slick-prev {
  left: -5rem;
}
.slick-arrow.slick-next {
  right: -5rem;
}
.tit span {
	font-size: 4.6rem;
}

.store-table th, .store-table td {
	font-size: 2.5rem;
}

#pagetop::before {
	width: 2.4rem;
	height: 2.4rem;
}
#pagetop {
	font-size: 4.2rem;
}

.pp p {
	font-size: 2rem;
}

#footer .copyright {
	font-size: 2rem;
	padding: 0 0 2rem;
}