@charset "Utf-8";

/* リセットCSS */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 1s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

nav,
main,
footer {
  margin: 0 auto;
  width: min(100%, 1000px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  font-family: "Zen Maru Gothic", serif;
  background-color: #f8eedb;
}

img {
  max-width: 100%;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.margin-left30 {
  margin-left: 30px;
}
/* ここからfriends */

.text-center{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .text-center{
    margin-top: 80px;
  }
}

.one-time {
  height: 500px;
  color: #fff;
}
.friends-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 200px; /* きかない */
}

.friends-area img {
  height: 300px;
  width: auto;
  margin: 30px auto;
}
.friends-text-area {
  background: #3a5b72;
  border-radius: 600px/ 50px;
  width: 100%;
  text-align: center;
  padding: 50px;
  height: 200px;
}
.margin-top150{
  margin-top: 150px;
}
/* スライダー設定 */
.slick-arrow:before {
  content: "" !important;
}
.slick-dots li button:before {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
}
.kankeisei-img{
  display: block;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

.button {
  display: block;
  width: fit-content;
  margin: 30px auto;
}

