@charset "utf-8";

#content_Wrap {
  background: #fff;
  color: #333;
}

.plan_pop {
  background-color: #7d7d7d !important;
  background-position: center;
  margin-bottom: 50px;
  padding-bottom: 50px !important;
}

.yokoku {
  margin: 0 auto;
  padding: 0 0 40px;
}

.bread_list {
  display: none;
}

/*plan*/
.main {
  width: 100%;
  padding: 0px 0;
  position: relative;
}

.main .ttl_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.main .ttl_wrap h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 0px;
  line-height: 1.3;
  color: #fff;
}

.main .ttl_wrap .txt {
  text-align: center;
  line-height: 2;
  font-size: 23px;
}

.plan_list h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  margin: 60px auto;
}

.plan_list ul.madori_btn_List {
  /* width: 940px; */
  width: 1100px;
  max-width: 90%;
  margin: 100px auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.plan_list ul.madori_btn_List li {
  /* width: 48%; */
  width: 32%;
  /* max-width: 450px; */
  margin-bottom: 30px;
  margin-right: 2%;
  transition: all .5s;
}

.plan_list ul.madori_btn_List li:nth-child(3n) {
  margin-right: 0;
}

.madori_area {
  width: 1000px;
  max-width: 90%;
  margin: 0px auto;
  padding: 50px 0;
}

.madori_area .inner {
  max-width: 100%;
  width: 100%;
  background: #7d7d7d;
  padding: 50px 30px;
  margin: 0px auto;
  /*box-shadow: 2px 2px 15px #ddd;*/
}

.pop_f .madori_area .inner {
  max-width: 100%;
  width: 100%;
  background: #fff;
  padding: 50px 30px;
  margin: 0px auto;
  /*box-shadow: 2px 2px 15px #ddd;*/
  border: none;
}

.madori_att .notes {
  width: 1000px;
  max-width: 90%;
}

.plan_ttl h3 {
  width: 564px;
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
  position: relative;
}

.plan_ttl h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -8px;
  left: 0;
}

.madori {
  margin: 40px auto 20px;
  max-width: 90%;
}

.madori.a {
  width: 609px;
  max-width: 100%;
}

.madori.b {
  width: 513px;
  max-width: 100%;
}

.madori.c {
  width: 493px;
  max-width: 100%;
}

.madori.d {
  width: 534px;
  max-width: 100%;
}

.madori.e {
  width: 459px;
  max-width: 100%;
}

.madori.f {
  width: 630px;
  max-width: 100%;
}

.madori.g {
  width: 489px;
  max-width: 100%;
}

.madori.h {
  width: 514px;
  max-width: 100%;
}

.madori.i {
  width: 467px;
  max-width: 100%;
}

.madori.j {
  width: 473px;
  max-width: 100%;
}

.madori.k {
  width: 535px;
  max-width: 100%;
}

.madori.l {
  width: 576px;
  max-width: 100%;
}

.hanrei {
  width: 230px;
  max-width: 90%;
  margin: 0 auto;
}

.btn_set {
  max-width: 500px;
  margin: 0px auto 0;
}

.btn_set ul {
  justify-content: space-between;
}

.btn_set ul li {
  width: calc(100% / 2 - 20px);
}

.btn_set ul li:first-child {
  margin-right: 20px;
}

.btn_set ul li a {
  transition: 0.3s;
}

.btn_set ul li a:hover {
  opacity: 0.5;
}

.btn_set ul li a img {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}

.btn_set .entry_Btn {
  margin: 20px auto 50px;
  padding: 0 0 40px;
  text-align: center;
  width: 100%;
}

.btn_set .entry_Btn a {
  display: block;
  width: 100%;
  max-width: 100%;
}

.btn_set .entry_Btn a span {
  display: inline-block;
  border-radius: 50px;
  background: rgb(203, 191, 110);
  background: linear-gradient(90deg, rgba(203, 191, 110, 1) 0%, rgba(187, 172, 74, 1) 100%);
  padding: 15px 20px;
  width: 92%;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fefefe;
  position: relative;
}

.btn_set .entry_Btn a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fefefe;
  border-right: 1px solid #fefefe;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
  right: 25px;
}

.btn_set .entry_Btn a span:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.btn_set .entry_Btn a span:hover::after {
  transition: 0.5s;
  right: 15px;
}

.limit_Box {
  max-width: 600px;
}

.limit_Box .entry_Btn {
  border-bottom: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 90%;
}

