@charset "UTF-8";
@media screen and (min-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-200px);
    z-index: 100;
    transition: all 0.5s 0s ease;
  }
  header.active {
    transform: translateY(0);
    background: #fff;
  }
}
main {
  background: #FFF;
  position: relative;
}
main .photo {
  position: relative;
}
main .photo img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
}
main .photo span {
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-size: min(2vw, 12px);
  line-height: 1;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  main .photo span {
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
    font-size: min(1.5vw, 10px);
    line-height: 1.3;
  }
}
main .photo span.bk {
  color: #000;
  text-shadow: none;
}
main .note ul {
  width: 90%;
  color: #000;
}

#main {
  position: relative;
  background: #FFF;
  color: #000;
  z-index: 1;
  padding: 0 0 2em;
}
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 4em;
  }
}
#main .main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#main .main .photo {
  margin: 0 auto;
  width: 100%;
}
#main .obi {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0) 100%);
  padding: 6em 0 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .obi {
    padding: 4em 0 0.75em;
  }
}
#main .obi h2 {
  font-size: min(5.5dvw, 40px);
  text-align: center;
  width: 90%;
  margin: auto;
  line-height: 1.25;
  color: #eae3ce;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#main .obi h2 span {
  position: relative;
  overflow: hidden;
  vertical-align: text-bottom;
  font-size: min(9dvw, 72px);
  line-height: 1;
  color: #b8a25d;
}
#main .obi h2 .shine2 {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(-45deg, #E7CC7A 0%, #E7CC7A 35%, rgba(255, 255, 255, 0.95) 45%, #E7CC7A 50%, rgba(255, 255, 255, 0.95) 55%, #E7CC7A 65%, #E7CC7A 100%);
  background-size: 300% 150%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shine-text 3s linear infinite;
}
@keyframes shine-text {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
#main .obi h2 em {
  font-size: min(7dvw, 52px);
  font-style: normal;
}

