@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.pre-inc article {
  margin-top: 0;
  font-size: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  .pre-inc article {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc article {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc header {
    transition: 0.3s all;
  }
  .pre-inc header.on {
    opacity: 1;
    pointer-events: all;
    background: none;
  }
  .pre-inc header.on2 {
    background: rgba(255, 255, 255, 0.9);
  }
  .pre-inc header.on h1 a {
    pointer-events: all;
  }
  .pre-inc header.on .logo02 {
    display: none;
  }
  .pre-inc header.on.on2 .logo {
    display: none;
  }
  .pre-inc header.on.on2 .logo02 {
    display: unset;
  }
  .pre-inc header.on .hb_menu {
    pointer-events: all;
  }
  .pre-inc header.on .hb_menu span i {
    background: #fff;
  }
  .pre-inc header.on .hb_menu span::before,
  .pre-inc header.on .hb_menu span::after {
    background: #fff;
  }
  .pre-inc header.on2 .hb_menu span i {
    background: #333;
  }
  .pre-inc header.on2 .hb_menu span::before,
  .pre-inc header.on2 .hb_menu span::after {
    background: #333;
  }
  .pre-inc.h_active header {
    background: rgba(255, 255, 255, 0.9);
  }
  .pre-inc.h_active header.on .hb_menu span::before {
    background: #333;
  }
  .pre-inc.h_active header.on .hb_menu span::after {
    background: #333;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc header {
    background: #fff;
  }
  .pre-inc article {
    margin-top: 55px;
  }
  .pre-inc .logo02 {
    display: none;
  }
}
.pre-inc {
  /* メイン */
}
.pre-inc main {
  text-align: center;
  animation-name: fadeIn;
  animation-duration: 3s;
}

@keyframes fadeIn {
  from { opacity: 0; }to { opacity: 1; }
}

.pre-inc main img {
  width: 100%;
}
.pre-inc [class^=main_slide04] figure:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.pre-inc {
  /* 行動提起 */
}
.pre-inc #koudou {
  background: url("../img/top/koudou_bk.webp") no-repeat center center/cover;
  padding: 2.5em 0;
}
.pre-inc #koudou dl.koudouBox {
  display: flex;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  align-items: flex-end;
}
.pre-inc #koudou dl.koudouBox dt {
  width: 100%;
}
.pre-inc #koudou dl.koudouBox dd {
  width: 32%;
}
.pre-inc #koudou h2 {
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
}
.pre-inc #koudou .gaikan { /* position: absolute;top: -3em;right: -2em;width: 17em; */
  z-index: 10;
  animation-name: fadeInUp;
}
.pre-inc #koudou i.line {
  width: 7em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  animation-name: koudou_line;
  overflow: hidden;
  animation-delay: 0.5s;
}
.pre-inc #koudou i.line {
  width: 7em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  animation-name: koudou_line;
  overflow: hidden;
  animation-delay: 0.5s;
}
.pre-inc {
  /* #koudou i.line span{background: url("../common/img/line01.svg") repeat-y center center/cover;width: 7em;height: 100%;display: block;position: absolute;right: 0;top: 0;z-index:1} */
}
.pre-inc .koudou_tit {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 200;
  animation-name: fadeInUp;
}
.pre-inc .koudou_tit span {
  font-size: 0.8em;
}
.pre-inc .koudou_tit big {
  font-size: 1.4em;
  display: block;
  font-weight: 200;
}
.pre-inc {
  /*　.koudou_tit strong{font-size: 2.2em;display: block;font-weight: 700;letter-spacing: 0.07em;line-height: 1;}　*/
}
.pre-inc .koudou_tit strong {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
  color: #93813e;
  font-family: "EB Garamond", serif;
}
.pre-inc .koudou_tit small {
  font-size: 0.8em;
  top: -0.1em;
}
.pre-inc .koudou_tit small span {
  color: #93813e;
}
.pre-inc .koudou_tit i {
  font-size: 1em;
  font-weight: 200;
  color: #750000;
}
.pre-inc .koudou_tit i small {
  font-size: 0.6em;
  top: -0.1em;
}
.pre-inc .koudou_point {
  display: flex;
  justify-content: center;
  flex-direction: row;
  animation-name: fadeInUp;
}
.pre-inc .koudou_point > li {
  padding: 0 1.5em 0 0;
}
.pre-inc .koudou_point > li:nth-child(2) {
  padding: 0 0 0 1.5em;
}
.pre-inc .koudou_point > li sup {
  font-size: 0.3em;
  vertical-align: bottom;
  font-weight: 200;
}
.pre-inc .accessArea {
  background: linear-gradient(to top, #cda957, #987841);
  color: #FFF;
  font-size: 1.6em;
  text-align: center;
  padding: 0.5em 0 0;
  width: 80%;
  margin: 0.5em auto 0;
  line-height: 1;
  animation-name: fadeInUp;
}
.pre-inc .accessArea .placecenter {
  width: 70px;
  height: 70px;
  margin: 0;
  position: relative;
  display: block;
}
.pre-inc .accessArea .placecenter::before, .pre-inc .placecenter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 46px;
  background: #fff;
  display: inline-block;
}
.pre-inc .accessArea .placecenter::before {
  transform: translate(-50%, -50%) rotate(30deg);
}
.pre-inc .accessArea .placecenter::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.pre-inc .accessArea .placeleft, .pre-inc .accessArea .placeright {
  font-size: 0.72em;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.1;
}
.pre-inc .accessArea .placeleft dl {
  display: flex;
}
.pre-inc .accessArea .placeleft dt {
  font-size: 0.5em;
  width: fit-content !important;
}
.pre-inc .accessArea .placeleft dd {
  width: fit-content !important;
}
.pre-inc .stationArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc .accessArea .station_route strong {
  font-size: 1.8em;
  color: #fff;
}
.pre-inc .accessArea .station_route sup {
  font-size: 0.4em;
  vertical-align: 1.2em;
}
.pre-inc .stationLine {
  border-bottom: 2px solid #fff;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%) 1;
  margin-top: 0.5em;
}
.pre-inc .subBox {
  padding: 20px 20px 0;
}
.pre-inc .station_route {
  font-size: 0.8em;
  display: inline-block;
  animation-name: fadeInUp;
}
.pre-inc .station_route small {
  font-size: 0.8em;
  display: block;
  font-weight: 200;
  padding-left: 0.5em;
  text-align: left;
  top: 0.5em;
}
.pre-inc .station_route big {
  font-size: 1.7em;
  display: block;
  font-weight: 200;
  line-height: 1.2;
}
.pre-inc .station_route strong {
  font-size: 2em;
  color: #93813e;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 0.5;
  display: inline-block;
  margin: 0 0.07em;
}
.pre-inc .station_route p {
  font-size: 0.6em;
  font-weight: 200;
  text-align: right;
}
@keyframes koudou_line {
  0% {
    width: 0;
  }
  100% {
    width: 7em;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc .koudou_point > li:nth-of-type(n+2) {
    border-left: 1px solid #333;
  }
  .pre-inc {
    /* .koudou_point > li:nth-of-type(2){padding-top: 1.3em;} */
  }
  .pre-inc .koudou_point > li:nth-of-type(2) .station_route {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc #koudou {
    padding: 2.5em 0 0;
    font-size: 3.3vw;
    z-index: -100;
  }
  .pre-inc #koudou h2 {
    text-align: center;
    margin: 0 auto;
  }
  .pre-inc #koudou dl.koudouBox {
    display: unset;
    z-index: 1000;
    transform: translate3d(0, 0, 0);
  }
  .pre-inc #koudou dl.koudouBox dt {
    width: 100%;
  }
  .pre-inc #koudou dl.koudouBox dd {
    width: 100%;
  }
  .pre-inc #koudou .gaikan {
    width: 90%;
    position: relative;
    top: 33px;
  }
  .pre-inc #koudou i.line {
    width: 4em;
  }
  .pre-inc #koudou i.line span {
    background: url(../common/img/line01.svg) repeat-y;
    width: 3em;
    z-index: 1;
  }
  .pre-inc {
    /* .koudou_tit{text-shadow: 0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff;} */
  }
  .pre-inc .koudou_tit big {
    font-size: 1.1em;
  }
  .pre-inc .koudou_tit span {
    font-size: 0.9em;
  }
  .pre-inc .koudou_tit strong {
    font-size: 1.8em;
  }
  .pre-inc .koudou_tit i {
    font-size: 1.2em;
  }
  .pre-inc .koudou_point {
    flex-wrap: wrap;
    margin-top: 0.5em;
    text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff;
    justify-content: center;
  }
  .pre-inc .koudou_point > li {
    padding: 0;
    width: 80%;
    text-align: center;
  }
  .pre-inc .koudou_point > li:nth-of-type(n+2) {
    border-top: 1px solid #333;
    margin-top: 0.5em;
    padding-top: 0;
  }
  .pre-inc .koudou_point > li sup {
    font-size: 0.4em;
  }
  .pre-inc .accessArea {
    width: 100%;
    margin: 1em 0 0;
  }
  .pre-inc .accessArea .placeleft, .pre-inc .accessArea .placeright {
    font-size: 0.8em;
  }
  .pre-inc .accessArea .placecenter {
    width: 30px;
    height: 30px;
    margin: 0.5em 0 0.5em;
  }
  .pre-inc .accessArea .placecenter::before, .pre-inc .placecenter::after {
    height: 28px;
  }
  .pre-inc .station_route {
    font-size: 0.9em;
  }
}
.pre-inc {
  /* タイトル */
}
.pre-inc .top_tit {
  font-size: 1.8em;
  text-align: center;
  font-weight: 700;
  animation-name: fadeInUp;
}
.pre-inc .top_tit + * {
  margin-top: 2em;
}
.pre-inc .top_tit + p {
  font-size: 2em;
  text-align: center;
  margin-top: 0.2em;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .pre-inc .top_tit {
    font-size: 1.7em;
  }
  .pre-inc .top_tit + p {
    font-size: 1.8em;
  }
}
.pre-inc {
  /* 価格 */
}
.pre-inc #priceArea {
  margin: 0 auto;
  background: url("../img/top/price_bk.webp") no-repeat center center/cover;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.pre-inc .price {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.pre-inc .price img {
  max-width: 1200px;
}
@media screen and (max-width: 1210px) {
  .pre-inc .price {
    margin: 0 auto;
    width: 90%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc #priceArea {
    width: 100%;
    padding: 20px 0;
  }
  .pre-inc .price {
    margin: 0 auto;
    width: 90%;
    max-width: unset;
  }
  .pre-inc .price img {
    width: 100%;
  }
}
.pre-inc {
  /* INFORMATION */
}
.pre-inc #information {
  padding: 3.5em 0;
  background: url("../img/top/info_bk.webp") no-repeat center center/cover;
}
.pre-inc #information i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  animation: 3s fadeIn 0s forwards;
}
.pre-inc #information .wrap1024 {
  animation-name: fadeInUp;
  animation-delay: 1.5s;
  z-index: 1;
}
.pre-inc .info_wrap {
  max-width: 35em;
  margin: 0 auto;
}
.pre-inc .info_item {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: auto;
  margin-top: 2em;
  max-height: 10em;
}
.pre-inc .info_item > dt {
  width: 7em;
}
.pre-inc .info_item > dd {
  width: calc(100% - 8em);
}
.pre-inc .info_item a {
  color: #2f5597;
  text-decoration: underline;
}
.pre-inc #information .entry_btn {
  width: 23em;
  color: #fff;
  text-align: center;
  padding: 1em 0 0.8em;
  background: var(--gold);
  display: block;
  margin: 2em auto 0;
}
.pre-inc #information .entry_btn span {
  line-height: 1;
  font-size: 1.8em;
  font-weight: 700;
}
.pre-inc #information .entry_btn > i {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  animation: 1s entry_btn_bk 1.3s forwards;
  overflow: hidden;
}
.pre-inc #information .entry_btn > i i {
  width: 3.85em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../common/img/line01.svg") no-repeat left center/cover;
  display: block;
}
.pre-inc #information .entry_btn::after {
  content: "";
  width: 1.6em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  background: url("../common/img/link_arrow.svg") no-repeat center center/contain;
  transition: 0.6s all;
}
.pre-inc #information .reserve_btn {
  width: 23em;
  color: #fff;
  text-align: center;
  padding: 1em 0 0.8em;
  background: var(--silver);
  display: block;
  margin: 2em auto 0;
}
.pre-inc #information .reserve_btn span {
  line-height: 1;
  font-size: 1.8em;
  font-weight: 700;
}
.pre-inc #information .reserve_btn > i {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  animation: 1s entry_btn_bk 1.3s forwards;
  overflow: hidden;
}
.pre-inc #information .reserve_btn > i i {
  width: 3.85em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../common/img/line01.svg") no-repeat left center/cover;
  display: block;
}
.pre-inc #information .reserve_btn::after {
  content: "";
  width: 1.6em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  background: url("../common/img/link_arrow.svg") no-repeat center center/contain;
  transition: 0.6s all;
}
.pre-inc #information .cap_b {
  bottom: 2%;
}
@keyframes entry_btn_bk {
  0% {
    width: 0;
  }
  100% {
    width: 3.85em;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc .info_item a:hover {
    text-decoration: none;
  }
  .pre-inc .info_item > *:nth-of-type(n+2) {
    margin-top: 0.7em;
  }
  .pre-inc #information .entry_btn:hover::after {
    transform: translateX(0.5em);
  }
  .pre-inc #information .reserve_btn:hover::after {
    transform: translateX(0.5em);
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .info_wrap {
    flex-wrap: wrap;
  }
  .pre-inc .info_item {
    width: 100%;
    font-size: 0.85em;
  }
  .pre-inc .info_item > dt {
    margin-top: 0.7em;
  }
  .pre-inc .info_item > dd {
    width: 100%;
  }
  .pre-inc #information .entry_btn {
    width: 20em;
  }
  .pre-inc #information .reserve_btn {
    width: 20em;
  }
}
.pre-inc {
  /* MULTI ACCESS */
}
.pre-inc #multi_access {
  padding: 3em 0;
  background: url("../img/top/multi_access_bk.webp") no-repeat center center/cover;
}
.pre-inc .multi_access_img {
  overflow: hidden;
}
.pre-inc .multi_access_img img {
  animation-name: bokashi_img;
}
.pre-inc .multi_access_item01 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
.pre-inc .multi_access_item01 > dt {
  width: 44%;
}
.pre-inc .multi_access_item01 > dt h3 {
  font-size: 1.2em;
  padding-left: 1.75em;
}
.pre-inc .multi_access_item01 > dt h3 > i {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  animation: 1s tit_line 0s forwards;
  overflow: hidden;
}
.pre-inc .multi_access_item01 > dt h3 > i i {
  width: 1.4em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../common/img/line02.svg") no-repeat left center/cover;
  display: block;
}
.pre-inc .multi_access_item01 > dt h3 span {
  display: block;
  padding-left: 0.54em;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}
