@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  min-height: 0vw;
  min-height: 0;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.dn {
  display: none !important;
}

.dn2 {
  display: none !important;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

div.headerpc {
  position: fixed;
  width: 100%;
  top: 45px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10001;
}
div.headerpc ul {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
}
div.headerpc ul li {
  margin-right: 50px;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
div.headerpc ul li:nth-of-type(1) a {
  color: #E7C978;
}
div.headerpc ul li:nth-of-type(2) a {
  color: #67EAC6;
}
div.headerpc ul li:nth-of-type(3) a {
  color: #F6899E;
}
div.headerpc ul li:nth-of-type(4) a {
  color: #E7C978;
}
div.headerpc ul li:nth-of-type(5) a {
  color: #67EAC6;
}
div.headerpc ul img {
  width: auto;
}
div.headerpc ul a {
  color: #fff;
  text-decoration: none;
}
div.headerpc ul a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
div.headerpc ul .li-access::after {
  content: "|";
  color: #fff;
  padding-left: 50px;
}
div.headerpc ul .li-icon {
  margin-right: 25px;
}
div.headerpc ul .li-contact {
  margin-right: 0;
}
div.headerpc ul .li-contact a {
  display: block;
  border: 1px solid #67EAC6;
  border-radius: 20px;
  padding: 4px 30px 4px 30px;
  transition: 0.3s;
  color: #67EAC6;
}
div.headerpc ul .li-contact a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}

.fv {
  position: relative;
}

.container {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 10px;
  justify-content: space-between;
}

h1 {
  width: 11.5%;
}
h1 img {
  width: auto;
}

h2 {
  margin-bottom: 30px;
}

.concept {
  background-image: url("../imgs/bgr-concept.png");
  padding-top: 170px;
  padding-bottom: 220px;
}

.concept-wrapper {
  display: flex;
  width: 100%;
  padding: 0 13.5%;
  margin: 0 auto;
  justify-content: space-between;
  color: #fff;
}
.concept-wrapper h2 img {
  max-width: 310px;
}
.concept-wrapper div:nth-of-type(1) {
  width: 41%;
}
.concept-wrapper div:nth-of-type(2) {
  width: 59%;
}

.concept-text1 {
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.5rem);
  line-height: 2.1;
  font-weight: 700;
}

.facilty {
  background-color: #000;
  padding: 120px 0;
  color: #fff;
}
.facilty .facilty-inner {
  padding: 0 13.5%;
}
.facilty h2.title {
  max-width: 250px;
}
.facilty h2.title::before {
  background: #fff;
}

.facilty-capacity {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 46px;
  line-height: 1.8;
  z-index: 10;
}

.facilty-image {
  position: relative;
  margin: -100px auto 0 auto;
  z-index: 0;
}

.image {
  padding: 130px 0 50px 0;
  background-color: #000;
}
.image h2.title {
  width: 248px;
  margin-right: 100px;
}
.image .image-inner {
  padding: 0 13.5%;
}

#tabcontents {
  background-image: url("../imgs/image-border.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8%;
}

.image-title-area {
  display: flex;
  align-items: center;
}

#silde-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabnav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.tabnav li {
  list-style: none;
  width: 170px;
  margin: 0 25px;
  text-align: center;
  padding: 16px 0 14px 0;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  line-height: 1;
  transition: 0.3s;
  border-radius: 6px;
}
.tabnav li:nth-of-type(1) {
  color: #DE7F91;
  border: 4px solid #DE7F91;
}
.tabnav li:nth-of-type(2) {
  color: #FFDD81;
  border: 4px solid #FFDD81;
}
.tabnav li:nth-of-type(3) {
  color: #81FED6;
  border: 4px solid #81FED6;
}
.tabnav li:last-child {
  margin-right: 0;
}
.tabnav li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
  transition: 0.3s;
}

.tabnav > li.active {
  background: #000000;
  color: #fff;
}

