@charset "utf-8";

/*------------------------------------------------
variable
------------------------------------------------*/
/*#store-kanin {
  background-color: #f4f4f4;
}*/
#store-kanin .block__ttl02 {
  position: relative;
}
#store-kanin .block__ttl02 span {
  font-size: 20px;
  display:block;
  margin-bottom: 15px;
}
/* #store-kanin .block__ttl02::before {
  content: "";
  width: 142px;
  height: 82px;
  background: url(../img/baloon.png) center / cover no-repeat;
  position: absolute;
  top: -30px;
  right: 180px;
} */
#store-kanin .store-info__price-txt {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #store-kanin .store-info__price-ttl {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #store-kanin .block__ttl02 span {
    font-size:  15px;
    margin-bottom: 5px;
  }
  /* #store-kanin .block__ttl02::before {
    width: 100px;
    height: 58px;
    top: -35px;
    right: 40px;
  } */
}

/*------------------------------------------------
Overwrite
------------------------------------------------*/
.store-info__table-ttl{
  justify-content: left;
}
/*------------------------------------------------
local-general
------------------------------------------------*/
.lcl-bg_white {
  background-color: white;
}
.lcl-bg_gray {
  background-color: #f5f5f5;
}
.lcl-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lcl-store-machine__small{
  text-align: right;
  font-size: 12px;
}
.lcl-store-info__table-small{
  font-size: 14px;
}
.lcl-store-info__small{
  font-size: 12px;
  margin: 20px;
}
/*------------------------------------------------
lcl-premier
------------------------------------------------*/
.lcl-premier {
  width: 80%;
  margin: 40px auto 30px;
  /* margin: 0 auto 0; */
  background: linear-gradient(120deg, #ffd02b 0%, #ff9a2d 100%);
  padding: 0 100px 40px;
}
.lcl-premier__li-img {
  position: relative;
}
.lcl-premier__li-caption {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
  right: 5px;
  color: black;
  text-shadow: 0 0 4px white;
}
.lcl-premier__li-caption--white{
  color: white;
  text-shadow: 0 0 4px black;
}
.lcl-premier h2 {
  height: 0;
  width: 900px;
  max-width: 100%;
  border-top: 60px solid #fd5b00;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
}
.lcl-premier h2 span {
  position: absolute;
  top: -60px;
  left: -25px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.lcl-premier__txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 0;
  line-height: 1;
}
.lcl-premier__ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 0 20px;
}
.lcl-premier__li {
  width: calc((100% - 30px) / 3);
  position: relative;
  background: #fff;
}
.lcl-premier__li.woman:before,
.lcl-premier__li.man:before {
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  content: '女性';
  background: #eb6890;
}
.lcl-premier__li.man:before {
  content: '男性';
  background: #00a0e9;
}
.lcl-premier__li-txtbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 10px;
  text-align: center;
}

.lcl-premier__li-txt{
  font-size: 13px;
  line-height: 140%;
}
.lcl-premier__li-price {
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
}

.lcl-premier__li-small{
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .lcl-premier {
    max-width: 1200px;
    min-width: 1000px;
  }
}

