@charset "UTF-8";
.creo-area1, .creo-area4, .creo-area10, .creo-area16, .creo-footer {
  max-width: 576px;
}
.creo-area1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  width: 100%;
}
.creo-area1-title-main {
  font-size: 2.2em;
  padding: 40px 50px 15px 50px;
  text-align: center;
}
.creo-area1-subtitle {
  font-size: 1.15em;
  padding: 20px 30px 20px 30px;
  font-style: italic;
  text-align: center;
}
.creo-area1-left {
  max-width: 680px;
  display: flex;
  flex-flow: column;
  margin: auto;
}
.creo-area1-right {
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.creo-area1-buttons {
  padding: 30px 70px;
  display: flex;
  flex-wrap: wrap;
}
.creo-logo {
  padding: 0 50px;
  justify-self: center;
}
.creo-logo > img{
  max-width: 480px;
}
.creo-area2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
}
.creo-area2-text {
  width: 95%;
  text-align: center;
  padding: 40px 20px;
  font-size: 1.3em;
  line-height: 1.4em;
}
.creo-area2-text p {
  padding: 10px 0px 10px 0px;
}

.creo-area3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creo-area3-photo-img img:hover {
  transform: scale(1.2);
}

.creo-area4 {
  color: #ffffff;
  font-size: 1.6em;
  min-height: 70px;
  background-color: #422a35;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.creo-area4-marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.creo-marquee-text {
    display: inline-block;
    animation: creomarquee 20s linear infinite; /* The animation property */
}
@keyframes creomarquee {
    0% {
        transform: translateX(0%); /* Start off-screen to the right */
    }
    100% {
        transform: translateX(-33.3333%); /* End off-screen to the left */
    }
}

.creo-area5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f4f3f9;
  padding-bottom: 50px;
}
.creo-area5-photo-container {
  max-width: 100%;
}
.creo-area5-photo-img {
  height: 370px;
  border-radius: 0;
}
.creo-area5-photo-img > img {
  height: initial;
}
.creo-area5-photo-img img:hover {
  transform: scale(1.2);
}

.creo-area6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creo-area6-photo-img > img {
  width: 450px;
}
.creo-area6-photo-img img:hover {
  transform: scale(1.2);
}

.creo-area7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('images/photo-a7-000.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.creo-area7-photo-container {
  flex: 1 1 30%;
  background-color: #ffffff;
  padding: 10px;
  margin-top: 50px;
}
.creo-area7-photo-img {
  height: 300px;
}
.creo-area7-photo-img > img {
  transform: scale(1.1);
  height: initial;
}
.creo-area7-photo-img img:hover {
  transform: scale(1.3);
}
.creo-area7-photo-subtitle {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 15px;
  text-align: left;
}
.creo-area7-textarea {
  flex: 1 1 65%;
  overflow: hidden;
  text-align: center;
  padding: 0 40px;
}
.creo-area7-textarea p {
  font-size: 0.95em;
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 10px;
}

.creo-area8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #d3d1c4;
}
.creo-area8-photo-img > img {
  width: 450px;
}
.creo-area8-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area8-photo-text {
  text-align: left;
}

.creo-area9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
}
.creo-area9-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area9-photo-subtitle {
  text-align: left;
  font-size: 1em;
  padding-bottom: 5px;
  font-weight: bolder;
  font-style: italic;
}

.creo-area10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.creo-area10 div {
  display: flex;
  flex-direction: row;
  margin: auto;
}
.creo-area10 > div > img {
  width: 100%;
  height: auto;
}
.creo-area10-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area10-image {
  justify-content: center;
  align-items: start;
  flex-shrink: 0;
  height: 100%;
  width: auto;
}
[class^="creo-area10-text-"] {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  padding-bottom: 30px;
  color: #000000;
}
.creo-area10-textcard {
  display: flex;
  flex-direction: column !important;
  background-color: #f9f9f9;
  margin: 0 0 30px 0 !important;
  padding: 40px;
}

.creo-area11 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.creo-area11-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area11-text {
  font-size: 1.1em;
  font-weight: medium;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
  color: #452031;
}
.creo-area11-image {
  padding: 25px;
  background-color: #cbe5fc;
  border: solid 1px #bcd6f1;
  border-radius: 25px;  
}
.creo-area11-image > div {
  padding: 20px;
  background-color: #dff1f3;
  border-radius: 25px;  
}
.creo-area11-image > div > img {
  width: 100%;
  height: auto;
}
.creo-area11-textcard {
  display: flex;
  flex-direction: column !important;
  padding: 10px 40px 30px 40px;
}

.creo-area12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creo-area12-subtitle {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5;
    color: #000000;
    padding-bottom: 30px;
    width: 85%;
    margin: auto;
}
.creo-area12-photo-img > img {
  width: 450px;
}
.creo-area12-photo-img img:hover {
  transform: scale(1.2);
}