#contents {
  margin: 0 auto;
  width: 100%;
  background: #FFF;
  z-index: 1;
}
#contents .ttl {
  margin: 0 auto;
  text-align: center;
  font-size: min(6.5vw, 46px);
  letter-spacing: 0.1em;
  line-height: 1;
}
#contents .sub {
  margin: 1.5em auto 0;
  text-align: center;
  font-size: min(4.2vw, 24px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents .sub {
    margin: 1em auto 0;
  }
}
#contents .btn {
  margin: 0;
  position: relative;
}
#contents .btn::after {
  content: "";
  width: 0.5em;
  height: 0.825em;
  background: url(../images/top3/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents .btn::after {
    width: 0.3em;
    height: 0.54em;
    right: 0.75em;
  }
}
#contents .btn a {
  padding: 0.8em 0;
  width: 100%;
  border: 2px solid #FFF;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: min(4.2vw, 24px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents .btn a {
    border: 1px solid #FFF;
  }
}
#contents .price {
  padding: 2em 0;
  background: #fff;
  background: linear-gradient(90deg, #E4E0D3, #F6F5F3);
}
@media screen and (max-width: 768px) {
  #contents .price {
    padding: 1em 0 0;
  }
}
#contents .price p {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: baseline;
  margin: auto;
  font-size: min(6svw, 42px);
  color: #000;
  line-height: 1.2;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #contents .price p {
    flex-wrap: wrap;
    width: 90%;
  }
}
#contents .price p .floor-plan {
  line-height: 1;
  padding: 0 1em;
}
@media screen and (max-width: 1200px) {
  #contents .price p .floor-plan {
    width: fit-content;
    padding-bottom: 0.5em;
  }
}
#contents .price p .floor-plan em {
  font-style: normal;
  font-size: min(7.5svw, 56px);
  line-height: 1;
  color: #B9A25C;
}
#contents .price p .floor-plan small {
  display: block;
  text-align: right;
  font-size: min(2svw, 10px);
  margin-top: 0.5em;
}
#contents .price p .line {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  #contents .price p .line {
    display: none;
  }
}
#contents .price p .reception {
  font-style: normal;
  font-size: min(7svw, 52px);
  line-height: 1;
  color: #FBE3B5;
}
@media screen and (max-width: 1200px) {
  #contents .price p .reception {
    width: 100%;
    align-items: center;
    padding: 0.5em 0 0.15em;
    border-top: solid 1px rgba(221, 221, 221, 0.4);
  }
}
#contents .price p .size {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #contents .price p .size {
    width: 100%;
    align-items: center;
    padding: 0.5em 0;
    border-top: solid 1px rgba(221, 221, 221, 0.4);
    border-bottom: solid 1px rgba(221, 221, 221, 0.4);
  }
}
#contents .price p .size small {
  font-size: min(2.8svw, 16px);
  display: block;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #contents .price p .size small {
    padding-bottom: 0.75em;
  }
}
#contents .price p .kakaku {
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  #contents .price p .kakaku {
    width: 100%;
  }
}
#contents .price p .kakaku em {
  font-style: normal;
  font-size: min(12.8svw, 90px);
  padding-left: 10px;
  padding-right: 5px;
  position: relative;
  top: 0.2em;
  display: inline-block;
  background: linear-gradient(120deg, rgb(196, 175, 112) 20%, rgb(255, 222, 130) 50%, rgb(196, 175, 112) 80%);
  background: -webkit-linear-gradient(120deg, rgb(196, 175, 112) 20%, rgb(255, 222, 130) 50%, rgb(196, 175, 112) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px #660a0a);
}
#contents .price p .kakaku .kakaku-sub {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#contents .price p .kakaku .kakaku-sub small {
  font-size: min(2.8svw, 16px);
}
#contents .top-cnt .koudou {
  background: #662424;
  text-align: center;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #contents .top-cnt .koudou {
    padding: 1em 0;
  }
}
#contents .top-cnt .koudou h3 {
  font-size: min(5.2dvw, 40px);
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  width: 90%;
  margin: auto;
}
#contents .top-cnt .koudou h3 small {
  font-size: min(4dvw, 32px);
}
#contents .top-cnt .merit {
  background: url(../images/top4/bg01.webp) 50% 50%/cover no-repeat, #ffd6d6;
  padding: 3em 0;
}
@media screen and (max-width: 1280px) {
  #contents .top-cnt .merit {
    padding: 1em 0;
  }
}
#contents .top-cnt .merit ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents .top-cnt .merit ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  width: 25%;
}
@media screen and (max-width: 1280px) {
  #contents .top-cnt .merit ul li {
    width: 50%;
    padding: 2em 1em;
  }
}
#contents .top-cnt .merit ul li::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(102, 36, 36) 50%, rgba(255, 255, 255, 0) 100%);
  width: 1px;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  transform: none;
}
@media screen and (max-width: 1280px) {
  #contents .top-cnt .merit ul li::after {
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(102, 36, 36) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
#contents .top-cnt .merit ul li:last-child::after {
  content: none;
}
#contents .top-cnt .merit ul li:nth-of-type(odd)::before {
  content: "";
}
@media screen and (max-width: 1280px) {
  #contents .top-cnt .merit ul li:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(102, 36, 36) 50%, rgba(255, 255, 255, 0) 100%);
    width: 1px;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 1280px) {
  #contents .top-cnt .merit ul li:nth-of-type(n+3)::after {
    content: none;
  }
}
#contents .top-cnt .merit ul li p {
  font-size: min(4dvw, 24px);
  line-height: 1.25;
}
#contents .top-cnt .merit ul li p span {
  display: block;
  margin: auto;
  color: #662424;
  width: fit-content;
}
#contents .top-cnt .merit ul li p em {
  font-style: normal;
  font-size: min(5.5dvw, 40px);
  color: #662424;
}
#contents .top-cnt .merit ul li p.small-box {
  font-size: min(2.6dvw, 16px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.25em;
}
#contents .top-cnt .merit ul li p.small-box::before {
  content: "〔";
  padding-right: 0.5em;
}
#contents .top-cnt .merit ul li p.small-box::after {
  content: "〕";
  padding-left: 0.5em;
}
#contents .top-cnt .merit ul li p.small-box::before, #contents .top-cnt .merit ul li p.small-box::after {
  display: block;
  width: auto;
  height: 1em;
  font-size: min(5dvw, 32px);
}
#contents .sec01 {
  padding: 0.5em 0;
  background: url(../images/top4/bg01.webp) 50% 50%/cover no-repeat;
}
#contents .sec02 {
  background: url(../images/top4/bg01.webp) 50% 50%/cover no-repeat, #a08484;
}
#contents .sec02 .contact-block {
  padding: 6em 0;
  text-align: center;
  position: relative;
  z-index: 4;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block {
    padding: 3em 0;
  }
}
#contents .sec02 .contact-block .top {
  margin: 0 auto;
  padding: 0 0 2em;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block .top {
    display: block;
  }
}
#contents .sec02 .contact-block .top h3 {
  margin: 0 0.8em 0 0;
  color: #662424;
  font-size: min(6.5vw, 46px);
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block .top h3 {
    margin: 0;
    text-align: center;
  }
}
#contents .sec02 .contact-block .top .txt {
  margin: 0;
  font-size: min(3.8vw, 20px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block .top .txt {
    margin: 1em 0 0;
    text-align: center;
  }
}
#contents .sec02 .contact-block ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents .sec02 .contact-block ul li {
  width: 29%;
  margin: 0 2% 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block ul li {
    width: 80%;
  }
}
#contents .sec02 .contact-block .campaign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block .campaign {
    flex-direction: row;
  }
}
#contents .sec02 .contact-block .campaign .about {
  width: 31%;
  min-height: auto;
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  #contents .sec02 .contact-block .campaign .about {
    width: 80%;
    margin: 0 auto 1em;
  }
}
#contents .sec02 .contact-block .campaign .cocoroma {
  width: 100%;
}
#contents .sec03 {
  padding: 4em 0;
  background: url(../images/top4/bg01.webp) 50% 50%/cover no-repeat;
}
#contents .sec03 .bnr img {
  display: block;
  margin: auto;
}
#contents .sec04 .md-block {
  margin: 0 auto;
  width: 100%;
  height: 35vw;
  max-height: 560px;
  position: relative;
  background: url(../images/top3/bg-sec02.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents .sec04 .md-block {
    height: 60vw;
  }
}
#contents .sec04 .md-block .box {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
}
#contents .sec04 .md-block .box .ttl {
  text-shadow: 0 0 3px #000;
}
#contents .sec04 .md-block .box .sub {
  margin-bottom: 3em;
  text-shadow: 0 0 3px #000;
}
@media screen and (max-width: 768px) {
  #contents .sec04 .md-block .box .sub {
    margin-bottom: 2em;
  }
}
#contents .sec04 .md-block .box .btn {
  margin: 0 auto;
  width: 60%;
  max-width: 40em;
  background: linear-gradient(90deg, rgba(182, 109, 109, 0.8), rgba(125, 62, 62, 0.8));
}
#contents .sec04 .md-block .box .btn.online {
  margin-top: 2em;
  background: linear-gradient(90deg, rgba(168, 155, 113, 0.8), rgba(141, 125, 75, 0.8));
}
@media screen and (max-width: 768px) {
  #contents .sec04 .md-block .box .btn.online {
    margin-top: 1em;
  }
}
#contents .sec05 {
  background: url(../images/top4/bg01.webp) 50% 50%/cover no-repeat;
  padding: 4em 0 0;
}
#contents .sec05 .block-in {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
#contents .sec05 .block {
  position: relative;
  padding: 4em 0 8em;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents .sec05 .block {
    padding: 2em 0 4em;
  }
}
#contents .sec05 .block::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #662424;
  background: linear-gradient(45deg, rgba(102, 36, 36, 0) 30%, rgb(102, 36, 36) 100%);
  z-index: 0;
}
#contents .sec05 .block.reverse::after {
  background: linear-gradient(-45deg, rgba(102, 36, 36, 0) 30%, rgb(102, 36, 36) 100%);
  z-index: 0;
}
#contents .sec05 .block.reverse .head .box {
  margin-right: auto;
  margin-left: 0;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #contents .sec05 .block.reverse .head .box {
    flex-direction: column;
    margin: 1em auto;
  }
}
#contents .sec05 .block.reverse .head .view {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #contents .sec05 .block.reverse .head .view {
    margin: 1em auto 0;
  }
}
#contents .sec05 .block.reverse .video-box .lead {
  justify-content: flex-end;
}
#contents .sec05 .block .head {
  margin: 0;
  color: #FFF;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
