/* c-universal */
.special-page-html {
  scroll-behavior: smooth;
}
.special-page-body {
  max-width: 940px;
  margin: 0 auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.2rem;
}
.content-width-01 {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
.title-area {
  text-align: center;
  position: relative;
}
h2 {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
h2:before {
  content: "";
  width: 56px;
  height: 50px;
  background: url(../img/title-tree-02.png) no-repeat;
  position: absolute;
  left: -85px;
  top: -15px;
}
h2:after {
  content: "";
  width: 90px;
  height: 30px;
  background: url(../img/title-mountain.png) no-repeat;
  position: absolute;
  right: -120px;
}
.sub-title {
  font-size: 14px;
  color: #2c3a21;
  position: absolute;
  top: -26px;
  left: 0px;
  right: 0px;
  width: 12%;
  margin: 0px auto 5px;
}
.sub-title.type-02 {
  width: 13%;
}
.sub-title:before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  left: -24px;
  background: url(../img/sub-title-arrow.png);
}
.sub-title:after {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  right: -18px;
  background: url(../img/sub-title-arrow-02.png);
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 751px) {
  .content-width-01 {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }
  h2 {
    font-size: 19px;
  }
  h2:before {
    width: 42px;
    height: 38px;
    left: -60px;
    top: -7px;
    background-size: cover;
  }
  h2:after {
    width: 67px;
    height: 21px;
    right: -80px;
    background-size: cover;
  }
  h2.sp-indention:before {
    top: 10px;
  }
  h2.sp-indention:after {
    bottom: 12px;
  }
  .sub-title {
    font-size: 10px;
    top: -15px;
    width: 25%;
  }
  .sub-title.type-02 {
    width: 28%;
  }
  .sub-title:before {
    width: 11px;
    height: 12px;
    left: -10px;
    top: 1px;
    background-size: cover;
  }
  .sub-title:after {
    width: 11px;
    height: 12px;
    right: -5px;
    top: 1px;
    background-size: cover;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* c-header */
header {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 5px;
}
header h1 {
  width: 14.5%;
  float: left;
  padding-top: 3px;
  padding-bottom: 0px;
  margin-right: 5.5%;
}
h1 img {
  width: 100%;
}
nav {
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
  width: 80%;
}
nav ul {
  overflow: hidden;
  text-align: right;
}
nav ul li {
  display: inline-block;
  margin-bottom: 10px;
}
nav a {
  font-size: 13px;
  font-weight: bold;
  padding: 0px 20px;
  line-height: 27px;
  border-left: 2px solid #545e2b;
  display: inline-flex;
  letter-spacing: 0.1rem;
}
.special-head-link {
  float: right;
  display: none;
}
.special-head-link a {
  padding: 10px 25px;
  background: #545e2b;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0.1rem;
}
.special-head-link a span {
  display: block;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 751px) {
  header {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  header h1 {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
  }
  nav {
    width: 100%;
    display: none;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  nav.show {
    overflow-y: scroll;
    display: block;
    animation: show 0.5s linear 0s;
  }
  nav ul {
    width: 500px;
  }
  nav ul li {
    width: auto;
    text-align: center;
    margin-left: 15px;
  }
  nav a {
    font-size: 11px;
    padding: 0px;
    line-height: 18px;
    border-left: none;
  }
  .special-head-link {
    display: none;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    width: 32.5px;
    height: 25px;
    border: none;
    appearance: none;
    cursor: pointer;
    float: right;
    background: none;
    z-index: 1000;
    right: 17px;
    top: 15px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11.5px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }
}

/* c-kv */
@media screen and (max-width: 751px) {
  .sp-kv {
    position: relative;
  }
  .cc {
    display: none;
    position: absolute;
    top: 135px;
    width: 67%;
    margin: auto;
    left: 0px;
    right: 0px;
  }
}

/* c-about */
.about {
  padding: 65px 0px 60px;
  background: url(../img/bg-01.jpg) no-repeat;
}
.about-contents {
  margin-top: 35px;
  overflow: hidden;
}
.about-contents .left {
  font-size: 15px;
  width: 50%;
  margin-right: 4%;
  float: left;
}
.about-contents .left .text-area {
  margin-bottom: 30px;
}
.about-contents .left p {
  line-height: 2;
  position: relative;
}
.about-contents .left p:before {
  content: "";
  width: 100%;
  height: 1px;
  background: url(../img/border-bottom.png) no-repeat;
  position: absolute;
  bottom: 0px;
}
.about-contents .right {
  float: left;
  width: 46%;
}
.about-contents .right img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  .about {
    padding: 60px 0px 0px;
    background: url(../img/bg-01.jpg) no-repeat;
  }
  .about-contents {
    margin-top: 12px;
    position: relative;
  }
  .about-contents .left {
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    margin-right: 0%;
    margin-top: 190px;
  }
  .about-contents .left .text-area {
    margin-bottom: 20px;
  }
  .about-contents .left p:before {
    content: "";
    width: 100%;
    height: 1px;
    background: url(../img/border-bottom.png) no-repeat;
    position: absolute;
    bottom: 0px;
  }
  .about-contents .right {
    position: absolute;
    top: 0px;
    width: 80%;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .about-contents .right img {
    width: 100%;
  }
}

/* c-terrace */
.terrace {
  margin: 70px auto;
}
.terrace-contents {
  margin-top: 40px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background: url(../img/bg-02.png) no-repeat;
}
.terrace-contents .left {
  width: 57%;
  float: left;
}
.terrace-contents .left img {
  width: 100%;
}
.terrace-contents .right {
  font-size: 13px;
  font-weight: bold;
  padding: 45px;
  background: #f2f6e9;
  border-radius: 10px;
  position: absolute;
  right: 30px;
  top: 80px;
  width: 42.5%;
  z-index: -1;
  line-height: 26px;
}
.terrace-link {
  padding-bottom: 70px;
}
.terrace-more {
  clear: both;
  text-align: center;
}
.terrace-more a {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  width: 40%;
  padding: 20px 0px;
  border-radius: 10px;
  background: #545e2b;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .terrace {
    margin: 70px auto 55px;
  }
  .terrace-contents {
    margin-top: 20px;
    padding-bottom: 330px;
    z-index: -2;
    background: url(../img/bg-02-sp.png) no-repeat;
    background-size: contain;
  }
  .terrace-contents .left {
    width: 80%;
  }
  .terrace-link {
    padding-bottom: 00px;
  }
  .terrace-contents .right {
    font-size: 12px;
    padding: 35px;
    right: 17px;
    top: 195px;
    width: 80.5%;
    z-index: -1;
    line-height: 20p25;
  }
  .terrace-more a {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    padding: 13px 0px;
  }
}

/* c-seasons */
.seasons {
  background: #f2f6e9;
  padding-top: 85px;
  padding-bottom: 120px;
}
.seasons p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 45px;
  text-align: center;
}
.seasons ul {
  overflow: hidden;
}
.seasons ul li {
  float: left;
  width: 30.5%;
  margin-right: 4%;
}
.seasons ul li div {
  width: 100%;
  height: 195px;
  overflow: hidden;
  border-radius: 10px;
}
.seasons ul li:nth-child(3n) {
  margin-right: 0px;
}
.coming-soon {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 751px) {
  .seasons {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .seasons p {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .seasons ul li {
    width: 82%;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .seasons ul li div {
    position: relative;
  }
  .seasons iframe {
    position: absolute;
    width: 100%;
  }
  .seasons ul li:nth-child(3n) {
    margin-right: auto;
  }
}

/* c-tab */
.tab {
  margin-top: 105px;
  padding: 0px 20px;
  display: none;
}
.tab-contents {
  margin-top: 40px;
}
.tab-click-area {
  overflow: hidden;
}
.tab-name {
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0px 13px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e7e7e7;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
.tab-name.active {
  background-color: #fffad1;
  position: relative;
}
.tab-name.active:before {
  content: "";
  width: 55px;
  height: 23px;
  background: url(../img/tab-image-left.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 27px;
}
.tab-name.active:after {
  content: "";
  width: 43px;
  height: 34px;
  background: url(../img/tab-image-right.png) no-repeat;
  position: absolute;
  right: 13px;
  top: 22px;
}
.tab-name span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
}
.tab-detail {
  padding: 35px 40px 70px;
  width: 100%;
  background-color: #fffde9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tab-detail h3 {
  font-size: 20px;
  margin-bottom: 35px;
  display: none;
}
.tab-item {
  overflow: hidden;
  display: none;
}
.tab-item img {
  width: 50%;
  border-radius: 10px;
  float: left;
  margin-right: 4%;
}
.tab-item p {
  width: 46%;
  float: left;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
.tab-detail > img {
  display: none;
}
@media screen and (max-width: 751px) {
  .tab {
    margin-top: 65px;
    padding: 0px 17px;
  }
  .tab-contents {
    margin-top: 20px;
  }
  .tab-name {
    font-size: 14px;
    padding: 14px 0px;
  }
  .tab-name.active:before {
    width: 28px;
    height: 12px;
    background-size: cover;
    left: 10px;
    top: 7px;
  }
  .tab-name.active:after {
    width: 21px;
    height: 17px;
    background-size: cover;
    right: 2px;
    top: 35px;
  }
  .tab-name span {
    font-size: 10px;
    margin-top: 6px;
  }
  .tab-detail {
    padding: 35px 20px 45px;
    background-image: url(../img/tab-bg-sp.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    background-size: 90px;
  }
  .tab-detail h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .tab-item img {
    width: 50%;
    border-radius: 10px;
    float: left;
    margin-right: 4%;
  }
  .tab-item p {
    width: 100%;
    font-size: 12px;
  }
  .tab-detail > img {
    border-radius: 10px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    display: none;
  }
}

/* c-spot-info */
.spot-info {
  margin-top: 140px;
  padding-bottom: 110px;
  background: url(../img/bg-02.png) no-repeat;
}
.slide-arrow {
  display: none;
}
.spot-info ul {
  overflow: hidden;
  margin-top: 40px;
}
.spot-info ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.spot-info ul li:nth-child(2n) {
  margin-right: 0%;
}
.spot-info li img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.spot-info li h3 {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.spot-info li a {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  width: 100%;
  padding: 20px 0px;
  border-radius: 10px;
  background: #545e2b;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .spot-info {
    margin-top: 80px;
    padding-bottom: 70px;
    background: url(../img/bg-02-sp-02.png) no-repeat;
    background-size: contain;
    background-position: 0px 90px;
  }
  .sp-scroll {
    overflow: hidden;
    position: relative;
  }
  .slide-arrow {
    position: absolute;
    right: 10px;
    top: 115px;
    width: 50px;
    display: block;
  }
  .slide-arrow.prev {
    left: 10px;
    transform: rotate(180deg);
    display: none;
  }
  .spot-info ul {
    margin-top: 20px;
    width: 1100px;
    transition: all 0.4s;
  }
  .spot-info ul li {
    float: left;
    width: 220px;
    margin-right: 25px;
  }
  .spot-info ul li:first-child {
    margin-left: 6%;
  }
  .spot-info ul li:nth-child(2n) {
    margin-right: 25px;
  }
  .spot-info li h3 {
    font-size: 15px;
    height: 40px;
  }
  .spot-info li a {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    padding: 13px 0px;
  }
}

/* link-banner */
.link-banner {
  overflow: hidden;
  margin-top: 10px;
}
.banner-detail {
  width: 49%;
  float: left;
  margin-right: 2%;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0px;
}
.banner-detail.one {
  background-color: #2c3a21;
}
.banner-detail.two {
  background-color: #47300c;
  margin-right: 0px;
}
.banner-detail p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
.banner-detail p:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 25px;
  background: url(../img/icon-01.png) no-repeat;
}
.banner-detail.two p {
  padding-left: 60px;
}
.banner-detail.two p:before {
  width: 38px;
  height: 38px;
  left: 90px;
  top: -7px;
  background: url(../img/icon-02.png) no-repeat;
}
@media screen and (max-width: 751px) {
  .link-banner {
    margin-top: 0px;
  }
  .banner-detail {
    width: 100%;
    margin-right: 0%;
    padding: 10px 0px;
  }
  .banner-detail.two {
    margin-top: 15px;
  }
  .banner-detail p {
    font-size: 14px;
    padding-left: 35px;
  }
  .banner-detail p:before {
    width: 20px;
    height: 20px;
    left: 20px;
    background-size: cover;
  }
  .banner-detail.two p {
    padding-left: 45px;
  }
  .banner-detail.two p:before {
    width: 20px;
    height: 20px;
    left: 80px;
    top: 0px;
    background-size: cover;
  }
}

/* c-access */
.access {
  padding: 90px 0px;
  background: #f2f6e9;
}
.address {
  margin: 35px 30px 0px 30px;
  border-radius: 10px;
  width: calc(100% - 60px);
  padding: 20px 0px;
  background-color: #fff;
  text-align: center;
}
.green-dots {
  font-size: 18px;
  font-weight: bold;
}
.address p span {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
}
.green-dots:before {
  content: "■";
  font-size: 18px;
  color: #545e2b;
  display: inline-block;
}
@media screen and (max-width: 751px) {
  .access {
    padding: 60px 0px 55px;
  }
  .address {
    margin: 25px 17px 0px 17px;
    width: calc(100% - 34px);
    padding: 25px 0px;
  }
  .green-dots {
    font-size: 13px;
    text-align: center;
  }
  .address p span {
    display: block;
    margin-left: 0px;
    font-size: 12px;
    margin-top: 10px;
  }
  .green-dots:before {
    font-size: 13px;
  }
}

/* c-access-two-column */
.access-two-column {
  margin: 30px;
  width: calc(100% - 60px);
  padding: 25px 35px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.contents-text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.access-two-column > div:last-child {
  position: relative;
}
.down-arrow img {
  margin: 0 auto;
  width: 30px;
}
@media screen and (max-width: 751px) {
  .access-two-column {
    margin: 25px 17px;
    width: calc(100% - 34px);
    padding: 25px 37.5px;
  }
  .access-two-column > div {
    width: 100%;
    float: left;
    padding: 0px;
  }
  .contents-text {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* c-time-table */
.time-table {
  margin: 30px;
  width: calc(100% - 60px);
  padding: 25px 35px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.under-line {
  text-align: center;
  margin: 15px 0px 10px;
}
.under-line p {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.under-line p:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #fffad1;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.bus-time-table {
  overflow: hidden;
  position: relative;
}
.time-table .left,
.time-table .right {
  width: 100%;
  overflow: hidden;
}
.time-table .right {
  margin-top: 30px;
}
.time-table .left p,
.time-table .right p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.time-table .left ul,
.time-table .right ul {
  width: 20%;
  float: left;
  overflow: hidden;
}
.time-table ul li {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 0px;
}
.time-table ul li:nth-child(odd) {
  background-color: #f2f6e9;
}
.time-table ul li.title {
  color: #fff;
  background: #2c3a21;
  padding: 6px 0px;
}
.time-table .bus-time-table {
  padding-bottom: 55px;
}
.time-table .bus-time-table:before {
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../img/border-bottom.png);
}
.time-table .bus-time-table.second {
  padding-top: 30px;
  padding-bottom: 45px;
}
.time-table .bus-time-table.second:before {
  display: none;
}
@media screen and (max-width: 751px) {
  .time-table {
    margin: 25px 17px;
    width: calc(100% - 34px);
    padding: 25px 20px;
  }
  .under-line {
    text-align: center;
    margin: 15px 0px;
  }
  .under-line p {
    font-size: 12px;
  }
  .under-line p:before {
    height: 8px;
    bottom: 0px;
  }
  .sp-time-table-button {
    overflow: hidden;
    width: 100%;
    margin-bottom: 13px;
  }
  .sp-time-table-button p {
    padding: 15px 0px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #e7e7e7;
    float: left;
    width: 50%;
    transition: all 0.3s;
    color: #2c3a21;
  }
  .sp-time-table-button p.active {
    background-color: #2c3a21;
    color: #fff;
  }
  .time-table .left,
  .time-table .right {
    width: 100%;
    margin-right: 0%;
    overflow: scroll;
  }
  .time-table .right {
    display: none;
    margin-top: 0px;
  }
  .time-table .left p,
  .time-table .right p {
    display: none;
  }
  .scroll-time-table {
    width: 640px;
  }
  .time-table .left ul,
  .time-table .right ul {
    width: 120px;
  }
  .time-table .left ul.long,
  .time-table .right ul.long {
    width: 160px;
  }
  .time-table ul li.title {
    padding: 8px 0px;
  }
  .time-table .bus-time-table {
    padding-bottom: 20px;
  }
  .time-table .bus-time-table.second {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

/* c-map */
.map {
  margin-top: 100px;
  background: url(../img/bg-03.png) no-repeat;
  padding-bottom: 85px;
}
.g-map {
  margin-top: 35px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 751px) {
  .map {
    margin-top: 65px;
    background: none;
    padding-bottom: 0px;
  }
  .g-map {
    margin-top: 35px;
    position: relative;
    width: 100%;
    height: 200px;
  }
  .g-map iframe {
    width: 100%;
    position: relative;
    margin: auto;
    left: 0px;
    right: 0px;
  }
}

/* c-footer */
footer {
  margin-top: 110px;
  background: #2c3a21;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
footer .left {
  float: left;
  width: 19%;
}
footer .right {
  float: left;
  width: 81%;
}
footer .right ul {
  overflow: hidden;
  float: right;
}
footer .right li {
  float: left;
  margin-left: 45px;
}
footer .right a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
footer .right .text-page-links {
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
  float: right;
}
footer .right .text-page-links p {
  margin-right: 45px;
  float: right;
}
footer .right .text-page-links p:first-child {
  margin-right: 0px;
}
footer .right .text-page-links a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 751px) {
  footer {
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 20px;
  }
  footer .left {
    float: none;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
  }
  footer .left img {
    margin-top: 0px;
    display: inline-block;
  }
  footer .right {
    float: none;
    width: 88%;
    margin: 0 auto;
  }
  footer .right ul {
    overflow: hidden;
    float: none;
  }
  footer .right li {
    float: left;
    margin-left: 0px;
    margin-bottom: 20px;
    width: 33%;
    text-align: center;
  }
  footer .right li:nth-child(4),
  footer .right li:nth-child(5) {
    width: 50%;
  }
  footer .right a {
    font-size: 13px;
  }
  footer .right .text-page-links {
    margin-top: 0px;
    float: none;
  }
  footer .right .text-page-links p {
    margin-right: 0px;
    float: right;
    width: 25%;
    text-align: center;
  }
  footer .right .text-page-links p:nth-child(1) {
    width: 28%;
  }
  footer .right .text-page-links p:nth-child(2) {
    width: 47%;
  }
  footer .right .text-page-links a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
  }
}