.store-info-dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.store-info-dl__ttl,
.store-info-dl__txt {
}
.store-info-dl__ttl {
  width: 100px;
  font-weight: bold;
  color: #fff;
  background-color: #6daf33;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.store-info-dl__txt {
  width: calc(100% - 100px);
  color: #000;
  background-color: #eee;
  padding: 10px 20px;
}
.store-info__table .store-info-dl__txtnote {
  font-size: 80%;
  color: #333;
  font-weight: normal;
  display: block;
  margin-top: 15px;
  line-height: 1.6;
}
.store-info-dl__note {
  margin-top: 15px;
  color: #fd4100;
}
.store-info__table .store-info-dl__txtttl {
  margin-bottom: 10px;
  color: #000;
  display: block;
}
/*------------------------------------------------
lcl-plan
------------------------------------------------*/
/*============================ #plan ============================*/
.lcl-plan {
  padding: 53px 0 40px;
}
.lcl-plan-list {
  padding: 20px 0 0;
}
.lcl-plan-item {
  padding-bottom: 30px;
}
/* .lcl-plan-item:first-child {
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 45px;
} */
.lcl-plan__ttl {
  color: #f37e00;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4285;
  padding-left: 13px;
  position: relative;
  margin-bottom: 8px;
}
.lcl-plan__ttl::before {
  content: "";
  width: 3px;
  height: 24px;
  background-color: #f37e00;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
}
.lcl-plan__lead {
  margin-bottom: 30px;
}
.lcl-plan__lead-link {
  text-decoration: underline;
  color: #f37e00;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
  .lcl-plan__lead-link:hover {
    opacity: 0.6;
  }
}
/* ---------------------- option ---- */
.lcl-item-list {
  align-items: stretch;
  margin-bottom: 8px;
}
.lcl-item-block {
  width: 240px;
  background-color: #fff;
}
.lcl-item__ttl {
  background-color: #f37e00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lcl-item__ttl span {
  font-size: 15px;
  line-height: 1;
}
.lcl-item__info {
  text-align: center;
  padding: 18px 5px;
}
.lcl-plan__alert {
  font-size: 12px;
  text-align: center;
}
/* ---------------------- ビープラス会員/緑色 ---- */
.lcl-plan-item--gr {
  padding-bottom: 40px;
}
.lcl-plan-item--gr .lcl-plan__ttl {
  color: #6daf33;
}
.lcl-plan-item--gr .lcl-item__ttl,
.lcl-plan-item--gr .lcl-plan__ttl::before {
  background-color: #6daf33;
}
.lcl-plan-item--bl .lcl-plan__ttl {
  color: #125590;
}
.lcl-plan-item--bl .lcl-item__ttl,
.lcl-plan-item--bl .lcl-plan__ttl::before {
  background-color: #125590;
}
/* ---------------------- option ---- */

