@charset "UTF-8";

/* CSS Document */
.main {
  /* 共通
  ***************************************************/
  /* top
  ***************************************************/
  /* topnav
  ***************************************************/
  /* contents
  ***************************************************/
  /* btn
  ***************************************************/
  /* sub
  ***************************************************/
  /* 並び替え
  ***************************************************/
  /* index
  ***************************************************/
  /* plan
  ***************************************************/
  /*.plan {
  	padding: 5px 0;
  	border-radius: 10px;
  	margin-bottom: 50px;
  }*/
  /* contact
  ***************************************************/
  /* btn
  ***************************************************/
  /* sns
  ***************************************************/
  /* Wrapper */
  /* Circle */
  /* Icons */
  /* modals
  ***************************************************/
  /* slick
  ***************************************************/
  /*.slick-arrow {
    position: absolute!important;
    width: 30px!important;
    height: 60px!important;
    z-index: 2!important;
    border: none!important;
    background-color: rgba(0,0,0,0.4) !important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    cursor: pointer!important;
  }*/
}

.main #main a {
  text-decoration: none;
}

.main #main img {
  width: 100% !important;
}

.main .font--mincho {
  font-family: "Times New Roman", "century", serif, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "HGS明朝B", "HG明朝B", "ＭＳ 明朝";
}

.main .-c-r {
  color: #a81616;
}

.main .-c-g {
  color: #36a816;
}

.main .-c-b {
  color: #161fa8;
}

.main .-t-i {
  padding-left: 1em;
  text-indent: -1em;
}

.main .font-jun {
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.main h7,
.main p {
  margin: 0 auto !important;
}

.main .-t-i {
  padding-left: 1em;
  text-indent: -1em;
}

.main .-f-w {
  color: #fff;
}

.main a.-f-w {
  color: #fff !important;
}

.main .-f-b {
  color: #000;
}

.main a.-f-b {
  color: #000 !important;
}

.main .rhythm {
  font-family: rhythm-one, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main #top_image {
  position: relative;
  height: 70vh;
}

.main #top_image #slider-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  z-index: 0;
}

.main #top_image .logo {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 36%;
}

.main #top_image .logoText {
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  line-height: 1.8;
}

.main #slider {
  width: 100%;
  height: 70vh !important;
}

@media screen and (max-width: 768px) {
  .main #top_image {
    height: 110vh;
  }

  .main #top_image #slider-area {
    width: 100%;
    height: 90vh;
    top: 15%;
  }

  .main #top_image h1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 89%;
    transform: translate(-50%);
  }

  .main #top_image .logo {
    top: 0;
    left: 50%;
    width: 90%;
  }

  .main #top_image .logoText {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    font-size: 0.8rem;
    margin-top: 290px;
    font-weight: lighter;
  }

  .main .logoText {
    padding: 10px;
    font-size: 1.4rem;
  }

  .main #slider {
    width: 100%;
    height: 90vh !important;
  }
}

.main #topNav {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 100px;
}

.main #topNav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  list-style: none;
  padding-left: 0;
}

.main #topNav ul li {
  width: 25%;
  text-align: center;
}

.main #topNav a {
  display: block;
  text-decoration: none;
  padding: 5px;
  position: relative;
}

.main #topNav a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  background-color: gray;
}

.main #topNav a:hover::after {
  width: 100%;
}

.main .frame {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}

.main .sun {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffe5e5;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.main .sat {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #b0e8ff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.main .holiday {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffcece;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.main .weekday {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffe3c5;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .main #topNav ul li {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
}

.main .contents {
  position: relative;
  margin-top: 100px;
}

.main .contentsWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto 50px;
  max-width: 100%;
}

.main .contentsImg {
  width: 70%;
}

.main .contentsTextBoxWrap {
  width: 30%;
  position: relative;
}

.main .contentsTextBox {
  width: 52rem;
  position: absolute;
  top: 5%;
  right: 10%;
  background-color: #fff;
  padding: 30px;
  border: 5px double #ccc;
}

.main .child_1 .contentsTextBox {
  left: 0;
}

.main .tenpoLogo {
  width: 180px;
  margin: 0 auto;
}

.main .tenpoName {
  text-align: center;
  font-weight: bold;
}

.main .read {
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
  line-height: 1.4;
  padding-bottom: .5rem;
}

.main .dateBox {
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}

.main .dateText {
  font-size: 0.9rem;
}

.main .catch {
  color: #aa750f;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 10px;
}

.main .bgWrap {
  position: relative;
}