.pre-inc .multi_access_item01 > dt h3 div {
  height: 1px;
  width: 100%;
  background: #333;
  margin-top: 0.2em;
  animation-name: scale_x_l;
  animation-delay: 1s;
}
.pre-inc .multi_access_item01 > dt h3 span:nth-of-type(n+2) {
  padding-top: 0.2em;
  animation-delay: 0.5s;
}
.pre-inc .multi_access_item01 > dt h3 + p {
  font-size: 0.8em;
  margin: 0.7em 0 0 3.375em;
  line-height: 2;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.pre-inc .multi_access_item01 > dt img {
  width: 12em;
  margin: 1.5em 0 0 auto;
  animation-name: fadeInUp;
  display: block;
}
.pre-inc .multi_access_item01 > dd {
  width: 54%;
}
.pre-inc .multi_access_item01 > dd img {
  animation-name: bokashi_img;
}
.pre-inc .multi_access_item01 + .station_route {
  margin-top: 1.5em;
}
.pre-inc .multi_access_item01 + .station_route big {
  font-size: 2.8em;
}
.pre-inc .multi_access_item01 + .station_route strong {
  font-size: 1.7em;
}
.pre-inc .multi_access_item02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .multi_access_item02 > li {
  margin-top: 1em;
}
.pre-inc .multi_access_item02 > li:nth-of-type(5) {
  border-top: 1px solid #333;
  padding-top: 1em;
}
.pre-inc .multi_access_item03 {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  flex-wrap: wrap;
}
.pre-inc .multi_access_item03 > li {
  width: 48%;
  margin-bottom: 3em;
}
.pre-inc .multi_access_item03 > li figure {
  overflow: hidden;
}
.pre-inc .multi_access_item03 > li figure img {
  animation-name: bokashi_img;
}
.pre-inc .multi_access_item03 > li .place {
  line-height: 1;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  text-shadow: 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  letter-spacing: 0.05em;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}
.pre-inc .multi_access_item03 > li .time {
  line-height: 1;
  font-size: 1.5em;
  color: #fff;
  text-shadow: 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000;
  font-family: "EB Garamond", serif;
  position: absolute;
  right: 0.5em;
  bottom: 0.3em;
  z-index: 1;
  letter-spacing: 0.05em;
  animation-name: fadeIn;
  animation-delay: 0.8s;
}
.pre-inc .multi_access_item03 > li .time strong {
  font-size: 2em;
  font-style: italic;
  background: linear-gradient(to bottom, #f3cd52, #b2922b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 0.05em #000) drop-shadow(0 0 0.05em #000);
  display: inline-block;
  padding-right: 0.1em;
}
.pre-inc .multi_access_item03 > li:nth-of-type(2) figure img {
  animation-delay: 0.2s;
}
.pre-inc .multi_access_item03 > li:nth-of-type(2) .place {
  animation-delay: 0.7s;
}
.pre-inc .multi_access_item03 > li:nth-of-type(2) .time {
  animation-delay: 1s;
}
@keyframes tit_line {
  0% {
    width: 0;
  }
  100% {
    width: 1.3em;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc .multi_access_item02 > li:nth-of-type(odd) {
    width: 43%;
  }
  .pre-inc .multi_access_item02 > li:nth-of-type(even) {
    width: 57%;
  }
  .pre-inc .multi_access_item02 > li:nth-of-type(even) .station_route {
    animation-delay: 0.2s;
  }
  .pre-inc .multi_access_item02 > li:nth-of-type(6) {
    border-top: 1px solid #333;
    padding-top: 1em;
  }
  .pre-inc .multi_access_item03 > li:nth-of-type(3) figure img {
    animation-delay: 0.4s;
  }
  .pre-inc .multi_access_item03 > li:nth-of-type(3) .place {
    animation-delay: 0.9s;
  }
  .pre-inc .multi_access_item03 > li:nth-of-type(3) .time {
    animation-delay: 1.2s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .multi_access_item01 {
    flex-wrap: wrap;
  }
  .pre-inc .multi_access_item01 > dt {
    width: 100%;
  }
  .pre-inc .multi_access_item01 > dt img {
    float: right;
    width: 13em;
    margin: 0;
  }
  .pre-inc .multi_access_item01 > dd {
    width: 100%;
  }
  .pre-inc #multi_access .station_route {
    font-size: 3.3vw;
  }
  .pre-inc .multi_access_item01 + .station_route big {
    font-size: 2.5em;
  }
  .pre-inc .multi_access_item02 {
    flex-wrap: wrap;
  }
  .pre-inc .multi_access_item02 > li {
    margin-top: 0.4em;
    width: 100%;
  }
  .pre-inc .multi_access_item02 > li:nth-of-type(5) {
    margin-top: 1em;
    padding-top: 1em;
  }
  .pre-inc .multi_access_item03 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7em 2%;
    font-size: 3.5vw;
  }
  .pre-inc .multi_access_item03 > li {
    width: 100%;
    margin-bottom: 1em;
  }
}
.pre-inc {
  /* OSAKA UEHOMMACHI */
}
.pre-inc #uehommachi {
  padding: 3em 0;
  background: var(--main_color);
}
.pre-inc #uehommachi .top_tit {
  color: #fff;
}
.pre-inc .slider_area {
  background: #000;
}
.pre-inc .slider_area figure {
  margin: 0 0.5em;
  height: 17.5em;
}
.pre-inc .slider_area figure img {
  height: 100%;
}
.pre-inc .uehommachi_tit {
  font-size: 1.6em;
  color: #fff;
  margin-top: 1.5em;
  text-align: center;
  animation-name: fadeInUp;
}
.pre-inc .uehommachi_tit + p {
  font-size: 0.8em;
  color: #fff;
  margin-top: 0.5em;
  text-align: center;
  animation-name: fadeInUp;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .pre-inc .slider_area figure {
    margin: 0 0.3em;
    height: 11em;
  }
  .pre-inc .uehommachi_tit {
    font-size: 1.5em;
  }
  .pre-inc .uehommachi_tit + p {
    margin-top: 0.9em;
  }
}
.pre-inc {
  /* Floating */
}
.pre-inc .floating_btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 3%;
  z-index: 10000;
  transition: 0.3s all;
  max-width: 800px;
  width: 43%;
}
.pre-inc .floating_btn a:hover {
  opacity: 0.8;
}
.pre-inc .floating_btn img {
  width: 100%;
}
.pre-inc .floating_btn i {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.pre-inc .floating_btn.bn_off {
  opacity: 0;
  pointer-events: none;
}
.pre-inc .floating_btn .close_btn {
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
}
.pre-inc .floating_btn .close_btn::before,
.pre-inc .floating_btn .close_btn::after {
  content: "";
  display: block;
  height: 3px;
  width: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pre-inc .floating_btn .close_btn::before {
  transform: rotate(45deg);
}
.pre-inc .floating_btn .close_btn::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .pre-inc .floating_btn {
    width: 95%;
    max-width: unset;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: 0 auto;
  }
  .pre-inc .floating_btn i {
    top: -1.5em;
  }
  .pre-inc .floating_btn .close_btn {
    font-size: 6vw;
    width: 6vw;
    height: 6vw;
    top: 11px;
    right: 7px;
  }
}
.pre-inc #contents {
  padding: 80px 0 0;
}
.pre-inc .contents_wap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.pre-inc .contents_wap:nth-child(2n) {
  flex-direction: row-reverse;
}
.pre-inc .contents_image {
  width: 62.5%;
}
.pre-inc .contents_info {
  width: 35%;
  display: flex;
  align-items: flex-end;
}
.pre-inc .contents_wap:nth-child(2n) .contents_info {
  justify-content: flex-end;
}
.pre-inc .contents_wap:nth-child(1) .cap_wb, .pre-inc .contents_wap:nth-child(3) .cap_b {
  right: auto;
  left: 0.7em;
}
.pre-inc .info_inner {
  min-width: 80%;
}
.pre-inc .contents_info h3 {
  font-size: 36px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
}
.pre-inc .contents_info h3 i {
  width: 34px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../common/img/line02.svg") no-repeat left center/cover;
  display: block;
}
.pre-inc .contents_text {
  margin-left: 50px;
}
.pre-inc .ttl_read {
  font-size: 24px;
  margin-bottom: 15px;
}
.pre-inc .infodetail {
  margin-bottom: 50px;
}
.pre-inc .infodetail p {
  font-size: 18px;
}
.pre-inc .infodetail_label {
  background: #94823e;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 15px;
  margin-bottom: 15px;
}
.pre-inc .contents_text a {
  color: #94823e;
  font-weight: 700;
  position: relative;
  padding: 5px 40px 5px 15px;
  transition: 0.5s;
}
.pre-inc .contents_text a:hover {
  opacity: 0.7;
}
.pre-inc .contents_text a::before {
  content: "";
  display: block;
  background-color: #94823e;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  right: 0;
}
.pre-inc .contents_text a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #94823e;
  transform: rotate(30deg);
}
.pre-inc .contents_wap .contents_image {
  animation-name: fadeInLeft;
}
.pre-inc .contents_wap .contents_info {
  animation-name: fadeInRight;
}
.pre-inc .contents_wap:nth-child(2n) .contents_image {
  animation-name: fadeInRight;
}
.pre-inc .contents_wap:nth-child(2n) .contents_info {
  animation-name: fadeInLeft;
}
.pre-inc .contents_linkarw {
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .pre-inc .contents_info h3 {
    font-size: 28px;
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .pre-inc .contents_info h3 i {
    width: 24px;
  }
  .pre-inc .contents_text {
    margin-left: 35px;
  }
  .pre-inc .ttl_read {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pre-inc .infodetail {
    margin-bottom: 35px;
  }
  .pre-inc .infodetail p {
    font-size: 16px;
  }
  .pre-inc .contents_image {
    width: 52.5%;
  }
  .pre-inc .contents_info {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .pre-inc .contents_wap {
    padding-bottom: 40px;
  }
  .pre-inc .ttl_read {
    margin-bottom: 10px;
  }
  .pre-inc .infodetail {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .contents_info h3 {
    margin-bottom: 10px;
  }
  .pre-inc .contents_image {
    width: 100%;
  }
  .pre-inc .contents_info {
    width: 100%;
  }
  .pre-inc .contents_wap .contents_info {
    display: block;
    padding: 20px 10px;
  }
  .pre-inc .contents_wap {
    padding-bottom: 20px;
  }
  .pre-inc .contents_wap .contents_image {
    animation-name: fadeIn;
  }
  .pre-inc .contents_wap .contents_info {
    animation-name: fadeInUp;
  }
  .pre-inc .contents_wap:nth-child(2) .contents_image {
    animation-name: fadeIn;
  }
  .pre-inc .contents_wap:nth-child(2) .contents_info {
    animation-name: fadeInUp;
  }
}
.pre-inc {
  /* FEATURES */
}
.pre-inc .features_wrap > dt {
  background: #ece3d9;
  padding: 50px 0;
}
.pre-inc .features_wrap > dt dl {
  display: flex;
  justify-content: space-between;
}
.pre-inc .features_wrap > dt .compact_style {
  width: 39.5%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  animation-name: fadeInLeft;
}
.pre-inc .features_wrap > dt .compact_style h3 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pre-inc .features_wrap > dt .compact_style figure {
  width: 62.5%;
}
.pre-inc .features_wrap > dt .town_guide {
  animation-name: fadeInRight;
  width: 55.1%;
}
.pre-inc .features_wrap > dt .town_guide h3 {
  font-size: 42px;
  text-align: right;
  color: #6e5b54;
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
.pre-inc .features_wrap > dt .town_guide h3 + p {
  font-size: 24px;
  color: #6e5b54;
}
.pre-inc .features_wrap > dt .town_guide_img {
  display: flex;
  justify-content: space-between;
  gap: 0 5px;
  margin-top: 3px;
}
.pre-inc .features_wrap > dt a {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  display: block;
  width: 11.5em;
  line-height: 1;
  margin: 24px 0 0 auto;
  background: #A6999A;
  padding: 0.6em 1em;
  border-radius: 2em;
  text-align: center;
}
.pre-inc .features_wrap > dt a:hover {
  color: #A6999A;
  background: #fff;
}
.pre-inc {
  /* .features_wrap > dt a::after{content: "";clip-path: polygon(80% 0, 100% 100%, 0 100%);display: inline-block;width: 3.875em;height: 0.4em;background: #6e5b54;position: absolute;right: 0;bottom: 2px;transition: 0.3s all;}
  .features_wrap > dt a::before{content: "";clip-path: polygon(80% 0, 100% 100%, 0 100%);display: inline-block;width: 3.875em;height: 0.4em;background: #ece3d9;position: absolute;right: 3px;bottom: 3px;z-index: 1;transition: 0.3s all;} */
}
.pre-inc .features_wrap > dd {
  background: #6e5b54;
  color: #fff;
  padding: 50px 0;
}
.pre-inc .features_wrap > dd dl {
  display: flex;
  justify-content: space-between;
}
.pre-inc .features_wrap > dd dt {
  width: 27.8%;
  animation-name: fadeInLeft;
}
.pre-inc .features_wrap > dd dt h3 {
  font-size: 42px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
.pre-inc .features_wrap > dd dd {
  width: 31.4%;
  animation-name: fadeInRight;
}
.pre-inc .features_wrap > dd dd:nth-of-type(2) {
  animation-delay: 0.3s;
}
.pre-inc .features_wrap > dd dd h4 {
  font-size: 23.5px;
  margin-bottom: 0.2em;
}
.pre-inc .features_wrap > dd dd p {
  font-size: 20px;
  margin-top: 0.7em;
  text-align: center;
}
.pre-inc .features_wrap > dd dd a {
  font-size: 16px;
  display: block;
  width: 6em;
  line-height: 1;
  margin: 0.5em 0 0 auto;
  text-align: right;
  color: #fff;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .pre-inc .features_wrap > dt a:hover::after {
    transform: translateX(0.3em);
  }
  .pre-inc .features_wrap > dt a:hover::before {
    transform: translateX(0.3em);
  }
  .pre-inc .features_wrap > dd dd a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .features_wrap > dt {
    padding: 30px 0;
  }
  .pre-inc .features_wrap > dt dl {
    flex-wrap: wrap;
  }
  .pre-inc .features_wrap > dt .compact_style {
    width: 100%;
    animation-name: fadeInUp;
    padding-top: 15px;
  }
  .pre-inc .features_wrap > dt .compact_style h3 {
    width: 55%;
  }
  .pre-inc .features_wrap > dt .compact_style figure {
    width: 40%;
  }
  .pre-inc .features_wrap > dt .town_guide {
    animation-name: fadeInUp;
    width: 100%;
    margin-top: 30px;
  }
  .pre-inc .features_wrap > dt .town_guide h3 {
    font-size: 30px;
    text-align: left;
    color: #6e5b54;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-weight: 500;
  }
  .pre-inc .features_wrap > dt .town_guide h3 + p {
    font-size: 17px;
    margin-top: 0.3em;
  }
  .pre-inc .features_wrap > dt a {
    font-size: 14px;
  }
  .pre-inc .features_wrap > dd {
    padding: 30px 0;
  }
  .pre-inc .features_wrap > dd dl {
    flex-wrap: wrap;
  }
  .pre-inc .features_wrap > dd dt {
    width: 100%;
    animation-name: fadeInUp;
  }
  .pre-inc .features_wrap > dd dt h3 {
    font-size: 30px;
  }
  .pre-inc .features_wrap > dd dd {
    width: 49%;
    animation-name: fadeInUp;
    margin-top: 20px;
  }
  .pre-inc .features_wrap > dd dd h4 {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .pre-inc .features_wrap > dd dd p {
    font-size: 14px;
  }
  .pre-inc .features_wrap > dd dd a {
    font-size: 14px;
    margin-top: 1em;
  }
}
.pre-inc {
  /* モーダル */
}
.pre-inc .cp_modal_bk {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  cursor: pointer;
}
.pre-inc .cp_modal_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11000000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 0 20px;
}
.pre-inc .cp_modal_btn {
  pointer-events: painted;
}
.pre-inc .cp_modal_btn a {
  overflow: hidden;
  display: inline-block;
}
.pre-inc .cp_modal_btn a img {
  transition: 0.5s all;
}
.pre-inc .cp_modal_close_btn {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  cursor: pointer;
  transition: 0.5s all;
  background: #000;
}
@media screen and (min-width: 769px) {
  .pre-inc .cp_modal_close_btn:hover {
    opacity: 0.6;
  }
  .pre-inc .cp_modal_btn a:hover img {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 769px) and (max-height: 809px) {
  .pre-inc .cp_modal_btn {
    height: 90%;
  }
  .pre-inc .cp_modal_btn a {
    height: 100%;
  }
  .pre-inc .cp_modal_btn a img {
    height: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .cp_modal_wrap {
    padding: 0 15px;
  }
  .pre-inc .cp_modal_close_btn {
    font-size: 30px;
    top: 0;
    right: 0;
  }
}
.pre-inc .bnrArea {
  width: 1024px;
  padding: 30px 0 0;
  margin: 30px auto 0;
  background: #fff;
  line-height: 1.5;
  animation-name: fadeInUp;
}
.pre-inc .bnrArea a {
  max-width: 1024px;
}
.pre-inc .bnrArea a:hover {
  opacity: 0.6;
}
.pre-inc .bnrArea .note {
  margin: 1.5em auto 5em;
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .pre-inc .bnrArea {
    width: 90%;
  }
  .pre-inc .bnrArea .note {
    margin: 1em auto 3em;
    font-size: 10px;
  }
}

/*# sourceMappingURL=top.css.map */
