@charset "UTF-8";
/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.lower .inner {
  background-color: #fff;
  padding: 11rem 0;
}

@media (max-width: 1024px) {
  .lower .inner {
    padding: 6rem 1rem;
  }
}

.lower#contact .inner {
  padding: 5rem 0 0;
}

@media (max-width: 1024px) {
  .lower#contact .inner {
    padding: 3rem 1rem 0;
  }
}

@media (min-width: 1025px) {
  .lower #wrapper {
    padding-top: 167px;
  }
  .lower .header:not(.js_top) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lower .header:not(.js_top) .header_wrap {
    position: relative;
    width: 88rem;
    margin: 0 auto;
    padding: 4.6rem 0 4.6rem 5rem;
  }
  .lower .header:not(.js_top) .header_logo {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .lower .header:not(.js_top) .cp_menu ul {
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  .lower .header:not(.js_top) .cp_menu ul li {
    text-align: center;
    font-size: 2rem;
  }
  .lower .header:not(.js_top) .cp_menu ul li:nth-of-type(1) {
    order: 1;
    margin-right: 3rem;
  }
  .lower .header:not(.js_top) .cp_menu ul li:nth-of-type(2) {
    order: 2;
    margin-right: 3rem;
  }
  .lower .header:not(.js_top) .cp_menu ul li:nth-of-type(3) {
    order: 4;
    margin-right: 3rem;
  }
  .lower .header:not(.js_top) .cp_menu ul li:nth-of-type(4) {
    order: 5;
    margin-right: 3rem;
  }
  .lower .header:not(.js_top) .cp_menu ul li:nth-of-type(5) {
    order: 3;
    margin-right: 24rem;
  }
  .lower .header:not(.js_top) .cp_menu ul li span {
    display: block;
    font-size: 1.3rem;
  }
  .lower .header.js_top {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
article {
  width: 1000px;
  margin: 0 auto;
  padding: 11rem 0;
  border-bottom: 1px solid #514e4e;
}

@media (max-width: 1024px) {
  article {
    width: 100%;
    padding: 5rem 0;
  }
}

article:first-of-type {
  padding-top: 0;
}

article:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.parallex {
  width: 100%;
  height: 65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

@media (max-width: 1024px) {
  .parallex {
    height: 30rem;
  }
}

.parallex_title {
  width: 26rem;
  padding: 4rem 0;
  text-align: center;
  font-size: 3.3rem;
  background-color: #fff;
  line-height: 1.3;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho", "ヒラギノ明朝 pro", "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
}

@media (max-width: 1024px) {
  .parallex_title {
    width: 22rem;
    padding: 2rem 0;
    font-size: 2.8rem;
  }
}

.parallex_title span {
  font-size: 1.8rem;
  display: block;
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 1024px) {
  .parallex_title span {
    font-size: 1.6rem;
  }
}

.sub_title {
  padding-bottom: 6rem;
  width: 39rem;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .sub_title {
    padding-bottom: 3rem;
    width: 100%;
    max-width: 30rem;
  }
}

.highlight {
  color: #ff5a64;
  font-weight: bold;
}

@media only screen and (max-width: 1140px) {
  .modaal-gallery-prev {
    bottom: -50px;
    left: -10px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .modaal-gallery-next {
    bottom: -50px;
    right: -10px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    background: transparent;
  }
  .modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before,
  .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
    background: #fff;
  }
  .modaal-content {
    position: relative;
  }
}

/* ---------------------------------------------------------
plan
----------------------------------------------------------*/
body#plan::before {
  background-image: url(../images/plan/back-photo-5.jpg);
}

body#plan.bg-2::before {
  background-image: url(../images/plan/back-photo-3.jpg);
}

body#plan.bg-3::before {
  background-image: url(../images/plan/back-photo-4.jpg);
}

#plan .top {
  background-color: #fff;
  padding: 5rem 0 13rem;
}

@media (max-width: 1024px) {
  #plan .top {
    padding: 3rem 0 6rem;
  }
}

#plan .top > p {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  #plan .top > p {
    font-size: 2rem;
    padding: 0rem 1rem 3rem;
    font-weight: normal;
  }
}

