@charset "UTF-8";

/* PC・SP切り替え ----------------- */
#pokoa_00 .sp {
  display: block;
}

#pokoa_00 .pc {
  display: none;
}

.pc_read {
  display: none;
}

.sp_read {
  display: block;
}

@media screen and (min-width:768px) {
  #pokoa_00 .sp {
    display: none;
  }

  #pokoa_00 .pc {
    display: block;
  }

  .pc_read {
    display: block;
  }

  .sp_read {
    display: none;
  }
}

/* 共通設定 ----------------- */
* {
  margin: 0;
  padding: 0;

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kv_image {
  display: flex;
  justify-content: center;
}

.kv_image img {
  width: 100%;
}

.desc_txt span {
  font-size: clamp(18px, 2.8vw, 20px);
}

/* 商品の詳しい説明はこちら */
.explain_btn {
  display: inline-block;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  margin: 5px;
  background-color: #c399ff;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}

.explain_btn a {
  color: #fff;
}

#pokoa_00 {
  text-align: left;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 300;
  background-image: url(/img/usr/free/pokoa_00/bg.png);
  background-size: 30%;
  font-size: 16px;
  color: #fff;

}

#pokoa_00 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

#pokoa_00 a {
  text-decoration: none;
  cursor: pointer;
}

#pokoa_00 a:hover {
  opacity: .8;
}

#pokoa_00 a.nolink {
  cursor: default;
  pointer-events: none;
}

#pokoa_00 a.nolink:hover {
  opacity: 1;
}


#pokoa_00 ul,
#pokoa_00 li {
  list-style: none;
}

#pokoa_00 .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#pokoa_00 .row {
  padding: 32px 25px;
}

#pokoa_00 h1 {
  padding: 20px 15px;
  background-color: #fff;
  font-weight: 600;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}

#pokoa_00 h2,
#pokoa_00 h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#pokoa_00 .title {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #fff;
}

#pokoa_00 .txt_b {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

#pokoa_00 .txt_b span {
  display: inline-block;
}

#pokoa_00 section {
  border-bottom: 1px solid #fff;
}

#pokoa_00 section:last-child {
  border-bottom: none;
}

#pokoa_00 section .inner>p {
  margin-left: 1rem;
}

#pokoa_00 .mt_1rem {
  margin-top: 1rem;
}

#pokoa_00 .ib {
  display: inline-block;
}

/* read_area ----------------- */
.kv_area {
  margin-top: 50px;
  text-align: center;
}


/* read_area ----------------- */
#pokoa_00 .read_area {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding: 32px 25px;
}

#pokoa_00 .read_area h2 {
  text-align: center;
}

/* item_area_inner  ----------------- */
#pokoa_00 .item_area {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#pokoa_00 .item_area_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

#pokoa_00 .item_area_inner li {
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 14px;
  padding-bottom: 40px;
  padding-top: 30px;
  box-shadow: 4px 4px 10px #c2db7a
}

/* ゲームの説明エリアーーーーーー */
.ss_area_a {
  background-color: #f3f3f3;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 4px 4px 10px #c2db7a
}

.ss_area_a p {
line-height: 1.6s;
}

.ss_area_c {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}


.ss_area_a_head {
  color: #80579c;
  line-height: 1.4s;
  margin-top: 28px;
  margin-bottom: 0;
  padding: 0;
}

.ss_area_a .img_heading,
.ss_area_b .img_heading {
  padding: 1.4rem 1rem;
}

.ss_area_a p {
  font-size: 1rem;
  max-width: 96%;
  color: #585858;
  line-height: 0.8s;
  text-align: start;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.ss_area_b_1,
.ss_area_b_2 {
  background-color: #f3f3f3;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 4px 4px 10px #c2db7a
}

@media screen and (min-width:768px) {

    .pc_read {
    padding: 1.2rem 1.6rem;
    color: #585858;
    font-size: 1rem;
    text-align: start;
  }

  .ss_area_b {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
  }

  .ss_area_b_1, .ss_area_b_2 {
    justify-content: space-between;
  }
}



/* ゲームの説明エリアーーーーーー */

#pokoa_00 .item_area_inner li .item_img {
  max-width: 500px;
  width: 90%;
  margin: 5px auto 0;
}

#pokoa_00 .item_area_inner li .item_txt h4 {
  font-size: 20px;
  color: #585858;
  font-weight: 600;
}

#pokoa_00 .item_area_inner li .item_txt p {
  font-size: 18px;
  color: #585858;

  font-weight: 600;
}

#pokoa_00 .item_area_inner li a {
  color: #333;
  background-color: #fff;
  display: block;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 14px;
}

/* 予約を申し込むボタン*/
#pokoa_00 .item_area_inner li a.apply {
  color: #fff;
  background-color: #c399ff;
  font-weight: bold;
  width: 90%;
  margin-top: 32px;
  border-radius: 100px;
}

#pokoa_00 .tokuten_area {
  background-color: white;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}

#pokoa_00 .tokuten_area img {
  margin-right: auto;
  margin-left: auto;
}

/* tokuten_area */

#pokoa_00 .copy {
  background-color: #c399ff;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.4;
}

.copy {
  width: 100%;
}

/* 画面サイズが768pxからはここを読み込む */
@media screen and (min-width:768px) {

  /* 共通設定 ----------------- */
  #pokoa_00 {
    font-size: 18px;
  }

  #pokoa_00 .row {
    padding: 62px 25px;
  }

  #pokoa_00 h1 {
    font-size: 32px;
  }

  #pokoa_00 h2,
  #pokoa_00 h3 {
    font-size: 32px;
  }

  #pokoa_00 .txt_b {
    font-size: 22px;
  }

  /* item_area_inner  ----------------- */
  #pokoa_00 .item_area_inner li {
    width: 80%;
    margin-bottom: 32px;
  }

  #pokoa_00 .item_area_inner li>a {
    padding-bottom: 80px;
  }

  #pokoa_00 .item_area_inner li .item_img {
    margin: 5px auto 0;
  }

  #pokoa_00 .item_area_inner li .item_txt h4 {
    font-size: 26px;
  }

  #pokoa_00 .item_area_inner li .item_txt p {
    font-size: 22px;
  }

  #pokoa_00 .info_area .txt_b {
    font-size: 22px;
  }

  /* info_area/attention_area  ----------------- */
  #pokoa_00 .info_area ul,
  #pokoa_00 .attention_area ul {
    margin-top: 42px;
  }

}