.movie {
  background-image: url("../imgs/bgr-concept.png");
  padding: 120px 0;
  color: #fff;
}
.movie .movie-inner {
  padding: 0 13.5%;
}
.movie h2.title {
  width: 290px;
}

.youtube {
  background-image: url("../imgs/image-border-movie.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8%;
}

.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access {
  padding: 195px 0;
  background-color: #000;
}
.access p {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.access p strong {
  display: block;
  font-weight: normal;
}
.access p strong a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 150px;
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 3px 20px;
  transition: 0.3s;
  margin: 20px 0 60px 0;
}
.access p strong a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.access h2.title {
  margin: 0 0 80px 0;
}
.access .access-inner {
  padding: 0 13.5%;
  display: flex;
  justify-content: space-between;
}
.access .access-inner div:nth-of-type(1) {
  width: 35%;
  padding-right: 5%;
  margin-top: 40px;
}
.access .access-inner div:nth-of-type(2) {
  width: 60%;
}
.access .g-map {
  width: 100%;
  position: relative;
  padding-top: 65%;
}
.access .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access span a {
  color: #fff;
  text-decoration: none;
}
.access span br {
  display: none;
}

footer {
  background-color: #000;
  padding: 0 0 90px 0;
}

.logo-mono {
  margin-top: 80px;
}
.logo-mono img {
  width: 100%;
  max-width: 286px;
  margin: 0 auto 90px auto;
}

.logo-wc img {
  width: auto;
  max-width: 460px;
  margin: 0 auto 35px auto;
}

.footer-sns {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 120px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  align-items: center;
}
.footer-sns img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.footer-sns div:nth-of-type(1) {
  margin-right: 80px;
}
.footer-sns a {
  color: #fff;
  text-decoration: none;
}

small {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1rem;
}

/**********slick*************/
.slick-arrow {
  display: block;
  position: absolute;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 50px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

.prev-arrow {
  left: -140px;
}

.next-arrow {
  right: -140px;
}

.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -120px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.dots-class li {
  width: 13px;
  height: 13px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 18px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.dots-class li.slick-active {
  background-color: #fff;
}

.dots-class li:hover {
  background-color: #fff;
}

.dots-class li:last-child {
  margin-right: 0;
}

/**********slick*************/
@media screen and (max-width: 1250px) {
  .concept-text1 {
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .theface-wedding {
    padding: 0 0 0 13.5%;
    margin-bottom: 220px;
  }
  .theface-wedding h3 {
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5rem;
    font-size: 12.8rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 18px;
  }
  .theface-wedding h3 span:nth-of-type(2) {
    font-size: 10.8rem;
    padding-left: 20px;
  }
  .theface-wedding .h3-text {
    padding: 0 0 0 60px;
    font-size: 2.4rem;
  }
}
.float-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 15000;
  transition: 0.3s;
}
.float-contact img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.float-contact .pc {
  width: auto;
  max-width: 300px;
  text-align: right;
  box-shadow: 0 0 15px #d1cf7b;
  border-radius: 15px;
}
.float-contact .sp img {
  max-width: 100%;
  width: 98%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .dn {
    display: block !important;
  }
  .dn2 {
    display: block !important;
  }
  h2.title {
    margin: 0 0 50px 0 !important;
  }
  div.headerpc {
    display: none;
  }
  .mn-logo {
    padding: 33px 0 0 5%;
    margin-bottom: 30px;
  }
  .mn-logo p {
    max-width: 100%;
    width: 100px;
  }
  .sp-menu {
    position: relative;
    z-index: 9000;
    display: block;
  }
  .sp-menu .wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .sp-menu .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .sp-menu .overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .sp-menu .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 100;
    transform: translateX(0);
    transition: transform 0.5s;
  }
  .sp-menu .menu-trigger.active {
    transform: translateX(-250px);
  }
  .sp-menu .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #F6899E;
  }
  .sp-menu .menu-trigger.active span {
    background-color: #F6899E;
  }
  .sp-menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .sp-menu .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .sp-menu .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .sp-menu nav.spmenu {
    width: 250px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(250px);
    transition: all 0.5s;
  }
  .sp-menu nav.open {
    transform: translateZ(0);
  }
  .sp-menu nav.spmenu li {
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
  }
  .sp-menu nav.spmenu li a.sp-arrow {
    display: block;
    text-decoration: none;
    color: #F6899E;
    padding: 15px 20px;
  }
  .sp-menu nav.spmenu li a.sp-arrow::after {
    position: absolute;
    content: "";
    background-image: url("../imgs/feather-chevron-up.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
    width: 20px;
    height: 25px;
    z-index: 200;
    right: 15px;
  }
  .sp-menu .mn-access {
    margin-bottom: 35px;
  }
  .sp-menu .spmenu-tel {
    padding: 10px 20px;
    border: none !important;
  }
  .sp-menu .spmenu-tel img {
    max-width: 160px;
  }
  .sp-menu .spmenu-insta {
    padding: 15px 20px;
    border: none !important;
  }
  .sp-menu .spmenu-insta img {
    max-width: 196px;
  }
  .sp-menu .spmenu-contact {
    padding: 15px 25px;
    border: none !important;
  }
  .sp-menu .spmenu-contact img {
    max-width: 163px;
  }
  /* z-index */
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
    text-align: left;
    padding-left: 24%;
    font-size: 2.2rem;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1rem;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
    margin-bottom: 25px;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
    font-size: 1.4rem;
  }
  #gloval-nav ul li:nth-child(6) img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: 0.9s;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #gloval-nav ul li:nth-child(7) img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  #gloval-nav ul li:nth-child(8) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(8) strong {
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    font-weight: normal;
    width: 200px;
  }
  #gloval-nav ul li:nth-child(8) strong a {
    padding: 5px;
    text-align: center;
  }
  #gloval-nav ul li span {
    display: block;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  h1 {
    width: 100%;
    max-width: 100px;
  }
  h1 img {
    width: auto;
  }
  .fv {
    position: relative;
    margin-bottom: 0;
  }
  .fv div.header {
    position: fixed;
    width: 100%;
    top: 33px;
    padding: 0 5%;
    display: block;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
  }
  .fv div.header ul {
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
  }
  .fv div.header ul li {
    margin-right: 50px;
    letter-spacing: 0.1rem;
  }
  .fv div.header ul img {
    width: auto;
  }
  .fv div.header ul a {
    color: #fff;
    text-decoration: none;
  }
  .fv div.header ul a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .fv div.header ul .li-access::after {
    content: "|";
    color: #fff;
    padding-left: 50px;
  }
  .fv div.header ul .li-icon {
    margin-right: 25px;
  }
  .fv div.header ul .li-contact {
    margin-right: 0;
  }
  .fv div.header ul .li-contact a {
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 30px 4px 30px;
    transition: 0.3s;
  }
  .fv div.header ul .li-contact a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .fv div.logo {
    width: 100%;
    max-width: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .concept-wrapper {
    display: block;
    width: 100%;
    justify-content: space-between;
    padding: 0 40px;
  }
  .concept-wrapper h2 img {
    max-width: 174px;
  }
  .concept-wrapper div:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }
  .concept-wrapper div:nth-of-type(2) {
    width: 100%;
  }
  .concept {
    padding: 100px 0 40px 0 !important;
  }
  .concept-text2 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 40px;
  }
  .theface-wedding {
    padding: 0 0 0 10%;
    margin-bottom: 45px;
  }
  .theface-wedding h3 {
    display: block;
    padding: 0;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5rem;
    font-size: 6.4rem;
    font-weight: normal;
    line-height: 0.8;
    margin-bottom: 18px;
  }
  .theface-wedding h3 span:nth-of-type(2) {
    font-size: 5.8rem;
    padding-left: 0;
  }
  .theface-wedding .h3-text {
    padding: 0;
    font-size: 1.6rem;
  }
  .image {
    padding: 45px 0;
  }
  .image .image-inner {
    padding: 0 10%;
  }
  .image .image-inner h2 {
    margin-bottom: 60px;
  }
  .image-title-area {
    display: block;
  }
  .image-title-area h2 img {
    max-width: 146px;
  }
  #silde-wrapper {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
  }
  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .tabnav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .tabnav li {
    width: 48%;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    margin: 0 0 16px 0;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.05em;
    font-family: "Lato", sans-serif;
    border: 1px solid #000;
    line-height: 1;
    transition: 0.3s;
    font-size: 1.2rem;
  }
  .tabnav li:last-child {
    margin-right: 0;
  }
  .tabnav li:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
  }
  .tabnav > li.active {
    background: #f8f8f8;
    color: #000;
  }
  .active {
    font-weight: 700;
  }
  .tab-mn {
    margin: 0 10px;
  }
  .panel {
    display: none;
    text-align: center;
  }
  .movie {
    background-color: #000;
    padding: 45px 0;
    color: #fff;
  }
  .movie .movie-inner {
    padding: 0 10%;
  }
  .movie h2.title img {
    max-width: 132px;
  }
  .movie h2.title::before {
    background: #fff;
  }
  .youtube {
    padding: 8%;
  }
  .movie-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .facilty {
    padding: 45px 0;
  }
  .facilty h2.title {
    max-width: 140px;
  }
  .facilty-image {
    position: relative;
    margin: 0 auto 0 auto;
    z-index: 0;
  }
  .facilty-inner {
    padding: 0 40px;
  }
  .facilty-capacity {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.8;
    z-index: 10;
  }
  .movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access {
    padding: 45px 0 0 0;
  }
  .access p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .access p strong {
    display: block;
    font-weight: normal;
  }
  .access p strong a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 150px;
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px 20px;
    transition: 0.3s;
    margin: 20px 0 20px 0;
  }
  .access p strong a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  .access h2.title img {
    max-width: 136px;
  }
  .access .access-inner {
    padding: 0 10%;
    display: block;
    justify-content: space-between;
  }
  .access .access-inner div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 40px;
  }
  .access .access-inner div:nth-of-type(2) {
    padding-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .access span a {
    color: #fff;
    text-decoration: none;
  }
  .access span br {
    display: none;
  }
  footer {
    background-color: #000;
    padding: 120px 0 190px 0;
  }
  .logo-mono img {
    width: auto;
    max-width: 234px;
    margin: 0 auto 60px auto;
  }
  .logo-wc img {
    width: auto;
    max-width: 220px;
    margin: 0 auto 0 auto;
  }
  .footer-sns {
    display: block;
    justify-content: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    max-width: 60%;
    margin: 0 auto 100px auto;
  }
  .footer-sns img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  .footer-sns div:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  small {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1rem;
  }
  .prev-arrow {
    left: 0;
  }
  .next-arrow {
    right: 0;
  }
  /**********slick*************/
  .slick-arrow {
    display: block;
    position: absolute;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 35px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
  .prev-arrow {
    left: -55px;
  }
  .next-arrow {
    right: -55px;
  }
  .dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .dots-class {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .dots-class li {
    width: 7px;
    height: 7px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 18px;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }
  .dots-class li.slick-active {
    background-color: #fff;
  }
  .dots-class li:hover {
    background-color: #fff;
  }
  .dots-class li:last-child {
    margin-right: 0;
  }
  /**********slick*************/
  .float-contact {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 15000;
    transition: 0.3s;
  }
  .float-contact img {
    width: auto;
    max-width: 230px;
  }
  .float-contact img:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .float-contact .sp img {
    width: 90%;
    max-width: 270px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 15px #d1cf7b;
    border-radius: 10px;
  }
}
/*****768****//*# sourceMappingURL=style.css.map */