.main .bg {
  background-color: #FDE6EA;
  position: absolute;
  bottom: -15%;
  height: 200px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main .contentsImg {
    width: 100%;
  }

  .main .contentsTextBoxWrap {
    width: 100%;
    position: relative;
  }

  .main .contentsTextBox {
    position: relative;
    padding: 15px;
    max-width: 100%;
    border: none;
    top: 0;
    right: 0;
    width: 350px;
    display: block;
    margin: 0 auto;
  }
}

.main .btn--color--white--bg-winered {
  font-weight: normal !important;
  background-color: #8D3043 !important;
  border: 1px solid #8D3043 !important;
  line-height: 1.4rem !important;
  padding: 10px 0 !important;
}

.main .btn--color--white--bg-winered:link,
.main .btn--color--white--bg-winered:visited {
  color: #fff !important;
}

.main .btn--color--white--bg-winered:hover,
.main .btn--color--white--bg-winered:active {
  opacity: 1 !important;
  background-color: #fff !important;
  color: #8D3043 !important;
}

.main .subWrap {
  padding: 100px 0 50px;
  background-color: #FDE6EA;
}

.main .subWrap ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 100%;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}

.main .subWrap ul li {
  width: 20%;
  text-align: center;
}

.main .point {
  font-style: italic;
  color: rgb(168, 70, 77);
  text-align: center;
  font-size: 2rem;
  padding-bottom: 20px;
}

.main .repeat {
  background-image: url("../images/line.jpg");
  background-repeat: repeat-x;
  height: 90px;
  background-size: 150px 100px;
}

.main .subImg img {
  border: 4px solid #fff;
}

.main .subText {
  padding-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main .subWrap {
    padding: 140px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .main .subWrap ul li {
    width: 40%;
    text-align: center;
    margin-bottom: 15px;
  }

  .main .subWrap {
    padding: 40px 0 50px;
  }

  .main .repeat {
    height: 40px;
    background-size: 75px 50px;
  }
}

.main .parent {
  display: flex;
}

.main .child_1 {
  order: 1;
}

.main .child_2 {
  order: 2;
}

@media screen and (max-width: 768px) {
  .main .child_1 {
    order: 2;
  }

  .main .child_2 {
    order: 1;
  }
}

.main .index {
  /*background: linear-gradient(to bottom right, #ffbebe,#fff3c0,#e5c2ff,#abffc6,#a2bcf7);*/
  height: auto;
  padding: 0 0 50px;
}

.main .indexWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px auto 50px auto;
  width: 1000px;
  max-width: 100%;
}

.main .indexBox {
  position: relative;
  margin: 10px auto;
  padding: 10px;
  width: 27%;
  overflow: hidden;
  transition: 0.5s;
  background: #fff;
  border-radius: 10px;
}

.main .boxA {
  box-shadow: 5px 5px 1px #fbcece;
  border: 1px solid #fbcece;
}

.main .boxB {
  box-shadow: 5px 5px 1px #b4f4ab;
  border: 1px solid #b4f4ab;
}

.main .boxC {
  box-shadow: 5px 5px 1px #B9C6F9;
  border: 1px solid #B9C6F9;
}

.main .indexBox img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  transition-duration: 0.5s;
}

.main .indexBox :hover img {
  width: 100%;
  height: 100%;
  transform: scale(1.5) rotate(9deg);
  transition-duration: 0.5s;
}

.main .indexBoxInner {
  width: 100%;
}

.main .indexBoxInner a:link,
.main .indexBoxInner a:visit,
.main .indexBoxInner a:hover,
.main .indexBoxInner a:active {
  color: #000 !important;
}

.main .indexBoxInner.cmnBox--img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main .indexBoxInner .cmnBox--text {
  width: 100%;
  margin: 10px auto 30px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1rem;
}

.main .indexCmt {
  font-size: 1rem;
  margin: 4%;
  color: #620606;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.main #main a .indexBoxInner :hover p {
  text-decoration: none !important;
}

.main .article-inside:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.main .indexBoxInner .cmnBox--img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main .click {
  width: 94%;
  color: #000;
  transition: 0.3s ease;
  position: absolute;
  bottom: 5px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.main .clickA {
  background-color: #fbcece;
}

.main .clickB {
  background-color: #b4f4ab;
}

.main .clickC {
  background-color: #B9C6F9;
}

.main .indexBox :hover .click {
  background-color: #000;
  color: #fff;
  transition: 0.4s ease;
}

@media screen and (max-width: 768px) {
  .main .index {
    padding: 0;
  }

  .main .indexBox {
    width: 39%;
  }

  .main .click {
    width: 89%;
  }

  .main .indexCmt {
    font-size: 0.8rem;
  }

  .main .dateWrap {
    text-align: center;
  }

  .main .dateText {
    font-size: 0.9rem;
  }
}

.main #plan01 {
  /*background: linear-gradient(to bottom right, #ffbebe,#ffc0c0,#ffc2dc,#ffabab,#fd5c5c);*/
  background: linear-gradient(to bottom right, rgba(255, 190, 190, 0.6), rgba(255, 192, 192, 0.6), rgba(255, 194, 220, 0.6), rgba(255, 171, 171, 0.6), rgba(255, 147, 147, 0.6));
  padding: 100px 0;
}

