main {
  background: #131a28;
}

.plan_area {
  margin: 0 auto;
  max-width: 1000px;
}


/* style_base部分 */
main .flbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
#plan .main_plan .type_btn_wrap .ty_btn.end {
  position: relative;
}

.ty_btn {
  border: solid 1px;
  margin: 0px 0px 80px;
  /*width: 90px;*/
  width: calc(100% / 5 - 20px);
  text-align: center;
}
.ty_btn p {
  margin: 0;
}
.ty_Lbox {
  text-align: center;
  background: #8cdeea;
  padding-bottom: 7px;
}
.ty_L {
  font-size: 32px;
}
.b1_span {
  font-size: 28px;
}
.ty_L small {
  font-size: 20px;
}
.ty_L2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.ty_ldk {
  background: #6d6e71;
  color: #fff;
  font-size: 16px;
  padding: 3px 5px;
  margin-left: 10px;
}
.ty_numbox {
  padding: 5px 0;
  background: #fff;
}
.ty_numbox .ty_numtx {
  font-size: 12px;
}
.ty_numbox .ty_num {
  font-size: 18px;
  padding-left: 7px;
}
.ty_numbox .ty_num small {
  font-size: 14px;
}

.f_num {
  width: 60px;
}


.br1050 {
  display: none;
}

#plan_main {
  margin-top: 74px;
}
#plan_main .ttl_wrp {
  background-image: url(../image/plan/plan_top.jpg);
  background-size: cover;
  background-position: center 75%;
}

/* 画像リンク部分 */
.torikago_ov {
  margin-top: 50px;
}
#plan .torikago ul li .a_box a p {
  margin: 0;
  font-size: 14px;
}
.torikago_ov_loofari {
  margin-top: 52px;
}
#plan .torikago, #type .torikago {
  width: 400px;
}
#plan .torikago ul li .a_box, #type .torikago ul li .a_box {
  border: none;
}
#plan .torikago ul li .a_box a:not(:last-of-type), #type .torikago ul li .a_box a:not(:last-of-type) {
  border-right: none;
}
#plan .torikago ul li .a_box a, #type .torikago ul li .a_box a {
  width: 25%;
  padding: 3px 0;
  height: 30px;
}
#plan .torikago ul li .a_box, #type .torikago ul li .a_box {
  width: 85%;
}
#plan .torikago ul li .a_box a:hover, #type .torikago ul li .a_box a:hover {
  background: #15bbbc;
}
#plan .torikago ul li .a_box .space {
  background: #000;
}
#plan .torikago ul li .f_num, #type .torikago ul li .f_num {
  color: #fff;
  font-size: clamp(10px,1.3vw,13px);
  margin: 0;
}

.room_ari {
  background: #fff;
  border: solid 1px #000;
  border-bottom: none;
}
.none {
  border-left: solid 1px;
}
.none12 {
  border-left: none;
}
.none1f {
  border-bottom: solid 1px #000;
}
.none1f p {
  font-size: clamp(10px,1.3vw,16px)!important;
}
.none1fright {
  border-right: solid 1px #000;
  width: 75%!important;
}
.none1f:hover {
  background-color: #fff!important;
}
.none::before {
  background: transparent!important;
}

#plan .main_plan .type_btn_wrap .ty_btn {
  width: 9%;
  margin-top: 0;
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox .ty_L {
  font-size: clamp(10px,5vw,34px);
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox .ty_L small {
  font-size: clamp(10px,3vw,28px);
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox .ty_L2 {
  font-size: clamp(10px,1.8vw,16px);
}

#plan .main_plan .type_btn_wrap .ty_btn a {
  border: none;
}

#plan .main_plan .type_btn_wrap .ty_btn.end .end_absolute {
  position: absolute;
  top: 65%;
  left: 50%;
  font-size: 20px;
  text-align: center;
  width: 60px;
  background: #fff;
  color: #bd1d46;
  border: solid 2px;
  padding: 10px 0;
  transform: translate(-50%,-50%);
}


#plan .main_plan section p {
  font-family: "gara","a1",serif;
  letter-spacing: .05em;
  margin-top: 0;
}
.left_num {
  width: 200px;
}
.right_num {
  width: calc(100% - 200px);
  padding-left: 20px;
}
#plan .torikago ul li .a_box a p {
  color: #000;
}
#plan .main_plan .active_color p {
  color: #fff!important;
}
.b_small {
  font-size: 12px;
}
#plan .main_plan .type_btn_wrap .ty_btn a>* {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_ldk {
  background: #6d6e71;
  color: #fff;
  font-size: clamp(10px,2.5vw,22px);
  padding: 0.2em 0 0px;
  margin-top: 0;
}

#plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox {
  background: #6EC9AA;
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox {
  padding: 10px 0;
  background: rgba(255,255,255,.8);
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_numtx {
  font-size: 10px;
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_num {
  font-size: clamp(10px,3vw,19px);
  line-height: 1em;
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_num small {
  font-size: clamp(10px,1.4vw,14px);
  letter-spacing: .02em;
}
#plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_zan {
  font-size: clamp(10px,3vw,16px);
  line-height: 1em;
  height: 20px;
  padding-top: 10px;
}
.active_color {
  background-color: #2aa7b8;
}
.active_color p {
  color: #fff!important;
}

.grey {
  background: #ddd!important;
}
#plan .main_plan .type_btn_wrap .ty_btn.end::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}

.none1f p {
  font-size: 14px!important;
}
.none1fright p {
  font-size: 14px!important;
}

/* クリックしたら表示される部分 */
.area {
  display: none;
  opacity: 0;
  margin: 0 auto;
  text-align: center;
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.area p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: clamp(10px,3vw,25px);
  color: #15bbbc;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.area img {
  margin: 0 auto;
  padding: 50px;
  width: 100%;
  background: #fff;
}
.active_color2 {
  background-color: #2aa7b8!important;
}
.active_color2 p {
  color: #fff!important;
}
.active_color3 {
}

.area .ty_tex_wrap {
  max-width: 1000px;
  margin: 0px auto;
  display: block;
}
.ty_tex_wrap .ty_tex_L {
  width: 70%;
  background: #2aa7b8;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.ty_tex_flex {
  display: flex;
}
.ty_tex_wrap .ty_tex_L .ty_L {
  color: #fff;
  text-align: center!important;
  font-size: clamp(10px,6vw,40px);
  line-height: 1.0em;
  margin-top: 0!important;
  margin-bottom: -0.2em;
}
.ty_tex_wrap .ty_tex_L .ty_L sup {
  font-size: clamp(10px,3.0vw,30px);
  line-height: 1em;
}
.ty_tex_wrap .ty_tex_L .ty_L small {
  font-size: clamp(10px,1.8vw,18px);
  letter-spacing: 0em;
}
.ty_tex_wrap .ty_tex_R {
  width: 100%;
  margin-top: 15px;
}
.ty_tex_wrap .ty_tex_R>div {
  width: 100%;
}
.ty_tex_flex .ty_ldk {
  width: 30%;
  background: #6d6e71;
  color: #fff;
  font-family: "gara","a1",serif;
  font-size: clamp(10px,5vw,26px);
  padding: 5px 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty_tex_wrap .ty_tex_R>div .ty_num {
  font-size: clamp(10px,1.8vw,16px);
  line-height: 1.8em;
}
.ty_tex_wrap .ty_tex_R>div .ty_num sup {
  font-size: clamp(10px,4vw,32px);
  color: yellow;
  margin-right: 3px;
}
.ty_tex_wrap .ty_tex_R>div:nth-of-type(2) {
  border-top: solid 1px #646464;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ty_tex_wrap .ty_tex_R>div .ty_num {
  font-size: clamp(10px,1.8vw,16px);
  line-height: 1.8em;
  color: unset;
  text-align: left;
}
.ty_tex_wrap .ty_tex_R>div:nth-of-type(2) .ty_num sup {
  font-size: clamp(10px,3vw,26px);
}

.left_txt {
  margin-top: 10px;
  /*height: 90px;*/
}
.left_txt p {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.left_txt_e {
  height: 0;
}
.left_txt_e2 {
  height: 50px;
}
.e2_img {
  padding-top: 60px!important;
  background: #fff;
}

.area_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.area_block_left {
  display: block;
  width: 500px;
}
.area_block_right {
  display: block;
  width: 470px;
  margin-top: 90px;
}
.right_madoriimg {
  position: relative;
}
.right_madoriimg i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  width: 24px;
  height: 24px;
  padding: 7px;
  padding-bottom: 5px;
  border-radius: 90%;
  color: #444;
}
.image_btn {
  display: flex;
    margin: 50px auto 0;
    justify-content: center;
    align-items: center;
    background: #bd1d46;
    color: #fff!important;
    padding: 10px 0;
    font-family: "gara","a1",serif;
    font-size: clamp(10px,5vw,26px);
}
.image_btn i {
  font-size: 24px;
  margin-left: 5px;
}

.dummy_ty {
  display: none!important;
  border: none;
}


/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
  .br1050 {
    display: inline;
  }
  .plan_area {
    max-width: 750px;
  }

  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_numtx {
    margin-bottom: 5px;
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_num {
    line-height: 0.8em;
  }
  .ty_tex_wrap .ty_tex_R>div:nth-of-type(2) .ty_num sup {
    font-size: clamp(10px,3vw,20px);
  }

  #plan .main_plan .type_btn_wrap .ty_btn a .ty_ldk {
    font-size: clamp(10px,2.5vw,20px);
  }
  .area_block_left {
    width: 420px;
  }
  .area_block_right {
    width: 300px;
  }
  .torikago_ov {
    margin-top: 40px;
  }
  .torikago_ov_loofari {
    margin-top: 30px;
  }

  .left_txt_e2 {
    height: 90px;
  }

  #plan .main_plan .type_btn_wrap .ty_btn.end .end_absolute {
    font-size: 18px;
    width: 55px;
  }

  .ty_btn {
    margin: 0px 0px 50px;
  }
  .ty_ldk {
    display: block;
    margin: 0 15px;
  }
  .ty_numbox .ty_num {
    display: block;
    padding-left: 0;
  }
  .left_txt p {
    margin-top: 15px;
    font-size: 14px;
  }
}

/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
  #plan .main_plan section {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px!important;
  }
  #plan .main_plan .type_btn_wrap .ty_btn {
    width: 23%;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  
  #plan .torikago, #type .torikago {
    width: 100%;
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox .ty_L {
    font-size: clamp(10px,12vw,22px);
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox .ty_L small {
    font-size: clamp(10px,8vw,16px);
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_Lbox .ty_L2 {
    font-size: clamp(10px,3.8vw,11px);
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_ldk {
    font-size: clamp(10px,6vw,14px);
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_numtx {
    font-size: 10px;
    margin-bottom: 3px;
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_num {
    font-size: clamp(10px,6vw,14px);
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_num small {
    font-size: clamp(10px,3.5vw,10px);
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox {
    padding: 5px 0;
  }
  #plan .main_plan .type_btn_wrap .ty_btn a .ty_numbox .ty_zan {
    font-size: clamp(10px,6vw,14px);
  }

  #plan .torikago ul li .a_box a, #type .torikago ul li .a_box a {
    height: 26px;
  }

  #plan .main_plan .type_btn_wrap .ty_btn.end .end_absolute {
    font-size: 16px;
    width: 50px;
  }

  .torikago_ov,
  .torikago_ov_loofari {
    margin: 0 auto;
    margin-top: 30px;
  }

  .area p {
    margin-bottom: 0;
  }
  .area .ty_tex_wrap {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ty_tex_wrap .ty_tex_L .ty_L {
    font-size: clamp(10px,15vw,36px);
  }
  .ty_tex_wrap .ty_tex_L .ty_L sup {
    font-size: clamp(10px,9vw,40px);
  }
  .ty_tex_wrap .ty_tex_L .ty_L small {
    font-size: clamp(10px,4vw,18px);
    letter-spacing: .05em;
  }
  .ty_tex_wrap .ty_tex_R {
    margin: 5px auto 0;
    width: 100%;
  }
  .ty_tex_wrap .ty_tex_R>div .ty_ldk {
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(10px,10vw,55px);
  }
  .ty_tex_wrap .ty_tex_R>div .ty_num sup {
    font-size: clamp(10px,6vw,32px);
  }
  .ty_tex_wrap .ty_tex_R>div .ty_num {
    width: 100%;
    font-size: clamp(10px,3.5vw,16px);
    text-align: center;
  }
  .ty_tex_wrap .ty_tex_R>div:nth-of-type(2) .ty_num sup {
    font-size: clamp(10px,6vw,32px);
  }
  .btn_madori_area {
    margin-top: 70px!important;
  }
  .hosoku_p {
    margin-top: 5px!important;
    color: unset!important;
  }
  
  .area_flex {
    display: block;
  }
  .area_block_left {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .area_block_right {
    margin: 0 auto;
    background: unset;
    height: auto;
    width: 90%;
  }
  .area_block_right a {
    /*background: #fff;*/
  }
  .image_btn {
    margin-top: 20px;
    font-size: clamp(10px,4.5vw,20px);
  }
  .image_btn i {
    font-size: 16px;
  }

  .right_madoriimg i {
    position: absolute;
    font-size: 16px;
    width: 28px;
    height: 28px;
    background: #444;
    padding: 5px;
    padding-bottom: 3px;
    border-radius: 90%;
    color: #fff;
  }

  .left_num {
    width: 165px!important;
    text-align: left!important;
  }
  .right_num {
    width: calc(100% - 165px)!important;
    text-align: left!important;
  }

  .left_txt {
    margin-top: 20px;
    height: auto;
  }
  .left_txt p {
    font-size: clamp(10px,3.5vw,16px);
  }

  .e2_img {
    padding-top: 0px!important;
  }


  /* 0114追加 */
  main .flbox {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .ty_btn {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
  }
  .dummy_ty {
    display: block!important;
  }
  .torikago .flbox {
    width: 100%;
  }
  .f_num {
    width: 50px;
  }
  #plan .torikago ul li .a_box a p {
    font-size: 11px;
  }
  #plan .torikago ul li .a_box, #type .torikago ul li .a_box {
    width: calc(100% - 50px);
  }
  .none1f p {
    font-size: 11px!important;
  }
  .none1fright p {
    font-size: 11px!important;
  }

}