@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors pages 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
TOP
--------------------------------------------------------------------------------- */
.top-btn {
  width: 556px;
  margin: 0 auto;
}
.top-btn a {
  box-sizing: border-box;
  display: block;
  width: 556px;
  height: 60px;
  padding-top: 21px;
  background-color: #9b9baa;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.top-btn a::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 10px;
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}

/*first view*/
/*.top#contents-wrapper {
  padding-top: 0px;
}*/
.top .contents-mv {
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
}
.top .contents-mv img {
  height: calc(100vh - 70px);
}
.top .contents-mv a {
  display: block;
  width: 70px;
  height: 30px;
  background: url("../img/top/mv_arrow.png") no-repeat center bottom;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  margin: auto;
}

/*information*/
.top-information {
  padding-bottom: 150px;
}
.top-information-list {
  display: flex;
  flex-wrap: wrap;
  width: 1152px;
  margin: 0 auto;
}
.top-information-list li {
  width: 334px;
  padding: 0px 25px 80px;
}
.top-information-ttl {
  box-sizing: border-box;
  padding-top: 14px;
  min-height: 80px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.top-information-summary {
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
}


/*MENU&PRICE*/
.top-menu-wrap {
  padding: 150px 0px 150px;
}
.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
.top-menu .contents-ttl {
  order: 1;
}
.top-menu .img {
  width: 525px;
  order: 3;
  margin-bottom: 75px;
}
.top-menu table {
  width: 525px;
  margin-bottom: 75px;
  font-size: 16px;
  line-height: 1;
  order: 2;
  border-top: 1px solid #dddddd;
}
.top-menu table th {
  width: 435px;
  padding: 21px 0 21px;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.top-menu table td {
  width: 90px;
  text-align: right;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0.08em;
}
.top-menu .top-btn {
  order: 4;
}

/*STAFF INTRO*/
.top-staff {
  width: 1100px;
  padding: 150px 0;
  margin: 0 auto;
}

/*SHOP INFO*/
.top-shop-info {
  padding-top: 148px;
  background-color: #fcf8f8;
}
.top-shop-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 1100px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.top-shop-img {
  width: 670px;
  height: 415px;
  position: relative;
}

.top-shop-detail {
  width: 425px;
  line-height: 1.75;
}
.top-shop-detail h3,
.top-shop-detail p {
  padding-bottom: 1.0em;
}
.top-shop-detail .shop-tel {
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 0;
  background: url("../img/common/sp_h_tel_icon.png") no-repeat left center;
  background-size: 20px auto;
  margin-bottom: 18px;
}
.shop-tel a {
  font-size: 23px;
  line-height: 1;
}
.top-btn-reserve a {
  box-sizing: border-box;
  display: block;
  width: 330px;
  height: 80px;
  padding-top: 30px;
  padding-left: 25px;
  background-color: #333;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-align: center;
  color: #fff;
  position: relative;
}
.top-btn-reserve a::before {
  display: block;
  width: 22px;
  height: 20px;
  background: url("../img/top/icon_shop_reserve.png") no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 112px;
  margin: auto;
}
.top-btn-reserve a::after {
  box-sizing: border-box;
  display: block;
  width: 310px;
  height: 60px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:"";
  margin: auto;
}
.map {
  width: 100%;
  height: 530px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .top-btn {
    width: 80%;
    padding-top: 15px;
  }
  .top-btn a {
    width: 100%;
    height: 45px;
    padding-top: 18px;
    font-size: 11px;
  }
  .top-btn a::after {
    margin-left: 5px;
  }
  
  .top .contents-ttl {
    margin-bottom: 12px;
  }
  /*first view*/
/*  .top#contents-wrapper {
    padding-top: 0px;
  }*/
  .top .contents-mv img {
/*    padding-top: 30px;*/
    height: calc(100vh * 0.5 - 60px);
  }
  .top .contents-mv a {
    display: block;
    width: 70px;
    height: 17px;
    background-size: 7px auto;
    font-size: 9px;
    bottom: 12px;
  }
  
  /*information*/
  .top-information {
    padding: 0px 0 50px;
  }
  .top-information-list {
    justify-content: space-between;
    width: 90%;
  }
  .top-information-list li {
    width: 47%;
    padding: 0 0 38px;
  }
  .top-information-ttl {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
  }
  .top-information-summary {
    padding-top: 12px;
    font-size: 10px;
    line-height: 1.7;
    display: -webkit-box;
  }

  /*MENU&PRICE*/
  .top-menu-wrap {
    padding: 50px 5%;
  }
  .top-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .top-menu .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-menu table {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
  }
  .top-menu table th {
    width: 60%;
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
    text-align: left;
  }
  .top-menu table td {
    width: 40%;
    text-align: right;
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
    letter-spacing: 0.08em;
  }

  /*STAFF INTRO*/
  .top-staff {
    padding: 0 0 50px;
    background: none;
  }
  .top-staff-img {
    width: 100%;
    margin: 0 auto;
  }

  /*INSTAGRAM*/
  .top-instagram {
    padding: 0 0 50px;
  }
  .top-instagram ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .top-instagram ul li {
    width: 47%;
    height: auto;
    padding: 0 0 15px;
  }
  .top-instagram ul li:nth-of-type(3),
  .top-instagram ul li:nth-of-type(4) {
    padding-bottom: 0;
  }
  .top-instagram ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .top-instagram li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    left: 0;
  }

  /*SHOP INFO*/
  .top-shop-info {
    padding-top: 50px;
  }
  .top-shop-info-wrap {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .top-shop-img {
    width: 100%;
    height: calc(100vw * 0.61875);
    padding-bottom: 17px;
  }
  .top-shop-detail {
    width: 100%;
    padding-top: 32px;
    line-height: 1.75;
  }
  .top-shop-detail h3,
  .top-shop-detail p {
    padding-bottom: 1.5em;
    text-align: center;
  }
  .top-shop-detail p .to-map {
    display: block;
    color: #4eaec3;
    text-align: center;
  }
  .top-shop-detail .shop-tel {
    padding-top: 5px;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
    background-size: 20px auto;
    margin-bottom: 21px;
  }
  .shop-tel a {
    font-size: 21px;
    line-height: 1;
  }
  .shop-tel a:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background: url("../img/common/sp_h_tel_icon.png") no-repeat left center;
    background-size: 100% auto;
    content:"";
  }
  .top-btn-reserve a {
    box-sizing: border-box;
    display: block;
    width: 165px;
    height: 40px;
    padding-top: 12px;
    padding-left: 18px;
    border: 1px solid #b7b7b7;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.24em;
    text-align: center;
    position: relative;
  }
  .top-btn-reserve a::before {
    display: block;
    width: 11px;
    height: 10px;
    background: url("../img/top/icon_shop_reserve.png") no-repeat;
    background-size: 100% auto;
    margin-right: 8px;
    content:"";
    position: absolute;
    left: 50%;
    margin-left: -36px;
  }
  .top-btn-reserve a::after {
    width: 155px;
    height: 30px;
  }
  
  .map {
    width: 100%;
    height: 530px;
  }
  .map iframe {
    width: 100%;
    height: 100%;
  }
  
  /*STAFF*/
  .top-staff {
    width: 100%;
    padding-top: 50px;
  }
  .staff-wrap {
    padding: 0px 5% 20px;
  }
}

/*---------------------------------------------------------------------------------
MENU&PRICE
--------------------------------------------------------------------------------- */
.menu article {
  width: 900px;
  margin: 0 auto 145px;
}
.menu-read {
  box-sizing: border-box;
  width: 630px;
  padding: 25px 40px 17px;
  border: 1px solid #333;
  margin: 0 auto 95px;
}
.menu-read li {
  font-size: 30px;
  line-height: 2;
}
.menu-read li:first-letter {
  color: #e51373;
}

.menu-wrap {
  position: relative;
}
.menu-wrap-column {
  width: 425px;
}

.menu-box {
  padding-bottom: 70px;
}
.menu-box.color {
  width: 425px;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-ttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 55px;
}
.menu-ttl .name {
  display: inline-block;
  padding-bottom: 7px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.menu-ttl .name::before {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -1px;
  left: 0;
  content:"";
}
.menu-ttl .sub {
  font-size: 16px;
}
.menu-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-detail dt {
  display: flex;
  width: 340px;
  padding-bottom: 35px;
  font-size: 16px;
  white-space: nowrap;
}
.menu-detail span.name {
  width: 157px;
}
.menu-detail .note {
  color: #e51373;
}
.menu-detail dd {
  width: 85px;
  padding-bottom: 40px;
  text-align: right;
}
.menu-note {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #e51373;
}
.menu-notice {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  line-height: 1.3;
}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .menu article {
    width: 90%;
    margin-bottom: 50px;
  }
  .menu-read {
    width: 290px;
    padding: 17px 15px 9px;
    border: 1px solid #333;
    margin: 0 auto 40px;
  }
  .menu-read li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .menu-read li span {
    display: inline-block;
    background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  
  .menu-wrap {
    display: block;
  }
  .menu-wrap-column {
    width: 100%;
    padding-bottom: 0;
  }
  .menu-box {
    width: 100%;
    padding-bottom: 25px;
  }
  .menu-box.color {
    width: 100%;
    position: static;
  }
  .menu-ttl {
    margin-bottom: 22px;
  }
  .menu-ttl .name {
    padding-bottom:5px;
    font-size: 14px;
  }
  .menu-ttl .sub {
    font-size: 12px;
  }
  .menu-detail dt {
    width: calc(100% - 50px);
    padding-bottom: 15px;
    font-size: 12px;
  }
  .menu-detail span.name {
    width: 115px;
  }
  .menu-detail dd {
    width: 50px;
    padding-bottom: 15px;
  }
  .menu-note {
    padding-top: 5px;
    font-size: 12px;
  }
  .menu-notice {
    padding-top: 10px;
    border-top: none;
    font-size: 12px;
    line-height: 1.3;
  }
}

/*---------------------------------------------------------------------------------
STAFF INTRO
--------------------------------------------------------------------------------- */
.staff article {
  width: 1100px;
  margin: 0 auto 60px;
}
.staff-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.staff-img {
  width: 525px;
}
.staff-detail {
  width:525px;
  color: #000;
}
.staff-name {
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.staff-name-en {
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 1;
}
.staff-job {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 25px;
}
.staff-comment {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.staff-comment em {
  font-weight: 400;
  font-size: 24px;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .staff article {
    width: 90%;
    margin: 0 auto 10px;
  }
  .staff-wrap {
    display: block;
    padding-bottom: 48px;
  }
  .staff-img {
    width: 100%;
    padding-bottom: 25px;
    margin: 0 auto;
  }
  .staff-detail {
    width: 100%;
  }
  .staff-name {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .staff-name-en {
    padding-bottom: 4px;
    font-size: 12px;
  }
  .staff-job {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .staff-comment {
    padding-top: 12px;
    border-top: 1px solid #e2e2e2;
  }
  .staff-comment em {
    font-size: 18px;
  }
}

/*---------------------------------------------------------------------------------
BLOG
--------------------------------------------------------------------------------- */
.blog article {
  width: 900px;
  margin: 0 auto 150px;
}
.blog article.blog-top {
  width: 1152px;
}
.blog-category {
  padding-bottom: 70px;
}
.blog-category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.blog-category-list a {
  display: block;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 1;
}
.blog-header {
  padding-bottom: 50px;
}
.blog-post-ttl {
  padding-bottom: 10px;
  font-size: 28px;
  text-align: center;
}
.blog-post-data {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
}
.post-categories {
  display: flex;
}
.post-categories li {
  padding-left: 18px;
}
.post-categories a {
  text-decoration: underline;
}
.post p {
  padding-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.75;
}

#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 160px;
  margin: 50px auto 0;
  position: relative;
  font-size: 18px;
  line-height: 1;
}
#pagination::before {
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  content:"";
}
#pagination div {
  width: 50%;
}
#pagination .next-page {
  text-align: right;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog article {
    width: 90%;
    margin: 0 auto 50px;
  }
  .blog article.blog-top {
    width: 100%;
  }
  .blog-category {
    text-align: center;
    padding-bottom: 26px;
  }
  .blog-category-select {
    box-sizing: border-box;
    height: 32px;
    font-size: 12px;
    padding: 0px 50px 0 8px;
    margin: 0 auto;
    color: #898989;
    border: 1px solid #898989;
    border-radius: 0px;
    background-color: transparent;
    background: url("../img/blog/arrow.png") no-repeat right center transparent;
    background-size: 30px auto;
    -webkit-appearance: none;
	  appearance: none
  }

  .blog-header {
    padding-bottom: 50px;
  }
  .blog-post-ttl {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .blog-post-data {
    font-size: 12px;
  }
  .post-categories {
    display: flex;
  }
  .post-categories li {
    padding-left: 12px;
  }
  .post p {
    padding-bottom: 1.5em;
    font-size: 12px;
    line-height: 1.75;
  }

  #pagination {
    width: 100px;
    margin: 20px auto 0;
    font-size: 12px;
  }
}

/*---------------------------------------------------------------------------------
RESERVE
--------------------------------------------------------------------------------- */
.reserve article {
  width: 900px;
  margin: 0 auto 150px;
}
.reserve-read-txt {
  padding-bottom: 45px;
  font-size: 16px;
  line-height: 1.75;
}
.reserve-required-txt {
  padding-bottom: 15px;
  text-align: right;
}
.reserve-required-txt em {
  color: #d63183;
  font-style: normal;
}
.reserve-data {
  width: 100%;
  border-top: 1px solid #dbdcdc;
}
.reserve-data tr {
  border-bottom: 1px solid #dbdcdc;
}
.reserve-data th {
  width: 375px;
  padding: 40px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.reserve-data em {
  color: #d63183;
  font-style: normal;
}
.reserve-data td {
  width: calc(100% - 375px);
  padding: 30px 0;
  font-size: 16px;
}
.reserve-data input[type="text"],
.reserve-data input[type="email"],
.reserve-data input[type="tel"]{
  padding: 12px;
  border: 1px solid #dbdcdc;
  font-size: 16px;
}
.reserve-data input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #dbdcdc;
  background-color: #fff;
  border-radius: 0px;
  vertical-align: middle;
}
.reserve-data select {
  box-sizing: border-box;
  height: 42px;
  padding: 0px 60px 0px 12px;
  border: 1px solid #dbdcdc;
  background: url("../img/reserve/select.png") no-repeat right center transparent;
  background-size: 42px auto;
  -webkit-appearance: none;
	appearance: none;
  font-size: 16px;
}
.reserve-data textarea {
  box-sizing: border-box;
  width: 100%;
  height: 233px;
  padding: 12px;
  border: 1px solid #dbdcdc;
  font-size: 16px;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 22px;
}
.reserve-form-btn {
  width: 556px;
  padding-top: 56px;
  margin: 0 auto;
}
.reserve-form-btn input[type="submit"] {
  width: 556px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  border: none;
  outline: none;
  background-color: #9b9baa!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
}
.formErrorContent {
  color: #d63183;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .reserve article {
    width: 90%;
    margin: 0 auto 50px;
  }
  .reserve-read-txt {
    padding-bottom: 35px;
    font-size: 12px;
  }
  .reserve-required-txt {
    padding-bottom: 5px;
  }
  .reserve-data,
  .reserve-data tbody,
  .reserve-data tr {
    display: block;
    width: 100%;
  }
  .reserve-data tr {
    border-bottom: none;
  }
  .reserve-data th {
    display: block;
    width: 100%;
    padding: 30px 0 5px;
    font-size: 12px;
  }
  .reserve-data td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 12px;
  }
  .reserve-data input[type="text"],
  .reserve-data input[type="email"],
  .reserve-data input[type="tel"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
  .reserve-data input[type="checkbox"] {
    width: 12px;
    height: 12px;
  }
  .reserve-data select {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0px 40px 0px 12px;
    background: url("../img/reserve/select.png") no-repeat right center transparent;
    background-size: 32px auto;
    font-size: 12px;
  }
  .reserve-data textarea {
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    padding: 12px;
    font-size: 12px;
  }

  .checkbox-block {
    display: block;
    margin-bottom: 22px;
  }
  .reserve-form-btn {
    width: 256px;
    padding-top: 26px;
    margin: 0 auto;
  }
  .reserve-form-btn input[type="submit"] {
    width: 256px;
    height: 40px;
    font-size: 14px;
  }
}



/*---------------------------------------------------------------------------------
SCRIPT
--------------------------------------------------------------------------------- */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*slick-theme*/
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none!important;
  width: 15px;
  height: 25px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-image: url("../img/top/btn_slider.png");
  background-size: 30px auto;
  z-index: 10;
}
.slick-prev {
  background-position: left top;
  left: 15px;
}
.slick-next {
  right: 15px;
  background-position: right top;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b7b7b7;
  border: none;
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #3e3a39;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    display: block!important;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
