/* 共通 */
#global {
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff;
}
#main img{
	max-width: 100%;
	width: 100%;
	display: block;
}
#main .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #main .sp {
    display: none;
  }
}
#main .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #main .pc {
    display: block;
  }
}
.bodoni{
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btn{
	transition: 1s;
}
.btn:hover{
	opacity: 0.7;
	transition: 1s;
}
.no_link{
	pointer-events: none !important;
	opacity: 0.5 !important;
	cursor: default !important;
}
.relative{
	position: relative;
}
.img_note{
	position: absolute;
	bottom: .5em;
	right: .5em;
	pointer-events: none;
	font-size: 2.4vw;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}
@media screen and (min-width: 768px) {
  .img_note{
    font-size: 0.85vw;
  }
}
@media screen and (min-width: 1400px) {
  .img_note{
    font-size: 12px;
  }
}
.img_note.black{
	color: #000;
}
.img_note.gray{
	color: #727171;
}
.img_note.left{
	right: auto;
	left: .5em;
}
.img_note.static{
  position: static;
  margin-left: 2em;
  margin-top: .5em;
}


html.on {
  position: static;
}

.footer-bnr {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0 0;
  margin-bottom: 60px;
}

.footer-bnr .slick-slider {
  margin: 0 auto;
}

.footer-bnr .slick-slide {
  margin: 0 10px;
}

.footer-bnr .slick-prev,
.footer-bnr .slick-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1;
}

.footer-bnr .slick-prev:before,
.footer-bnr .slick-next:before {
  font-size: 20px;
  line-height: 1;
}

#l-footer {
  padding-bottom: 0; 
}

.slick-dots {
  position: absolute;
  bottom: -7px !important;
  left: 0;
  width: 100%;
  text-align: center; 
}
.slick-dots li {
  display: inline-block;
  width: 10px !important;
  height: 4px !important;
  margin: 0 5px !important;
  background: #fff !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}


@media screen and (max-width: 768px) {
  .footer-bnr {
    padding: 15px 0 0;
  }
}

.inner-l {
  width: 100%;
}

.inner {
  max-width: 960px;
  width: 100%;
}

#l-footer .m-box-fixed {
  max-width: 1024px;
  width: 100%;
}

#pagetop a {
  padding-right: 2em;
}

#contact {
  padding: 20px 0;
}

#contact h2 {
  font-weight: 400;
}
#contact .contact-tel {
  color: #727171;
}