.main #plan02 {
  background: linear-gradient(to bottom right, rgba(190, 255, 197, 0.6), rgba(209, 255, 192, 0.6), rgba(213, 255, 194, 0.6), rgba(144, 249, 135, 0.6), rgba(92, 253, 110, 0.6));
  padding: 100px 0;
}

.main #plan03 {
  background: linear-gradient(to bottom right, rgba(190, 255, 249, 0.6), rgba(192, 255, 243, 0.6), rgba(194, 255, 244, 0.6), rgba(135, 212, 249, 0.6), rgba(92, 170, 253, 0.6));
  padding: 100px 0;
}

.main .planBox {
  margin: 10px auto 0;
  width: 1000px;
  max-width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.main .planTopWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.main .planDetailWrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.main .planTitle {
  text-align: center;
  display: block;
  margin: 0 auto 20px !important;
  border-bottom: 1px dashed;
  width: 100%;
  padding: 10px 0 20px;
}

.main .req {
  background-color: #b91010;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 16px;
  color: #fff;
  line-height: 1.2rem;
  display: block;
  font-weight: bold;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 110px;
  text-align: center;
}

.main .planTextTitle {
  margin: 0.8rem auto 1rem !important;
  line-height: 1.6;
  font-size: 0.9rem;
}

.main .planBoxAbout {
  width: 49%;
}

.main .planBoxDetail {
  width: 24%;
  margin-right: 13px;
}

.main .planBoxDetail:last-of-type {
  margin-right: 0;
}

.main .planText {
  position: relative;
  padding-left: 28px;
  margin: 0 auto !important;
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: #fffce4;
  border: 1px solid #d9d726;
  padding: 3px 0 3px 28px;
  box-shadow: 3px 3px 1px #F9F781;
  line-height: 1rem;
}

.main .planText::before,
.main .planText::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.main .planText::before {
  top: 48%;
  left: 6px;
  transform: rotate(0deg);
}

.main .planText::after {
  top: 48%;
  left: 6px;
  transform: rotate(90deg);
}

.main .planText.close::before {
  transform: rotate(45deg);
}

.main .planText.close::after {
  transform: rotate(-45deg);
}

.main .box {
  display: none;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.main .boxCol {
  border-image-slice: 1;
  background-color: #fff;
  border: 4px solid #c21500;
  border-image: linear-gradient(to right, #ff6969, #ffe46f, #d39bfd, #54db7f, #5076cb);
  border-image-slice: 1;
}

.main .planTextS {
  margin: 0 auto !important;
  font-size: 0.8rem;
}

.main .planBoxDetail .cmnBox--img img {
  border: 5px solid #FFF;
  box-sizing: border-box;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
}

.main .planCmt {
  color: #623c0a;
  line-height: 1.2rem;
  font-size: 1rem;
  padding-bottom: 14px;
}

.main .planAbout {
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .main {
    /*.planBox {
    	margin: 0 auto;
    	max-width: 95%;
    }*/
  }

  .main #plan01,
  .main #plan02,
  .main #plan03 {
    padding: 50px 0;
  }

  .main .plan h2 {
    margin: 0 0 10px 0;
  }

  .main .planBox {
    max-width: 85%;
  }

  .main .planBoxAbout {
    width: 100%;
  }

  .main .planBoxDetail {
    width: 48%;
    margin: 0 6px 20px 0;
  }

  .main .planText {
    font-size: 0.8rem;
  }

  .main .planBoxDetail:nth-child(even) {
    margin-right: 0;
  }

  .main .planCmt {
    padding-top: 10px;
  }
}

.main #contact {
  /*background: linear-gradient(to bottom right, rgba(253, 190, 255, 0.6),rgba(255, 192, 242, 0.6),rgba(255, 194, 240, 0.6),rgba(252, 171, 255, 0.6),rgba(255, 147, 238, 0.6));*/
  padding: 100px 0;
}

.main .conWrap {
  width: 1000px;
  max-width: 80%;
  border: 3px solid #fff;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}

.main .conTitle {
  font-size: 1.2rem;
  font-weight: bold;
}

.main .conS {
  font-size: 0.8rem;
}

.main .tel__number {
  font-size: 2.6rem;
  font-weight: bold;
}

.main .tel__number span {
  font-size: 1.6rem;
}

.main a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .main #contact {
    padding: 50px 0;
  }

  .main .conWrap {
    padding: 18px;
  }

  .main .tel__number {
    font-size: 1.6rem;
  }

  .main .tel__number span {
    font-size: 1rem;
  }

  .main a[href*="tel:"] {
    pointer-events: auto;
  }
}