/* NEW追加 */
.plan_list ul li a.new {
  display: block;
  position: relative;
}

.plan_list ul li a.new::before {
  content: "NEW";
  display: block;
  font-size: 11px;
  font-feature-settings: "palt"1;
  letter-spacing: 0.5px;
  color: #fff;
  background: #8e0000;
  /* background: #8B7315; */
  padding: 4px 6px 3px 6px;
  position: absolute;
  top: -8px;
  right: 0;
}

/* 鳥籠追加 */
.torikago_Box {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 40px;
  position: relative;
}

.torikago_List li {
  position: absolute;
  transition: 0.3s;
}

.torikago_List li img {
  transition: 0.3s;
  opacity: 0;
}

.torikago_List li:hover img,
.torikago_List li.on img {
  opacity: 1;
  background: #9e841d;
}

/* hover処理 */
.madori_btn_List li:hover,
.madori_btn_List li.on {
  opacity: 0.7;
}

/* .madori_btn_List li:hover.torikago_List li,
.madori_btn_List li.on.torikago_List li {
  opacity: 1;
} */

/* 各タイプ位置設定 */
.torikago_List li#atype {
  width: 35px;
  top: 0;
  left: 44px;
}

.torikago_List li#btype {
  width: 35px;
  top: 0;
  left: 80px;
}

.torikago_List li#ctype {
  width: 35px;
  top: 0;
  left: 116px;
}

.torikago_List li#dtype {
  width: 35px;
  top: 0;
  left: 152px;
}

.torikago_List li#etype {
  width: 35px;
  top: 0;
  left: 188px;
}

.torikago_List li#ftype {
  width: 35px;
  top: 0;
  left: 224px;
}

.torikago_List li#gtype {
  width: 35px;
  top: 0;
  right: 181px;
}

.torikago_List li#htype {
  width: 35px;
  top: 0;
  right: 145px;
}

.torikago_List li#itype {
  width: 35px;
  top: 0;
  right: 109px;
}

.torikago_List li#jtype {
  width: 35px;
  top: 0;
  right: 73px;
}

.torikago_List li#ktype {
  width: 35px;
  top: 0;
  right: 37px;
}

.torikago_List li#ltype {
  width: 35px;
  top: 0;
  right: 1px;
}


/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 830px) {
  #content_Wrap {
    padding: 90px 0 0;
  }

  .main {
    padding: 0px 0;
  }

  .plan_list ul {
    margin: 0 auto 0px;
  }

  .plan_list h3 {
    margin: 30px auto;
    font-size: 18px;
  }

  .plan_list ul.madori_btn_List {
    justify-content: space-between;
    width: 96%;
    max-width: 96%;
    margin: 40px auto 0;
  }

  .plan_list ul.madori_btn_List li {
    /* width: 48%; */
    width: 49%;
    margin-bottom: 20px;
    /* margin: 0 auto 20px; */
  }

  .plan_list ul.madori_btn_List li:last-of-type {
    margin-bottom: 0;
  }

  .plan_list ul.madori_btn_List li:nth-child(2n) {
    /* margin: 0 auto 20px; */
    margin-right: 0;
  }

  .main .ttl_wrap {
    width: 100%;
  }

  .main .ttl_wrap h2 {
    font-size: 25px;
  }

  .main .ttl_wrap .txt {
    font-size: 20px;
  }

  .btn_set .entry_Btn {
    margin: 20px auto 0;
    padding: 0 0 0;
  }

  .madori_area .inner {
    padding: 20px;
  }

  .btn_set .entry_Btn a span {
    width: 88%;
  }

  .plan_ttl li h3 {
    margin-bottom: 10px;
  }

  .plan_ttl {
    flex-wrap: wrap;
  }

  .btn_set ul {
    justify-content: center;
  }

  .btn_set ul li:first-child {
    margin-right: 0;
    display: none;
  }

  .btn_set ul li {
    width: calc(100% / 2 - 10px);
  }

  .entry_ttl {
    font-size: 17px;
    line-height: 1.5;
  }

  .planbtn_area ul li .limit {
    width: 35px;
  }

  /* NEW追加 */
  .plan_list ul li a.new::before {
    font-size: 9px;
    padding: 3px 5px 1px 6px;
  }

  /* 鳥籠追加 */
  .torikago_Box {
    width: 70%;
    margin: 0 auto 20px;
  }
  .torikago_List {
    display: none;
  }
}