#plan .top > p:first-of-type {
  padding-bottom: 7rem;
}

@media (max-width: 1024px) {
  #plan .top > p:first-of-type {
    padding-bottom: 3rem;
  }
}

#plan .top > p:last-of-type {
  padding-bottom: 0;
}

#plan .top_sllider {
  margin-bottom: 13rem;
}

@media (min-width: 1025px) {
  #plan .top_sllider {
    min-height: 245px;
  }
}

@media (max-width: 1024px) {
  #plan .top_sllider {
    margin-bottom: 3rem;
  }
}

#plan .programme_list {
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
}

@media (max-width: 1024px) {
  #plan .programme_list {
    display: block;
    margin-bottom: 2rem;
  }
}

#plan .programme_list.large {
  padding-top: 7rem;
}

#plan .programme_list .item {
  width: 28rem;
  padding: 2.5rem 3rem 2rem;
  border: 1px solid #514e4e;
  margin-right: 10rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #plan .programme_list .item {
    margin: 0 auto 2rem;
  }
}

#plan .programme_list .item:last-of-type {
  margin-right: 0;
}

@media (max-width: 1024px) {
  #plan .programme_list .item:last-of-type {
    margin: 0 auto;
  }
}

#plan .programme_list .item_comment {
  font-weight: bold;
  color: #ff5a64;
  position: absolute;
  width: 100%;
  top: -16%;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 2rem;
  background-image: url(../images/plan/line-left.svg), url(../images/plan/line-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
}

#plan .programme_list .item_name {
  font-size: 3rem;
  color: #ff5a64;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1rem;
}

#plan .programme_list .item_name span {
  font-size: 1.3rem;
  color: #514e4e;
  display: block;
}

#plan .programme_list .item_price {
  font-size: 2.8rem;
  border-top: 1px solid #514e4e;
  border-bottom: 1px solid #514e4e;
  padding: 2.5rem 0 2rem;
  margin-bottom: 2rem;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho", "ヒラギノ明朝 pro", "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
}

#plan .programme_list .item_price p {
  margin: 0 auto;
  text-align: right;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}

#plan .programme_list .item_price span {
  font-size: 5rem;
}

#plan .programme_list .item_price em {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  margin-right: -1rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#plan .programme_list .item_point {
  margin-bottom: 1.5rem;
}

#plan .programme_list .item_tag {
  background-color: #514e4e;
  color: #fff;
  padding: .5rem 1rem;
  display: inline-block;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
  width: 18.5rem;
}

#plan .programme_list .item a {
  display: inline-block;
  background-color: #ff5a64;
  color: #fff;
  padding: .5rem 1rem .5rem 3rem;
  position: relative;
  font-weight: bold;
  width: 18.5rem;
}

#plan .programme_list .item a::before {
  display: block;
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
}

#plan .programme_list .item a span {
  font-size: 1.2rem;
  margin-top: -0.5rem;
}

#plan .programme_alert {
  width: 56rem;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  #plan .programme_alert {
    width: 100%;
    padding-left: 1rem;
    text-indent: -1rem;
  }
}

#plan .programme_cooperation {
  width: 85rem;
  margin: 0 auto;
  line-height: 1.4;
  padding: 2.5rem 1rem;
  color: #ff5a64;
  font-size: 2.4rem;
  text-align: center;
  border: 1px solid #ff5a64;
  margin-top: 5rem;
}

@media (max-width: 1024px) {
  #plan .programme_cooperation {
    width: 100%;
    margin-top: 3rem;
    padding: 1rem;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 2rem;
    text-indent: -2rem;
  }
}

@media (max-width: 1024px) {
  #plan .programme_cooperation li {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1024px) {
  #plan .style_list .item {
    margin-top: -60px;
    padding-top: 60px;
  }
}

#plan .style_list .item:not(:last-of-type) {
  margin-bottom: 4rem;
}

@media (max-width: 1024px) {
  #plan .style_list .item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

#plan .option_lead {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 10rem;
}

@media (max-width: 1024px) {
  #plan .option_lead {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
}

#plan .option ul {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #plan .option ul {
    width: 100%;
  }
}

#plan .option ul li {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  #plan .option ul li {
    width: 49%;
    text-align: center;
  }
}