.main .listNavLink {
  width: 30%;
}

.main .bnrColor {
  width: 220px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #e17777, #f9d065, #d56ac0, #4ef436, #5171f0);
  box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}

.main .bnrColor:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main .bnrColor:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .main .listNavLink {
    width: 100%;
  }
}

.main #sns {
  padding: 80px 0;
  /* border-top: 3px dotted #ccc; */
  background-color: rgb(168, 70, 77);
}

.main .f-container {
  display: flex;
  justify-content: center;
}

.main .f-item {
  /*background-color: #e8e7e7;*/
  border-radius: 4.6rem;
  padding-top: 6px;
  margin: 2px;
}

.main .sns-share-cmt {
  display: block;
  margin: 0 auto 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.main .sns-share-msg {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.main .icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  /*font-size: 2.8rem;*/
  width: 4.6rem;
  height: 4.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.main .icon-button:hover span {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  margin: -2.3rem;
}

.main .line span {
  background-color: #00c300;
}

.main .twitter span {
  background-color: #4099ff;
}

.main .facebook span {
  background-color: #3B5998;
}

.main .instagram span {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
}

.main .icon-button i {
  background: none;
  color: white;
  height: 4.6rem;
  left: 0;
  line-height: 4.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 4.6rem;
  z-index: 10;
}

.main .icon-button .img-line {
  color: #00c300;
  background-image: url("../images/line01.png");
  background-size: 100%;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.main .icon-button .fa-twitter {
  color: #4099ff;
}

.main .icon-button .fa-facebook-f {
  color: #3B5998;
}

.main .icon-button .fa-instagram {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.main .icon-button .fa-bold {
  background: linear-gradient(#00e0de 23%, #0068de 98%);
  -webkit-background-clip: text;
  color: transparent;
}

.main .icon-button:hover .img-line {
  background-image: url("../images/line02.png");
}

.main .icon-button:hover .fa-twitter,
.main .icon-button:hover .fa-facebook-f,
.main .icon-button:hover .fa-instagram,
.main .icon-button:hover .fa-bold {
  color: white !important;
}

.main .snsNote {
  width: 800px;
  max-width: 93%;
  margin: 0 auto 50px;
  color: #fff;
}

.main .fab {
  font-family: "Font Awesome 6 Brands" !important;
}

.main .fa-twitter:before {
  content: "\e61b" !important;
}

.main .icon-button .fa-twitter {
  color: #000 !important;
}

.main .twitter span {
  background-color: #000000 !important;
}

.main .modalArea {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

.main .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.8);
}

.main .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88.8888%;
  max-width: 500px;
  padding: 26px;
  background-color: #fff;
  line-height: 1.2rem;
}

.main .modals-open:hover {
  cursor: pointer;
}

.main .modals-close {
  display: block;
  color: #FFF;
  text-align: center;
  background-color: #907a53;
  width: 50%;
  padding: 5px 30px;
  margin: 18px auto 0;
}

.main .modals-close:before {
  content: "×";
  display: inline-block;
  margin-right: 6px;
}

.main .modals-close:hover {
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}

.main .modalText {
  padding-top: 5px;
  text-align: center;
}

.main .slick-img img {
  height: auto;
  width: 100%;
}

.main .slick-next {
  margin-right: 10px !important;
}

.main .slick-prev {
  margin-left: 10px !important;
  z-index: 1;
}

.main .prev {
  left: -8px !important;
}

.main .next {
  right: -8px !important;
}

.main .gg-chevron-right {
  box-sizing: border-box !important;
  position: relative !important;
  display: block !important;
  transform: scale(var(--ggs, 1)) !important;
  width: 100% !important;
  height: 100% !important;
  border: 2px solid transparent !important;
  border-radius: 100px !important;
  color: #fff !important;
}

.main .gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 10px;
  top: 20px;
}

.main .gg-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 100px;
}

.main .gg-chevron-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
  transform: rotate(45deg);
  left: 10px;
  top: 20px;
}

/*# sourceMappingURL=main.css.map */