@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: source-sans-pro, Arial, source-han-sans-japanese, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: #FDFDFD;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #c5b1a1;
  background-image: url(../img/bg_saya_w.png);
  background-position: 0 0;
  background-repeat: repeat;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置 */
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.header-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  position: relative;
  background-color: #FDFDFD;
  z-index: 3;
}

.content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer {
  background-color: #867161;
  background-image: url(../img/bg_saya_w.png);
  background-position: 0 0;
  background-repeat: repeat;
}

.footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #FDFDFD;
}

@media screen and (max-width: 900px) {
  .footer-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-id {
  padding: 0.5em;
  margin-right: 0;
}
.site-id img {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 900px) {
  .site-id {
    padding-right: 75px;
  }
  .site-id img {
    width: 100%;
    max-width: 280px;
  }
}
.lang.PC {
  margin-left: auto;
  margin-right: 30px;
  color: #FDFDFD;
}
.lang.PC ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.lang.PC ul::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ac";
}
.lang.PC ul li {
  margin: 0 0 0 1em;
  letter-spacing: 1px;
}
.lang.PC ul li:first-child::after {
  content: "/";
  margin-left: 1em;
}
.lang.PC ul li a {
  color: #FDFDFD;
}
.lang.PC ul li span {
  display: inline-block;
  padding-bottom: 2px;
}
.lang.PC ul .selected {
  border-bottom: 2px solid #FDFDFD;
}

.lang.PC {
  display: block;
}

.lang.SP {
  display: none;
}

@media screen and (max-width: 900px) {
  .lang.PC {
    display: none;
  }
  .lang.SP {
    display: block;
  }
}
.movie-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.movie {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.g-nav.PC {
  border-left: 2px solid #FDFDFD;
  margin: 30px;
}
.g-nav.PC ul {
  list-style: none;
  margin-right: 3em;
  padding-left: 0;
}
.g-nav.PC ul li {
  margin-left: 2em;
  letter-spacing: 1px;
}
.g-nav.PC ul li a {
  display: block;
  color: #FDFDFD;
  padding: 0 0 30px 0;
}

.g-nav.PC {
  display: block;
}

.g-nav.SP,
.g-nav_list.SP,
.openbtn {
  display: none;
}

@media screen and (max-width: 900px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 65px;
    height: 65px;
    background-color: #FDFDFD;
  }
  .openbtn.active {
    background-color: #867161;
  }
  .openbtn.active span {
    background-color: #FDFDFD;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 2px;
    border-radius: 5px;
    width: 45%;
    background-color: #333;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 5px;
    left: -5px;
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 22px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 22px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "CLOSE";
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    top: 6px;
    left: 4px;
    color: #FDFDFD;
  }
  .g-nav.PC {
    display: none;
  }
  .g-nav.SP {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #867161;
    background-image: url(../img/bg_saya_w.png);
    background-position: 0 0;
    background-repeat: repeat;
    padding: 10px 5px 10px 20px;
  }
  .g-nav_list.SP {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: #867161;
    background-image: url(../img/bg_saya_w.png);
    background-position: 0 0;
    background-repeat: repeat;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .g-nav_list.SP .nav-box {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .g-nav_list.SP .nav-box .lang.SP {
    border: #FDFDFD 1px solid;
  }
  .g-nav_list.SP .nav-box .lang.SP ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .g-nav_list.SP .nav-box .lang.SP ul::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ac";
    padding-top: 1em;
    padding-left: 1em;
    color: #FDFDFD;
  }
  .g-nav_list.SP .nav-box .lang.SP ul li {
    margin: 0;
    letter-spacing: 1px;
  }
  .g-nav_list.SP .nav-box .lang.SP ul li a {
    color: #FDFDFD;
    display: inline-block;
    padding: 1em;
  }
  .g-nav_list.SP .nav-box .menu.SP {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 0;
  }
  .g-nav_list.SP .nav-box .menu.SP a {
    display: inline-block;
    padding: 1em;
    color: #FDFDFD;
  }
  .g-nav_list.SP .nav-box .menu.SP a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .g-nav_list.SP.js_panelactive {
    right: 0;
  }
}
.footer-menu {
  width: 55%;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  background-image: url(../img/img_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-menu ul {
  list-style: none;
  margin-right: 3em;
  padding-left: 0;
  border-left: 2px solid #FDFDFD;
}
.footer-menu ul li {
  margin-left: 2em;
  letter-spacing: 1px;
}
.footer-menu ul li a {
  display: block;
  color: #FDFDFD;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 900px) {
  .footer-menu {
    width: 100%;
  }
}
.footer-info {
  width: 45%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-info address {
  font-style: normal;
  margin-bottom: 50px;
}
.footer-info .snsicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
}
.footer-info .snsicon img {
  width: 50px;
  height: 50px;
}
.footer-info .copyright {
  margin-top: auto;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .footer-info {
    width: 100%;
  }
}
.content_title {
  letter-spacing: 2px;
  position: relative;
  font-size: 38px;
  font-size: 3.8rem;
  color: #333;
  margin-bottom: 100px;
}
.content_title span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

#id_concept {
  background-image: url(../img/bg_pt.png);
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
}
#id_concept.content {
  padding-top: 0;
  padding-bottom: 0;
}
#id_concept .content__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 30px 50px;
  background-color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#id_concept .content__box {
  margin-right: clamp(200px, 50%, 450px);
}
#id_concept .content__img {
  position: absolute;
  top: 100px;
  right: 50px;
}
#id_concept .content__img img {
  width: 100%;
  max-width: 380px;
}
#id_concept .content_lead {
  line-height: 1.8;
  margin-bottom: 1em;
}
#id_concept .txt_line {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -4px;
  display: inline-block;
  padding-right: 10px;
}
#id_concept .txt_large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 900px) {
  #id_concept .content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
  #id_concept .content__box {
    width: 100%;
    margin-right: 0;
  }
  #id_concept .content__img {
    width: 100%;
    position: static;
  }
  #id_concept .content__img img {
    max-width: 100%;
  }
  #id_concept .content_lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #id_concept .txt_line,
  #id_concept .txt_large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#id_facility,
