  @charset "utf-8";

  body {
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "pkna" 1;
    font-weight: 500;
    font-size: 16px;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }


  article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
  }

  h1, h2, h3, h4, h5, h6, p, th, td, address, small, i {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
  }

  ol, ul, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  img, object, embed {
    border: 0;
    vertical-align: bottom;
  }

  table {
    border-spacing: 0;
    border-collapse: collapse;
  }

  th {
    text-align: left;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a:hover {
    color: #000;
    text-decoration: none;
  }
  .pc-s {
    display: block !important;
  }

  .sp-s {
    display: none !important;
  }

  @media (max-width: 640px) {
    .pc-s {
      display: none !important;
    }
    .sp-s {
      display: block !important;
    }
    img {
      width: 100%;
    }
  }
  @media screen and (min-width: 640px) {
    a {
      box-shadow: 0 0 1px transparent;
      transition-duration: 0.3s;
    }
    a:hover {
      opacity: 0.5;
    }
    a img {
      -webkit-transition: 0.3s;
    }
  }

	/* sp tel */
	a[href^="tel:"] {
		cursor: default;
	}
	a[href^="tel:"]:hover{
	opacity: 1;
	}
  .clearfix {
    min-height: 1px;
  }

  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }


  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .txt-j {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .txt-right {
    text-align: right;
  }
/* 広告非表示 */
#overlay1area,#tce_ov_area1{
display: none !important;
}
.swiper-container-android .swiper-slide img,.swiper-slide img{
width: 100%;
}
.swiper-container{
overflow: visible;
margin-bottom: 105px;
}
@media (max-width: 640px) {
.swiper-container{
margin-bottom: 55px;
	}
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px;
  left: 0;
  width: 100%;
}
@media (max-width: 640px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
	position: inherit;
	display: block;
	}
}


.swiper-pagination-bullet{
color: #c0c0c0;
opacity: 1;
width: 13px;
height: 13px;
}
@media (max-width: 640px) {
.swiper-pagination-bullet{
width: 10px;
height: 10px;
	}
}

.swiper-pagination-bullet-active{
color: #666;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
margin:0 25px;
}
@media (max-width: 1000px) {
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
margin:0 10px;
	}
}
@media (max-width: 640px) {
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
margin:0 5px;
	}
}

  /* header */
main{
width: 100%;
overflow: hidden;
	}

header {
max-width:980px;
margin: auto;
padding-top: 30px;
margin-bottom: 85px;
  }
@media (max-width: 1000px) {
header {
	margin-bottom: 40px;
  }
}

header .top-area{
position: relative;
}
header h2{
text-align: center;
}
@media (max-width: 1000px) {
header h2{
width: 130px;
margin: auto;
	}
}
header h2 img{
width: 213px;
}
@media (max-width: 1000px) {
header h2 img{
width: 100%;
	}
}
header .sns-icon{
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 1000px) {
header .sns-icon{
right: 20px;
}
header .sns-icon img{
width: 28px;
height: auto;
	}
}

header .cart-icon{
position: absolute;
right: 55px;
top: 0;
}

header .cart-icon img{
width: 38px;
height: auto;
	}

@media (max-width: 1000px) {
header .cart-icon{
right: 60px;
	}
header .cart-icon img{
width: 30px;
height: auto;
	}

}

#menu {
    display: none;
  }
.slicknav_menu {
  display: block;
}
.t-deco{

}
footer{
background:#cbcbcb;
padding:50px 0 ;
margin-top: 105px;
}
@media (max-width: 1000px) {
footer{
margin-top: 60px;
	}
}

footer .inner{
position: relative;
max-width: 850px;
margin: auto;
}
@media (max-width: 1000px) {
footer .inner{
padding: 0 20px;
margin: auto;
	}
}

footer .inner .nav-wrapper{
display: flex;
justify-content: space-between;
}
footer .inner .f-nav{
width: 33.3%;
}
footer .inner .f-nav li{
margin-bottom:20px;
}
@media (max-width: 480px) {
footer .inner .f-nav li{
margin-bottom:10px;
	}
}

footer .inner .f-nav li a{
font-weight: bold;
color: black;
font-size: 18px;
text-decoration: none;
}
@media (max-width: 1000px) {
footer .inner .f-nav li a{
font-size: 15px;
	}
}
@media (max-width: 480px) {
footer .inner .f-nav li a{
font-size: 12px;
	}
}

footer .inner .f-logo{
text-align: center;
margin-bottom: 25px;
}
@media (max-width: 640px) {
footer .inner .f-logo img{
width: 130px;
	}
}

footer .inner .copy{
text-align: center;
font-size: 13px;
font-weight: bold;
display: block;
}

.cont-ttl{
text-align: center;
padding: 65px 0 60px;
font-size: 38px;
font-weight: bold;
letter-spacing: 5px;
}
@media (max-width: 1000px) {
.cont-ttl{
padding: 30px 0 25px;
font-size: 28px;
letter-spacing: 2px;
	}
}

.cont-ttl small{
display: block;
font-size:18px;
margin-bottom: 20px;
line-height: 1;
letter-spacing: 1px;
font-weight: bold;
}
@media (max-width: 1000px) {
.cont-ttl small{
font-size:14px;
margin-bottom: 15px;
	}
}