.creo-area13 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.creo-area13-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area13-text {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
  color: #452031;
}
.creo-area13-image {
  padding: 25px;
  background-color: #cbe5fc;
  border: solid 1px #bcd6f1;
  border-radius: 25px;  
  margin-bottom: 50px !important;
}
.creo-area13-image > div {
  padding: 20px;
  background-color: #dff1f3;
  border-radius: 25px;
}
.creo-area13-image > div > img {
  width: 100%;
  height: auto;
}
.creo-area13-textcard {
  display: flex;
  flex-direction: column !important;
  padding: 0 70px 10px 70px;
}

.creo-area14 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  background-color: #f0f0f0;
}
.creo-area14-subtitle {
  font-size: 1.2em;
  text-align: center;
  color: #000000;
  padding: 0 40px 30px 40px;
}
.creo-area14-photo-img > img {
  transform: scale(1.1);
  width: 450px;
}
.creo-area14-photo-img img:hover {
  transform: scale(1.3);
}

.creo-area15 {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.creo-area15 div {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.creo-area15-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area15-image {
  justify-content: center;
  align-items: start;
  flex-shrink: 0;
  height: 100%;
  width: auto;
  max-width: 500px !important;
  padding: 50px 0 35px 0;
  margin: auto;
}
.creo-area15-image img {
  max-height: 400px;
}
[class^="creo-area15-text-"] {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.creo-area15-text-1 {
  font-size: 1.5em;
}
.creo-area15-text-2 {
  padding-bottom: 30px;
  color: #000000;
}
.creo-area15-text-3 {
  color: #777777;
}
.creo-area15-textcard {
  display: flex;
  flex-direction: column !important;
  background-color: #f9f9f9;
  margin: 40px 0px 40px 0px !important;
  padding: 0 50px;
}

.creo-area16 {
  display: flex;
  background-image: url('images/photo-a16-000.jpg');
  background-size: cover;
  background-position: center;
  margin: auto;
  flex-direction: column;
  justify-content: center;
}
.creo-area16 div {
    display: flex;
    flex-direction: row;
}
.creo-area16-textcard {
  display: flex;
  justify-content: center;
  flex-direction: column !important;
  line-height: 1.4;
  margin: 0 5% 0 5% !important;
  padding: 20px 20px 0 20px;
  color: #f0f0f0;
}
.creo-area16-title-main {
  font-size: 2.2em;
  padding-bottom: 35px;
  margin: auto;
  color: #f0f0f0;
  text-align: center;
}
.creo-area16-text {
  text-indent: 50px;
  text-align: left;
  line-height: 1.5;
}
.creo-area16-button-common {
  border-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
  color: #f0f0f0;
  transition: background-color .3s, color .3s;
  background: none;
}
.creo-area16-button-common:hover,
.creo-area16-button-common:focus,
.creo-area16-button-common.focus,
.creo-area16-button-common.active {
  color: #555555 !important;
  background-color: #f0f0f0 !important;
  border-color: #777777 !important;
}
.creo-area16-buttons {
  width:80%;
  margin: auto;
}
.creo-area16-photo-img img:hover {
  transform: scale(1.2);
}
.creo-area16-photo-title {
  color: #f0f0f0;
}
.creo-area16-image {
  display: flex;
  flex: 1 1 50%;
  object-fit: cover;
  object-position: center;
  justify-content: center;
  padding: 50px 0 35px 0;
}
.creo-area16-image img {
  max-height: 500px;
}

.creo-footer {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
  color: #f0f0f0;
  width: 100%;
}
.creo-footer div {
    display: flex;
    flex-direction: row;
    width:100%;
}
.creo-footer-textcard {
  display: flex;
  text-align: left;
  line-height: 1.4;
  margin: 50px 50px 50px 50px !important;
  flex: 1 1 30%;
}
.creo-footer-linkgroups {
  display: flex;
  background-color: #580706;
  color: #b46362;
  line-height: 2;
  margin: 40px 10% 0px 0px;
  justify-content: space-between;
  padding-bottom: 15px;
  flex-direction: column !important;  
}
[class^="creo-footer-linkgroup-"] {
  display: flex;
  flex-direction: column !important;
  padding: 10px 10px 10px 40px;
}
.creo-footer-linkgroup-title {
  padding: initial;
  width: auto !important;
  margin-right: auto;
}
.creo-footer-linkgroup-title p {
  font-size: 1.2em;
  border-top: #b46362 1px;
  border-style: solid;
  padding-top: 10px;
  margin-top: 25px;
}
.creo-footer-linkgroups li {
  font-size: 0.9em;
}
.creo-footer-title-main {
  text-align: left !important;
  font-size: 2em;
  padding: 0 15px 0 0;
  color: #f0f0f0;
}
.creo-footer-text {
  text-indent: 70px;
  text-align: left;
  line-height: 1.5;
}
.creo-footer-photo-img img:hover {
  transform: scale(1.2);
}
.creo-footer-photo-title {
  color: #f0f0f0;
}
.creo-footer-image {
  display: flex;
  flex: 1 1 50%;
  object-fit: cover;
  object-position: center;
  justify-content: center;
  padding: 50px 0 35px 0;
}
.creo-footer-image img {
  max-height: 500px;
}
.creo-footer-copyright {
  width: 100%;
  font-size: 0.75em;
  text-align: left;
  padding: 50px 50px 60px 50px;
}