#id_location {
  position: relative;
  background-color: #FDFDFD;
  padding-top: 150px;
  padding-bottom: 0;
}
#id_facility .content_title,
#id_location .content_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #FDFDFD;
  background-color: #867161;
  text-align: center;
}

#id_facility {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  #id_facility,
  #id_location {
    padding-top: 0;
  }
  #id_facility .content_title,
  #id_location .content_title {
    position: static;
    margin-bottom: 50px;
  }
}
.photo_box {
  z-index: 10;
  position: relative;
  padding-bottom: 50px;
}
.photo_box .photo_category {
  position: absolute;
  top: 100px;
  right: 0;
  padding: 30px;
  max-width: 460px;
}
.photo_box .photo_category h3 {
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.photo_box .photo_category p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1350px) {
  .photo_box .photo_category {
    left: 830px;
  }
}
@media screen and (max-width: 1110px) {
  .photo_box .photo_category {
    max-width: 360px;
  }
}
.slider img {
  height: auto;
  width: 100%;
}

.swiper-container {
  position: relative;
  width: 60%;
  max-width: 800px;
  overflow: hidden;
  margin: 0;
}
.swiper-container.slider-thumbnail {
  position: absolute;
  top: 280px;
  right: 0;
  width: 35%;
  max-width: 500px;
  background-color: #867161;
}
.swiper-container .swiper-slide p {
  padding: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.swiper-container .swiper-pagination {
  position: static !important;
  margin-bottom: 30px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c5b1a1;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .swiper-container {
    width: 100%;
  }
  .swiper-container.slider-thumbnail {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .photo_box .photo_category {
    position: static;
    padding-top: 30px;
    padding-right: 30px;
  }
}
.access .content_title {
  text-align: center;
}
.access .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.access .flex_item {
  padding: 5px 30px;
}
.access .flex_item:first-child {
  border-right: 2px solid #c5b1a1;
}
.access .access_map {
  width: 80%;
  margin: 30px auto;
}
.access .access_map iframe {
  width: 100%;
  min-height: 500px;
}
.access .access_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}
.access .access_by.en {
  max-width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .access_by.en .flex_item {
  width: 100%;
  padding: 5px 30px;
}
.access .access_by.en .flex_item:first-child {
  border-right: none;
}
.access .access_by h3 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.access .access_by h3 span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.access .access_by .note {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7d0f0f;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .access .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access .access_by {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access .flex_item {
    padding: 30px 30px;
  }
  .access .flex_item:first-child {
    border-right: none;
  }
}
#id_plan {
  background-color: #c5b1a1;
  background-image: url(../img/bg_saya_w.png);
  background-position: 0 0;
  background-repeat: repeat;
}
#id_plan .content_title {
  letter-spacing: 1px;
  text-align: center;
}
#id_plan .content_title span {
  display: inline-block;
  padding: 12px 15px;
  color: #FDFDFD;
  background-color: #7d0f0f;
  line-height: 1;
}
#id_plan .plan_box {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 50px;
  background-color: #FDFDFD;
  border-radius: 0.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#id_plan .plan_box > div {
  border-radius: 0.35em 0 0 0.35em;
}
#id_plan .plan_box .plan_name {
  width: 55%;
  min-height: 380px;
  padding: 20px;
}
#id_plan .plan_box .plan_detail {
  width: 45%;
  padding: 20px 30px;
}
#id_plan .plan_box .plan_detail .price {
  text-align: center;
  margin-bottom: 30px;
}
#id_plan .plan_box .plan_detail .price span {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
#id_plan .plan_box .plan_detail .conts h4 {
  text-align: center;
}
#id_plan .plan_box .plan_detail .conts h4 img {
  display: inline;
}
#id_plan .plan_box.p01 .plan_name {
  background-image: url(../img/bg_plan01.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left -50px bottom -70px;
}
#id_plan .plan_box.p02 .plan_name {
  background-image: url(../img/bg_plan02.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left -50px bottom 0;
}
#id_plan .plan_box.p03 .plan_name {
  background-image: url(../img/bg_plan03.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left -50px top 0;
}

