/* ===============================
  main.css
================================*/

/* reset */
* {
  box-sizing: border-box;
}

body {
  min-width: 1200px;
}

/* layout */
.l-container {
  width: 1000px;
  margin: auto ;
}

/* template */
.u-prise--heading {
  background-image: url('../special/assets/img/ttl_bar.png');
  width: 958px;
  height: 59px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

/* common */
.wrapper {
  padding-top: 100px;
  background-image: url('../special/assets/img/bg_blue_pattern.png');

}

/* reserve */
.p-reserve--wrapper {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  border:1px solid rgb(255,185,210);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
}

.p-reserve--wrapper__heading {
  color: rgb(255,147,186);
  font-weight: 600;
  font-size: 20px;
  margin: 40px 0;
}

.p-reserve--wrapper__image {
  width: 400px;
  height: 450px;
}
.p-reserve--wrapper__image2 {
  width: 500px;
  height: 100px;
}
.p-reserve--wrapper__image3 {
  width: 500px;
  height: 100px;
}


.p-reserve--wrapper__paragraph {}

/* twitter */
.p-twitter--wrapper {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  border:1px solid rgb(255,185,210);
  display: flex;
  align-items: center;
  padding: 50px 30px;
}

.p-twitter-content__left {
  width: 380px;
  margin-right:30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* components */
  .c-twitter--contents {}

  .c-twitter--contents--heading {
    color: rgb(255,147,186);
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid rgb(255,147,186);
    padding: 0 0 20px 2px;
  }

  .c-twitter--contents--list {
    width: 520px;
  }

  .c-twitter--contents--list__title {
    width: 115px;
    height: 25px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 144, 187);
  }

  .c-twitter--contents--list__wrapper {
    display: flex;
    margin-top:16px;
  }

  .c-twitter--contents--list__description {
    display: flex;
    font-size: 14px;
    margin: 0 0 10px 10px;
    line-height: 1.56em;
    flex-wrap: wrap;
    width: 380px;
    margin-left: 20px;
  }

  .c-twitter--contents--list__description p{}

  .c-twitter--contents--list__description small{
    font-size: 12px;
  }

  .c-twitter--contents--list__description img{}
/* prise */
.c-prise--wrapper {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  border: 1px solid rgb(255,185,210);
  padding: 50px 30px;
}

.c-prise--components {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgb(255,147,186);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.c-prise--components:nth-last-child(1) {
  border:none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-prise--content__left {
  width: 380px;
  margin-right:30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* components */
  .c-prise--contents {
    width: 520px;
    top: 0;
    position: absolute;
    right: 0;
  }

  .c-prise--contents--heading {
    color: rgb(255,147,186);
    font-weight: 500;
    font-size: 18px;
    border-bottom: 2px solid rgb(255,147,186);
    padding: 0 0 20px 2px;
    line-height: 1.4em
  }

  .c-prise--contents--list {
    width: 520px;
  }

  .c-prise--contents--list__title {
    width: 115px;
    height: 25px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 144, 187);
  }

  .c-prise--contents--list__wrapper {
    display: flex;
    margin-top:16px;
  }

  .c-prise--contents--list__description {
    display: flex;
    font-size: 14px;
    margin: 0 0 10px 10px;
    line-height: 1.56em;
    flex-wrap: wrap;
    width: 380px;
    margin-left: 20px;
  }

  .c-prise--contents--lowheading{
    width: 80px;
    height: 25px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 144, 187);
    margin: 20px 0;
  }

  .c-prise--contents--paragraph{
    line-height: 1.5em;
    font-size: 15px;
    color: rgb(150,150,150);
  }

  /* utility */
  .u-mt100 {
    margin-top:100px !important;
  }