/* ================= 基本設定 ================= */
* {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  font-size: 14px;  
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  scroll-behavior: smooth;
}

p {
  line-height: 1.8em;
}

img {
  width: 100%;
}

h3 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.5rem;
  padding: 30px 0 20px;
}

h4 {
  font-size: 20px;
  padding-bottom: 10px;
}

/* ================= レイアウト ================= */
.article {
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
}

/* ================= ローディング ================= */
.loader {
  position: fixed;
  inset: 0;
  z-index: 555;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: v;
  animation: bgAnime 5s linear;
}

@keyframes bgAnime {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

/* ================= ファーストビュー ================= */
.top {
  position: relative;
  z-index: 22;
}

.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-slider img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.menu .slick-list{
 height: 800px;
}

.toptitle {
  position: absolute;
  width: 150px;
  top: 0px;
  right: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 51;

}

/* ================= セクション ================= */
#sec01 {
  background-size: cover;
  background-position: center;
  height: 600px;
}

#sec02 {
  background-color: #fff;
  text-align: center;
}
#sec03{
  background-image: url(../img/back02.jpg);
  background-repeat: repeat;
  /* background-size: cover; */
  color: #40220f;
}

#sec05{
  background-image: url(../img/back02.jpg);
  background-repeat: repeat;
  background-size: cover;
  color: #40220f;
  text-align: center;
  padding-bottom: 50px;
}

/* ================= テキスト ================= */

#sec03>.section_title>h3 {
  background-color:#40220f;
  color: #fff;
  padding: 10px;
}

.fv_text {
  padding: 50px 20px;
  text-align: center;
  color: #000;
  line-height: 1.6;
  background-image: url(../img/back01.png);
  background-repeat: repeat;
  background-size: cover;
}

.section_title {
  width: 75%;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 1.2em;
}

/* ================= メニューボタン ================= */
.menu_icons{
    margin: 30px;
}
.menu_icons>div{
    margin: 20px 0;
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.menu_icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
    /* padding: 10px 0; */
}
.menu_icon>div{
    width: calc((90% - 20px) / 3);
}
.menu_icons>div{
  border-radius: 10px;
}
.menu_icon>div>p{
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.menu_icons>a>.btn{
    margin: 0 auto;
}
.menu_btn{
    display: block;
    width: 200px;
    padding: 5px 10px;
    margin: 5px auto;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
/* 色変更 */
.menu_icon_spring{
    background-image: url(../img/lineup_back5.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.menu_icon_spring>p{
  color: #40220f;
}
.menu_icon_spring>.menu_btn{
     background-color:#d392b7;
}
.menu_icon_summer{
    background-image: url(../img/lineup_back2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.menu_icon_summer>.menu_btn{
    background-color:#9ec170;
}
.menu_icon_autumn{
    background-image: url(../img/lineup_back3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.menu_icon_autumn>.menu_btn{
    background-color:#f6ac43;
}
.menu_icon_winter{
    background-image: url(../img/lineup_back4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.menu_icon_winter>.menu_btn{
    background-color:#61c7e7;
}
/* ================= メニュー ================= */
.menu{
  background-color: #fff;
  color: #40220f;
}

.menu p {
  padding: 0 20px 20px;
}

.new_menu {
  width: 80%;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #40220f;
}
.new_menu p{
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}
.new_menu p span{
 border-bottom: 1px solid #40220f;
 /* padding: 2px; */
}

.new_menu h4 {
  text-align: center;
}

/* ================= メニューアイテム ================= */

.menu_title img{
    width: 80%;
}
.menu_item {
  padding: 7%;
  position: relative;
  z-index: 51;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu_item p {
  padding: 10px 0;
  font-size: 13px;
  font-family: sans-serif;
}

.menu_item h4,
.menu_item h5 {
  text-align: center;
}

.menu_item h4 {
  font-size: 1.5rem;
  padding-top: 20px;
}

.menu_item h5 {
  font-size: 1.5rem;
}

/* 背景 */
.menu_item1 {
  background-image: url(../img/lineup_back1.jpg);
  color: #40220f;
}

.menu_item2 {
  background-image: url(../img/lineup_back2.jpg);
  color: #fff;
}

.menu_item3 {
  background-image: url(../img/lineup_back3.jpg);
  color: #fff;
}

.menu_item4 {
  background-image: url(../img/lineup_back4.jpg);
  color: #fff;
}

/* ================= スライダー ================= */
.slider {
  margin: 0 auto;
}

.slider-img img {
  width: 100%;
  height: auto;
}

/* 矢印 */
.slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #333;
}

.prev-arrow {
  left: -25px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.next-arrow {
  right: -25px;
  border: 10px solid transparent;
  border-left-color: #fff;
}

/* ドット（※fixedやめたほうが安全） */
/*------------ slickのdotsを任意の要素に入れて独立させる ------------*/
.slick-dots li{
  width: 40px;
    height: 2px;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
    background: rgb(149, 28, 168);
}
.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* ================= ボタン ================= */
.btn,.btn2 {
  display: inline-block;
  width: 250px;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
}

.btn {
  background: #000;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* ================= 入会特典 ================= */
.benefits {
  padding: 20px;
  text-align: center;
}
.benefit_item>.center{
  padding-top: 10px;
}
.benefits h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #40220f;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
/* .benefits h4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: 30%;
  height: 1px;
  background: #40220f;
} */
.benefit_item{
  padding-bottom: 30px;
}

.benefits>.benefits_item>p{
  padding-bottom: 30px;
  text-align: left;
}
.benefit_item >.left{
  text-align: left;
}
.benefits img{
  text-align: center;
  padding-top: 13px;
  /* padding-top: 10px; */
}
.benefits p>span{
  font-size: 0.8rem;
}
/* ================= お客様のお声 ================= */
.voice div{
  margin: 10px;
  padding: 20px;
  border-radius: 20px;
}
.voice div p{
  text-align: left;
  line-height: 1.5em;
}
.voice div:nth-child(odd) {
    background-color: #f2e4f2; /* 背景色を設定 */
}
.voice div:nth-child(even) {
    background-color: #ffe8e6; /* 背景色を設定 */
}

/* ================= よくあるご質問 追加記載 ================= */
.accordion_one>.question{
  font-size: 16px;
  background-color: none;
}
.txt_a_ac{
  color: #40220f;
}

/* ================= 頒布会の案内 ================= */
.kai12{
  background-color: white;
  border: #000 1px solid;
  border-radius: 20px;
  padding: 20px;
  margin: 20px auto;
  width: 80%;
}
.kai12 p,.kai6 p{
  font-size: 20px;
}
.kai12 p span ,.kai6 pspan{
  font-size: 0.8rem;
}
.annai_btn{
    display: block;
    width: 200px;
    padding: 10px 10px;
    margin: 5px auto;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    background-color: #452956;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.kai2_plan{
  background-color: #40220f;
  color: #fff;
  padding: 5px 2px;
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
}
.kai6{
  margin-bottom: 20px;
  background-color: rgb(214, 214, 214);
  border: #000 1px solid;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto;
  width: 80%;
  color: black;
}


/* ================= フッター ================= */
footer {
  background-color: rgb(32, 17, 3);
  text-align: center;
  padding: 20px 0;
}

footer div {
  width: 100px;
  margin: 0 auto;
}
footer p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0 0;
  line-height: 1.04em;
}
footer p span{
  font-size: 0.8rem;
}
