@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

.small {
  font-size: 0.8rem;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  p {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: black;
}


@media screen and (max-width: 820px) {
  .all_wrapper {
    margin: 0 5px;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.md_wrapper {
  max-width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 820px) {
  .md_wrapper {
    margin: 30px auto 0;
  }
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.all_wrapper .mv {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.all_wrapper .mv img {
  width: 100%;
}

.bg_wrapper {
  width: 100%;
  background-color: #fadbdf;
  background-image: url(../img/bg_line.png);
  background-position:center;
  background-size: 100% auto;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrapper_br {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fffffe;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.bg_1 {
  width: 100%;
  background-color: #e75877;
}

.bg_2 {
  width: 100%;
  background-color: #f5b8c0;
}

.bg_3 {
  width: 100%;
  background-color: #fadbdf;
}

.bg_4 {
  width: 100%;
  background-color: #ec6d74;
}


.container_wrapper {
  padding: 10px;
}

.tittle_box {
  color: #33272a;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  background-color: #fadbdf;
  line-height: 2;
  padding: 20px 0px 40px;
}

.tittle_box1 {
  color: #33272a;
  max-width: 1000px;
  text-align: center;
  padding: 30px auto 0;
  background-color: #f5b8c0;
  line-height: 2;
  padding: 20px 20px 40px;
}

.tittle_box2 {
  color: #fff;
  max-width: 1000px;
  text-align: center;
  padding: 30px auto 0;
  background-color: #e75877;
  line-height: 2;
  padding: 20px 20px 40px;
}

.tittle_box3 {
  color: #fff;
  max-width: 1000px;
  text-align: center;
  padding: 30px auto 0;
  background-color: #ec6d74;
  line-height: 2;
  padding: 20px 20px 40px;
}

.tittle_box p, .tittle_box1 p, .tittle_box2 p, .tittle_box3 p {
  font-size: 1rem;
}


img.tonakai {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  max-width: 81px;
  position: absolute;
  left: 0;
}

img.present {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  max-width: 57px;
  position: absolute;
  right: 0;
}

.li {
  max-width: 850px;
  margin: 50PX auto;
}

h2.li {
  padding: 8px;
  background: #33272a;
  color: #fff;
  font-family: "Noto Sans Arabic";
  margin-top: 48px;
}





@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}



p.explanation{
  width: 80%;
  padding: 24px;
  margin-left: 8%;
  margin-right: 8%;
}

img.fit{
  width: 75%;
  display:block;
  margin: 0 auto 30px;
}



img.line{
  width: 100%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-top: 48px;
}

.md_wrapper img {
  width: 100%;
}

.md_wrapper p {
  font-weight: bold;
}

h2.stripe{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: medium;
  color: #fff;
  padding: 8px;
  padding-left: 16px;
  background-size: auto auto;
  background-color: rgba(159, 194, 72, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(146, 177, 67, 1) 16px, rgba(146, 177, 67, 1) 32px );
}

div.container{
  container-type: inline-size;
  container-name: layout;
  text-align: center;
}

.all_wrapper .btn a {
  display: block;
  background-color: #fadbdf;
  color: #33272a;
  border: 2px solid #fadbdf;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.all_wrapper .btn2 a {
  display: block;
  background-color: #e75877;
  color: #fff;
  border: 2px solid #e75877;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.all_wrapper .btn a:hover, .all_wrapper .btn2 a:hover, li .item_box3 a:hover  {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}





.item_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

img.item_img {
 width: 50%;
  padding: 5% 25% 0 ;
}

.item_box {
  width: 27%;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.10);
}

.item_box_btn {
  width: 26%;
  margin: 0 auto 20px;
}

.item_box2 {
  width: 22%;
  padding: 8px 5px;
  margin: 0 auto 30px;
  background-color: #fffffe;
  border-radius: 10px;
}

.item_box2_btn {
  width: 22%;
  margin: 0 auto 30px;
}

.item_box a:hover, .item_box2 a:hover, .item_box_btn a:hover, .item_box2_btn a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_box3 {
  width: 500px;
  margin: 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.10);
  z-index: 2;
}

.item_bland{
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 10%;
  font-weight: bold;
  color: #33272a;
}

.item_name{
  display: flex;
  font-size:min(1.8vw,14px);

}

.item_price{
  color: red;
  font-size:min(1.8vw,14px);
  font-weight: 700;
}

h2.primary{
  background-color: #33272a;
  padding: 8px;
  margin: 0px auto 24px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
}

h2.primary_1{
  padding: 20px 10px;
  margin: 0px auto 20px;
  text-align: center;
  color: #33272a;
  font-size: 1.3rem;
  font-weight: bold;
}

h2.primary_2{
  padding: 20px 10px;
  margin: 0px auto 20px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}


@media screen and (max-width: 820px) {
  .wrapper_br {
    margin: 0 auto;
    box-shadow: none;
    width: 100%;
  }

  .bg_wrapper {
    padding: 0;
    margin: 10px auto;
    background-image: none;
    background-color: #fadbdf;
  }
  
  .wrapper_s, .wrapper_t {
    padding: 10px 5px;
    margin: 50px auto;
  }

  .wrapper_w {
    padding: 10px 5px;
    margin: 50px auto;
    background-color: #EBE1D5;
  }

  .tittle_box h1 {
    font-size: 1.3rem;
  }

  .tittle_box p {
    font-size: 0.8rem;
  }

  img.tonakai {
    max-width: 40px;
  }
  
  img.present {
    max-width: 28px;
  }
  

  h2.primary {
    padding: 10px 5px;
    margin: 0px auto 10px;
    max-width: 98%;
    font-size: 1rem;
  }

  .wrapper_w h2.primary {
    background: #C97054;
    padding: 10px 5px;
    margin: 0px auto 10px;
    max-width: 98%;
    font-size: 1rem;
    color: #fff;
  }

  img.fit{
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }

  img.line{
    padding: 20px 0 10px;
  }

  .item_box {
    width: 40%;
    margin: 30px auto;
  }

  .item_box2 {
    width: 46%;
    margin: 0 auto 10px;
  }

  .item_bland{
    text-align: center;
    font-size: 0.8rem;
  }

  .item_box2_btn, .item_box_btn  {
    width: 45%;
    margin: 0 auto 10px;
  }


  h2 {
    font-size: 1rem;
  }

}

/*========= レイアウトのためのCSS ===============*/

  .fadeUpTrigger{
    opacity: 0;
    }

  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.flipLeftTrigger {
    opacity: 0;
    }

  .flipLeft {
    animation-name: flipLeftAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipLeftAnime{
from {
    opacity: 0;
    transform: translateX(-100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.flipRightTrigger {
    opacity: 0;
    }

  .flipRight {
    animation-name: flipRightAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipRightAnime{
from {
    opacity: 0;
    transform: translateX(100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}



/*==================================================
スライドアップしながらフェードイン
===================================*/

 
.anim-box.popup.is-animated {
  animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}


/*==================================================
画像スライド
===================================*/

.container2 {
  position: relative;
  max-width: 1000px;
  height: 552px;
  margin: 0 auto;
  background-color: #FFF;
}

.one {
  position: absolute;
  z-index: 20;
}

.container1 {
  position: absolute;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  bottom: 0;
}

.flex_container1 {
  width: 500%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 200px auto 80px;
}

@media screen and (max-width: 820px) {
  .container2 {
    max-width: 820px;
    height: 752px;
  }

  .one {
    width: 100%;
  }

  .container1 {
    max-width: 820px;
    height: 752px;
    margin: 0 auto;
    top: 0;
    background-color: #FFF;
  }

  .flex_container1 {
    width: 500%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 250px auto 80px;
  }

}

@media screen and (max-width: 450px) {
  .container2 {
    max-width: 450px;
    height: 385px;
  }

  .container1 {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
  }

  .flex_container1 {
    width: 500%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px auto 10px;
  }

}

.flex_inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*width: 100%;*/
}

.flex_inner1 .anime_img {
  width: 25%;
  margin-right: 3px;
}

.flex_inner1 .anime_img img {
  width: 50%;
}

@media screen and (max-width: 820px) {
  .flex_inner1 .anime_img img {
  width: 90%;
}
}

/*右から左へ----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.flex_container:hover .d-demo__list--left {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*右から左へ ここまで----------------------------*/
/*左から右へ----------------------------*/
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.d-demo__list--right {
  -webkit-animation: infinity-scroll-right 95s infinite linear 0.5s both;
          animation: infinity-scroll-right 95s infinite linear 0.5s both;
}

.flex_container:hover .d-demo__list--right {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*左から右へ ここまで----------------------------*/



/*==================================================
パタッ
===================================*/

/* 下へ */
.flipDown{
  animation-name:flipDownAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes flipDownAnime{
    from {
      transform: perspective(2500px) rotateX(100deg);
     opacity: 0;
    }
  
    to {
      transform: perspective(2500px) rotateX(0);
    opacity: 1;
    }
  }
  
  

  
  /* 左上へ */
  .flipLeftTop{
  animation-name:flipLeftTopAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes flipLeftTopAnime{
    from {
     transform: translate(-20px,80px) rotate(-15deg);
     opacity: 0;
    }
  
    to {
     transform: translate(0,0) rotate(0deg);
    opacity: 1;
    }
  }
  

  /* 右上へ */
  .flipRightTop{
  animation-name:flipRightTopAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes flipRightTopAnime{
    from {
     transform: translate(-20px,80px) rotate(25deg);
     opacity: 0;
    }
  
    to {
     transform: translate(0,1) rotate(0deg);
    opacity: 1;
    }
  }
  
  #slider {
    margin: 5px auto;
  }
  



/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin: 0 auto;
}

.slider .item_box3 {
  width: 25vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
}

@media screen and (max-width: 820px) {
  .slider .item_box3 {
    width: 50vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
  }
}

.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 1;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

.slider img {
  width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

#slider .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  padding: 8px;/*ドットボタンのサイズ*/
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

#slider .slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}




/*# sourceMappingURL=style.css.map */