.lcl-bplus {
  width: 940px;
  margin: 50px auto 0;
}
.lcl-bplus__ttl {
  width: 100%;
  background-color: #6daf33;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 50px;
  position: relative;
  font-weight: bold;
}
.lcl-bplus-in {
  background-color: #fff;
  padding: 20px 40px;
}
.lcl-bplus-in h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.lcl-bplus-in h4::after {
  content: "";
  width: 46px;
  height: 2px;
  background: url(../img/ico_01.png) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lcl-bplus-in p {
  margin-bottom: 20px;
  text-align: center;
}
.lcl-bplus–2col {
  align-items: stretch;
  margin-bottom: 15px;
}
.lcl-bplus–2col-item {
  width: 415px;
}
.lcl-bplus–2col-item h5 {
  background-color: #434343;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lcl-bplus–2col-in {
  text-align: center;
  border-bottom: 1px solid #434343;
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  padding: 15px 15px 20px;
}
.lcl-bplus .linkbtn02 {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.lcl-bplus .linkbtn02__in {
  justify-content: flex-start;
  padding-left: 40px;
}

/* ---------------------- option <span class="lcl-plus"></span></h3> ---- */
.lcl-plus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.lcl-plus::before,
.lcl-plus::after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lcl-plus::after {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.lcl-bplus__ttl--opened .lcl-plus::after {
  transform: rotate(0deg);
}

/* ---------------------- option ---- */
.lcl-plan-item--option .lcl-item__ttl {
  flex-direction: column;
  height: 70px;
}
.lcl-plan-item--option .lcl-item-list {
  margin-top: 15px;
}

.lcl-plan-item--option .lcl-item-block {
  width: 190px;
}

.lcl-kanin-img {
  width: 414px;
  margin: 20px auto 0;
}

/*------------ blockName ------------*/

/* blockName ------------*/

/* option ------------*/

/* /option -----------*/

/* animation ------------*/

/* /animation -----------*/

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
  .lcl-store-machine__small{
    font-size: 11px;
  }
  .lcl-store-info__table-small{
    font-size: 12px;
    display: contents;
  }
  .lcl-store-info__small{
    font-size: 11px;
    margin: 15px;
  }

  .lcl-container {
    width: 100%;
  }

  .lcl-premier {
    width: calc(100%);
    margin: 20px auto 20px;
    padding: 0 20px 35px;
  }

  .lcl-premier h2 {
    width: 90%;
    min-width: 290px;
    border-top: 50px solid #fd5b00;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  .lcl-premier h2 span {
    top: -40px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    line-height: 170%;
  }
  .lcl-premier__txt {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.5;
  }
  .lcl-premier__ul {
    flex-wrap: wrap;
    padding: 12px 0 10px;
  }
  .lcl-premier__li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .lcl-premier__li-txt{
    font-size: 11px;
    line-height: 140%;
  }

  .lcl-premier__li-price {
    padding: 0 10px;
    font-size: 12px;
    width: 100%;
    line-height: 1.3;
  }

  .store-info-dl {
    display: block;
  }
  .store-info-dl__ttl {
    width: 100%;
    font-weight: bold;
    padding: 8px 10px;
  }
  .store-info-dl__txt {
    width: 100%;
    padding: 10px 20px;
  }
  .store-info__table .store-info-dl__txtnote {
    font-size: 85%;
  }
  .store-info__table .store-info-dl__txtttl {
    margin-bottom: 5px;
  }

  /*============================ #plan ============================*/
  .lcl-plan {
    padding: 33px 15px 20px;
  }
  /* ---------------------- option ---- */
  .lcl-plan-list {
    padding: 20px 0 0;
  }
  .lcl-plan-item {
    padding-bottom: 20px;
  }
  /* .lcl-plan-item:first-child {
		margin-bottom: 25px;
	} */
  .lcl-plan__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lcl-plan__ttl::before {
    width: 2px;
    height: 14px;
  }
  .lcl-plan__lead {
    margin-bottom: 25px;
  }
  .lcl-item-list {
    margin-bottom: 8px;
    display: block;
  }
  .lcl-item-block {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .lcl-item-block:not(:last-child) {
    margin-bottom: 2px;
  }
  .lcl-item__ttl {
    font-size: 14px;
    height: auto;
    width: 125px;
    line-height: 1.2;
    padding: 9px 0;
  }
  .lcl-item__info {
    text-align: left;
    padding: 9px 15px;
    width: calc(100% - 125px);
  }
  /* ---------------------- option ---- */
  .lcl-plan__alert {
    font-size: 10px;
  }
  /* ---------------------- bplus ---- */
  .lcl-plan-item--gr .lcl-item-block {
    width: 100%;
  }
  /* ---------------------- option ---- */
  .lcl-bplus {
    width: calc(100% - 30px);
    margin: 30px auto 0;
  }
  .lcl-bplus__ttl {
    width: 100%;
    background-color: #6daf33;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    position: relative;
  }
  .lcl-plus {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .lcl-plus::before,
  .lcl-plus::after {
    width: 15px;
  }
  .lcl-bplus-in {
    padding: 20px;
  }
  .lcl-bplus-in h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .lcl-bplus-in h4::after {
    width: 18px;
  }
  .lcl-bplus-in p {
    margin-bottom: 15px;
    /* text-align: left; */
  }
  /* ---------------------- option ---- */
  .lcl-bplus–2col {
    margin-bottom: 0px;
    display: block;
  }
  .lcl-bplus–2col-item {
    width: 100%;
  }
  .lcl-bplus–2col-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .lcl-bplus–2col-in {
    padding: 12px 10px 15px;
  }
  .lcl-bplus–2col-item h5 {
    font-size: 16px;
    height: 40px;
  }
  .lcl-bplus .linkbtn02 {
    width: 100%;
    height: 60px;
    font-size: 3.3vw;
  }
  .lcl-bplus .linkbtn02__in {
    padding-left: 15px;
  }
  /* ---------------------- option ---- */
  .lcl-plan-item--option .lcl-item-list {
    margin-top: 10px;
  }
  .lcl-plan-item--option .lcl-item__ttl {
    height: auto;
    font-size: 12px;
  }
  .lcl-item__ttl span {
    font-size: 12px;
    line-height: 1.5;
  }
  .lcl-plan-item--option .lcl-item__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .lcl-plan-item--option .lcl-item__info span {
    display: block;
    font-size: 10px;
  }

  .lcl-plan-item--option .lcl-item-block {
    width: 100%;
  }

  .lcl-kanin-img {
    width: 90%;
    margin: 10px auto 0;
  }
}