@media screen and (max-width: 900px) {
  #id_plan .plan_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #id_plan .plan_box .plan_name,
  #id_plan .plan_box .plan_detail {
    width: 100%;
  }
  #id_plan .plan_box > div {
    border-radius: 0.35em 0.35em 0 0;
  }
  #id_plan .plan_box.p01 .plan_name {
    background-position: left 0 bottom -70px;
  }
  #id_plan .plan_box.p02 .plan_name {
    background-position: left 0 bottom 0;
  }
  #id_plan .plan_box.p03 .plan_name {
    background-position: left 0 top 0;
  }
}
.bg-cover {
  background-image: url(../img/bg_pt.png);
  background-position: 0 0;
  background-repeat: repeat;
}

#id_contact {
  width: 70%;
  margin: 0 auto;
  background-color: #FDFDFD;
}
#id_contact .content_title {
  text-align: center;
}
#id_contact .btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  min-width: 120px;
  max-width: 300px;
  margin: auto;
  padding: 2rem 4rem;
  font-weight: bold;
  border: 2px solid #867161;
  background: #867161;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#id_contact .btn:hover {
  color: #867161;
  background: #FDFDFD;
}

@media screen and (max-width: 900px) {
  #id_contact {
    width: 85%;
    margin: 0 0 0 auto;
  }
  #id_contact .content_title {
    text-align: left;
    padding-left: 20px;
  }
  #id_contact .contact_btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#id_faq {
  width: 70%;
  margin: 0 auto;
  background-color: #FDFDFD;
}
#id_faq .content_title {
  text-align: center;
}
#id_faq dl {
  border-top: 2px solid #c5b1a1;
  border-bottom: 2px solid #c5b1a1;
  padding: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
#id_faq dl dt {
  text-indent: -48px;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
#id_faq dl dt::before {
  content: "Q.";
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  padding-right: 10px;
  color: #867161;
}
#id_faq dl dd {
  text-indent: -20px;
  padding-left: 40px;
  margin-bottom: 40px;
}
#id_faq dl dd::before {
  content: "A.";
  font-weight: bold;
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  color: #7d0f0f;
}

@media screen and (max-width: 900px) {
  #id_faq {
    width: 85%;
    margin: 0 0 0 auto;
  }
  #id_faq .content_title {
    text-align: left;
    padding-left: 20px;
  }
  #id_faq dl {
    margin-left: 0;
    margin-right: 0;
  }
  #id_faq dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #id_faq dl dt::before {
    font-size: 30px;
    font-size: 3rem;
  }
  #id_faq dl dd {
    text-indent: -20px;
    padding-left: 40px;
    margin-bottom: 40px;
  }
  #id_faq dl dd::before {
    font-size: 30px;
    font-size: 3rem;
  }
}
.instagram {
  position: relative;
  min-height: 500px;
}
.instagram .instagram-bg {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FDFDFD;
  z-index: 1;
}
.instagram .content_title {
  padding-top: 30px;
  text-align: center;
  z-index: 5;
}
.instagram .instagram_box {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 500px;
  background-image: url(../img/bg_photo1.jpg), url(../img/bg_photo2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 30%, 30%;
}
.instagram .btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  min-width: 120px;
  max-width: 300px;
  margin: auto;
  padding: 2rem 4rem;
  font-weight: bold;
  border: 2px solid #867161;
  background: #867161;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.instagram .btn:hover {
  color: #867161;
  background: #FDFDFD;
}

@media screen and (max-width: 900px) {
  .instagram .instagram_box {
    background-image: url(../img/bg_photo1.jpg), none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
  }
  .instagram .instagram-bg {
    width: 85%;
    margin: 0 0 0 auto;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.list {
  padding-left: 0;
}
ul.list li {
  list-style: none;
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 1em;
}
ul.list li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #c5b1a1;
}

.u_tal {
  text-align: left !important;
}

.u_tar {
  text-align: right !important;
}

.u_mb1 {
  margin-bottom: 1em;
}

.u_fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}/*# sourceMappingURL=style.css.map */