#contents .sec05 .block .head .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.5em 1em;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents .sec05 .block .head .box {
    flex-direction: column;
    margin: auto;
  }
}
#contents .sec05 .block .head .box span {
  font-size: 0.8em;
}
#contents .sec05 .block .head .box .ttl {
  text-align: left;
  font-size: min(5.2vw, 36px);
  line-height: 1.4;
  margin: 0;
}
#contents .sec05 .block .head .box .sub {
  text-align: left;
  font-size: min(3.6vw, 18px);
  color: #F6E6B4;
  margin: 0;
}
#contents .sec05 .block .head .view {
  margin: 1em 0 0 auto;
  width: 10em;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents .sec05 .block .head .view {
    margin: 1em auto 0;
  }
}
#contents .sec05 .block .head .view .photo img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
#contents .sec05 .block .video-box {
  margin: 0;
  z-index: 1;
}
#contents .sec05 .block .video-box .lead {
  position: relative;
  top: -1em;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: min(5vw, 42px);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #contents .sec05 .block .video-box .lead {
    top: 0;
    margin: 1em 0;
  }
}
#contents .sec05 .block .video-box .lead div {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  #contents .sec05 .block .video-box .lead div {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
#contents .sec05 .block .video-box .lead div span {
  font-size: 1.2em;
}
#contents .sec05 .block .video-box .lead div span.sta {
  font-size: 1.4em;
}
#contents .sec05 .block .video-box .lead div span.num {
  color: #ffe79e;
  font-size: 2em;
}
#contents .sec05 .block .video-box video,
#contents .sec05 .block .video-box .photo {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
}
#contents .sec06 {
  padding: 6em 0;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #contents .sec06 {
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  #contents .sec06 .ttl {
    letter-spacing: 0.05em;
  }
}
#contents .sec06 .sub {
  color: #8D7D4B;
}
#contents .sec06 .btn-block {
  margin: 2em auto 4em;
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .btn-block {
    margin: 1em auto 2em;
    gap: 2%;
  }
}
#contents .sec06 .btn-block li {
  margin: 0;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .btn-block li {
    width: 49%;
  }
}
#contents .sec06 .btn-block li:first-child {
  background: #647996;
}
#contents .sec06 .btn-block li:last-child {
  background: #B66D6D;
}
#contents .sec06 .btn-block li.online {
  background: #b7a95c;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .btn-block li.online {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents .sec06 .btn-block li.online a {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#contents .sec06 .btn-block li a {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .btn-block li a {
    padding: 0.8em 0 0.5em;
    line-height: 1.2;
  }
}
#contents .sec06 .line {
  margin: 0 auto;
  max-width: 840px;
  background: #fff;
  border: 1px solid #06C755;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .line {
    width: 90%;
  }
}
#contents .sec06 .line h3 {
  padding: 0.5em 0;
  background: #06C755;
  text-align: center;
  color: #fff;
  font-size: min(4.2vw, 24px);
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .line h3 {
    line-height: 1.4;
  }
}
#contents .sec06 .line ul {
  padding: 2em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .line ul {
    padding: 1em;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
#contents .sec06 .line ul li {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .line ul li:first-child {
    width: 90%;
    margin: 0 auto 0.8em;
  }
}
@media screen and (max-width: 768px) {
  #contents .sec06 .line ul li:nth-of-type(2) {
    width: 70%;
    margin: 0 auto;
  }
}
#contents .sec06 .line ul li:last-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contents .sec06 .line ul li:last-child {
    margin: 0 auto;
    width: 40%;
    display: none;
  }
}
#contents .sec-info {
  padding: 6em 0;
  background: linear-gradient(90deg, #E4E0D3, #F6F5F3);
}
@media screen and (max-width: 768px) {
  #contents .sec-info {
    padding: 3em 0;
  }
}
#contents .sec-info .wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #contents .sec-info .wrap {
    width: 90%;
  }
}
#contents .sec-info .wrap .info1 {
  margin: 0;
  width: 23em;
  border-right: 1px #8D7D4B solid;
  box-sizing: border-box;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #contents .sec-info .wrap .info1 {
    width: 100%;
    border: none;
  }
}
#contents .sec-info .wrap .info1 .ttl {
  text-align: left;
  font-size: min(5.2vw, 36px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #contents .sec-info .wrap .info1 .ttl {
    text-align: center;
    letter-spacing: 0.1em;
  }
}
#contents .sec-info .wrap .info1 .sub {
  text-align: left;
  color: #8D7D4B;
  font-size: min(3.6vw, 18px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #contents .sec-info .wrap .info1 .sub {
    text-align: center;
  }
}
#contents .sec-info .wrap .info2 {
  margin: 0;
  width: calc(100% - 26.5em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  #contents .sec-info .wrap .info2 {
    margin-top: 1.5em;
    width: 100%;
    gap: 1em;
  }
}
#contents .sec-info .wrap .info2 dl {
  margin: 0;
  width: 100%;
}
#contents .sec-info .wrap .info2 dl dt {
  margin: 0;
  padding: 0.3em 0;
  width: 9em;
  background: #8D7D4B;
  text-align: center;
  color: #FFF;
  font-size: min(3.6vw, 18px);
  line-height: 1;
}
#contents .sec-info .wrap .info2 dl dd {
  margin: 0.5em 0 0;
  width: 100%;
  font-size: min(3.2vw, 16px);
  line-height: 1.6;
}

.bnr {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 20px 0;
}

.bnr-box {
  margin: 4em auto;
  width: 90%;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .bnr-box {
    margin: 1em auto;
  }
}
.bnr-box .bnrbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: clamp(1em, 4vw, 3em);
}
.bnr-box .bnrbox li {
  width: 48%;
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .bnr-box .bnrbox li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.bnr-box img {
  width: 100%;
  height: auto;
  display: block;
}
.bnr-box .bnr {
  padding: 0;
}/*# sourceMappingURL=top4.css.map */