@charset "UTF-8";
:root {
  --main: #06517b;
  --access: #b81c22;
  --palebg: #f2efe7;
}
@charset "UTF-8";
/* ===========================================
 * TOP
 * ======================================== */
.main-img2 {
  height: 890px;
  position: relative;
  margin-bottom: 0;
}
.main-img2 .img-sub{
  position: absolute;
  left: calc(50% - 250px);
  top: calc(50% + 50px);
  transform: translate(-50%,-50%);
  z-index: 2;
}
#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background-color: #fff;
}
#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 82px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}
#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 1.5s;
}
@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader .f_logo:before {
  animation: loadLogo 1.5s;
}
#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* animation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.main-img2 .main-img2-img .img::after {
  content: "";
  width: 100%;
  height: 660px;
  position: absolute;
  background: url('../img/lp/main_img.webp') repeat-x;
  background-size: auto 100%;
  animation: scroll-anim 300s linear 1;
}
@keyframes scroll-anim {
  from { background-position: 0 0; }
  to { background-position: -8192px 0; }
}
.main-img2 .main-img-txt {
  width:  800px;
  margin-top: 10px;
  margin: 0 auto;
}
.main-img2 .main-img2-img .txt-0 {
  top: 49%;
  left: 0;
  font-size: 32px;
}
.main-img2 .main-img2-img .txt-0 span {
  margin-top: 10px;
}
.main-img2 .main-img2-txt {
  width: 100%;
  height: 335px;
  min-width: 1500px;
  background: #B6A148;
  color: #000;
  padding: 0;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-img2 .main-img2-txt .wrap {
  height: 235px;
  position: relative;
  margin-top: 100px;
}
.main-img2 .main-img2-txt .t1 {
  padding-top: 20px;
  margin-bottom: 0;
}
.main-img2 .main-img2-txt .t1 .date {
  color: #000;
  font-size: 14px;
  margin-left: 0;
  gap: 65px;
}
.main-img2 .main-img2-txt .t1 .date>div {
  margin-left: 0;
}
.main-img2 .main-img2-txt .t1 .date span{
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  width: 85px;
  background: rgba(0, 0, 0, 0.5);
}
.main-img2 .main-img2-txt .t1 .t1-1 {
  font-size: 32px;
  color: #DDD2AA;
  text-shadow: -2px 0px 0px rgba(134, 118, 53, .5);
}
.main-img2 .main-img2-txt .t2 {
  padding-top: 12px;
  margin-bottom: 0;
}
.main-img2 .main-img2-txt .t2 .price {
  margin-left: 0;
  gap: 30px;
}
.main-img2 .main-img2-txt .t2 .price dl {
  margin-left: 0;
}
.main-img2 .main-img2-txt .t2 .price dl dd .p1 {
  font-size: 15px;
}
.main-img2 .main-img2-txt .t2 .price dl dd .p2 {
  font-size: 14px;
}
.main-img2 .main-img2-txt .t2 .price dl dd .p2 span{
  color: #000;
  font-size: 41px;
}
.main-img2 .main-img2-txt .t2 .price dl dt {
  color: #FFF;
  font-size: 17px;
  padding: 12px 25px;
  background: rgba(0, 0, 0, 0.5);
}
.main-img2 .main-img2-txt .t2 .price.p2 {
  margin-left: 0;
}
.main-img2 .main-img2-txt .t2 .price.p2 dl dt {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
}
.main-img2 .main-img2-txt .t2 .price.p2 dl dd .p2 {
  font-size: 13px;
}
.main-img2 .main-img2-txt .t2 .price.p2 dl dd .p2 span {
  font-size: 25px;
}
.main-img2 .img.blu {
  position: absolute;
  right: 0;
  bottom: -45px;
  z-index: 5;
}
.main-img2 .img.blu .shadow_wrap {
  position: relative;
}
.main-img2 .img.blu .shadow_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  filter: blur(30px);
  z-index: -1;
}
.main-img2 .img.blu .wrap img {
  position: relative;
}
.main-img2 .img img {
  height: 900px;
  object-fit: contain;
}
.main-img2 .img .annotation {
  padding-right: 60px;
}
.inview-ready .inview.t1,
.inview-ready .inview.t2,
.inview-ready .inview.blu {
  transition-delay: 3s;
}
.top-info {
  max-width: 1240px;
  margin: 230px auto 0;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
}
.top-info .access-content {
  display: flex;
  column-gap: 60px;
  justify-content: center;
  border-bottom: 1px solid #A6A6B7;
  margin-bottom: 20px;
}
.top-info .access-content .access-txt .sub {
  font-size: 22px;
}
.top-info .access-content .access-txt .main {
  font-size: 40px;
}
.top-info .room-content {
  display: grid;
  justify-content: center;
  margin: 0 auto;
}
.top-info .room-content .title {
  font-size: 19px;
}
.top-info .room-content .text {
  display: flex;
  column-gap: 40px;
  font-size: 38px;
  line-height: 1;
}

/* ===========================================
 * LOCATION
 * ======================================== */
#location.block {
  margin-top: 310px;
}
#location.block::before {
  content: "";
  width: 100%;
  height: 390px;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}
/* scroll */
/* ======================================== */
.scroll_wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
}
.scroll_wrap .text {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
  padding-left: 11.5%;
  margin-top: 20px;
}
.scroll_wrap .scroll_contents {
  display: flex;
  padding-left: 10%;
}
.scroll_wrap .scroll_contents .scroll_item {
  flex: 0 0 auto;
  padding: 15px 25px 40px;
  margin-right: 50px;
  position: relative;
  transition: .3s;
}
.scroll_wrap .scroll_contents .scroll_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 1px;
  background: #A6A6B7;
}
.scroll_wrap .scroll_contents .scroll_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 25%;
  background: #A6A6B7;
}
.scroll_wrap .scroll_contents .scroll_item .pop {
  position: relative;
  transition: 0.3s;
}
.scroll_wrap .scroll_contents .scroll_item .pop::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../common/img/ico_zoom.svg) no-repeat;
  background-size: 50px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.scroll_wrap .scroll_contents .scroll_item .pop:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.scroll_wrap .scroll_contents .scroll_item h3 {
  color: #A6A6B7;
  font-size: 20px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
  margin-top: 10px;
}
.scroll_wrap .scroll_contents .scroll_item img {
  width: auto;
  height: 480px;
}
.scroll_wrap .scroll_contents .scroll_item .btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.scroll_wrap .scroll_contents .scroll_item .btn .detail {
  border: 1px solid #1E3E6C;
  border-radius: 1px;
  width: 200px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  color: #1F3F6C;
  letter-spacing: 0;
  cursor: pointer;
}
.scroll_wrap .scroll_contents .scroll_item .btn .detail span {
  display: inline-block;
  background: url(../../common/img/ico_detail.svg) no-repeat left center;
  background-size: 26px 26px;
  padding: 5px 10px 5px 35px;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom: 53%;
  right: 0;
  animation: arrowmove 1s ease-in-out infinite;
}
.arrow {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: rotate(-90deg) scale3d(0.5, 0.5, 0.5);
  transform-origin: center;
  animation: move 3s ease-out infinite;
}
.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}
.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #A6A6B7;
}
.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% { opacity: 1; transform: rotate(-90deg)}
  33% { opacity: 1; transform: rotate(-90deg) translateY(10px); }
  67% { opacity: 1; transform: rotate(-90deg) translateY(20px); }
  100% { opacity: 0; transform: rotate(-90deg) translateY(35px) scale3d(0.5, 0.5, 0.5); }
}

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
.block.life::before {
  content: "";
  width: 100%;
  height: 710px;
  background: var(--main);
  clip-path: polygon(0 45%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.block.life .section-inner {
  padding: 0 0 210px 0;
}
.c-table table{
  border: 2px solid var(--main);
  color: var(--main);
  background: #fff;
}
.c-table table th{
  border: 1px solid var(--main);
  background: #EDEDED;
}
.c-table table td{
  border: 1px solid var(--main);
}
.c-table table thead th{
  border-bottom: 2px solid var(--main);
}
.c-table table thead th {
  background: #EDEDED;
}
.c-table table thead td{
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  background: #EDEDED;
}
.c-table table tbody th{
  border-right: 2px solid var(--main);
}
.c-table table tfoot th{
  border-right: 2px solid #fff;
  background: var(--main);
}
.c-table table tfoot td{
  border-right: 1px solid #fff;
  background: var(--main);
}
.c-table table .c2 th{
  background: var(--main);
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2 td{
  background: var(--main);
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2.end th,
.c-table table .c2.end td{
  border-bottom: 1px solid var(--main);
}
.location-list {
  display: block;
  align-items: stretch;
  width: 100%;
}
.location-list .ttl {
  width: auto;
  background: none;
  color: #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
}
.location-list .list {
  width: auto;
  border: none;
  background: none;
  display: grid;
  grid-template-columns: repeat(2, 480px);
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0;
  padding: 25px 0;
}
.location-list .list ul {
  width: 460px;
  min-width: 180px;
}
.location-list .list ul li {
  margin: 5px 0;
}
.location-list .list .s-ac-in {
  display: flex;
}
.location-list .list .more-btn {
  display: none;
}
.company {
  padding: 70px 90px;
  background: #FFF;
  border: 1px solid var(--main);
}
.company-list {
  display: block;
}
.company-list .sub-ttl2 h4 {
  color: var(--main);
}
.company-list .sub-ttl2::before {
  content: none;
}
.company-list .text {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  position: relative;
}
.company-list .text::after {
  content: "";
  width: 30px;
  height: 39px;
  background: url(../img/lp/ico_yadokarikun.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company-list .ttl {
  width: auto;
  background: none;
  color: #000;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.company-list .list{
  width: 100%;
  border: none;
  background: none;
  flex-wrap: nowrap;
  font-size: 13px;
  padding: 0;
  justify-content: space-between;
}
.company-list .list ul {
  min-width: 140px;
  margin-left: 0;
}

/* ===========================================
 * ACCESS
 * ======================================== */
 .access-txt-area.column {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
 }
.access-txt-area.column .access-txt {
  width: auto;
  margin-bottom: 0;
}
.access-txt-area.border {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 30px;
  box-sizing: border-box;
}
.access-txt .num {
  font-size: 57px;
}
.location-list2 {
  display: flex;
  align-items: baseline;
}
#access .txt-img .btn .detail {
  position: absolute;
  width: 200px;
  left: 190px;
  bottom: 200px;
}

/* ===========================================
 * DESIGN
 * ======================================== */
.bg-design {
  background: var(--main);
}
.bg-tri .bg-tri-img {
  height: 1000px;
  background: url(../img/lp/tri_bg.png) no-repeat center;
}
.bg-tri2 {
  background: url("../img/lp/design_img01.jpg") calc(50% - 445px) 135px / 1080px 760px no-repeat var(--main);
}
.txt-img.t560 .txt-area {
  width: 560px;
}

/* ===========================================
 * PLAN
 * ======================================== */
.plan-container {
  padding: 100px 0;
}
.plan-container.p1 {
  background: #f7f7f7;
}
.plan-container.p2 {
  background: var(--palebg);
}
.plan-container .c-ttl {
  position: relative;
}
.plan-container .c-ttl::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 3px;
  left: -15px;
  z-index: -1;
}
.plan-container.p1 .c-ttl::before {
  background: var(--palebg);
}
.plan-container.p2 .c-ttl::before {
  background: #FFF;
}
.plan-container .c-txt {
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
.plan-container .wrap .plan-box {
  height: 660px;
  position: relative;
}
.plan-container .wrap .plan-box::before {
  content: "";
  width: 360px;
  height: 320px;
  position: absolute;
  top: 60px;
  left: 320px;
  z-index: 0;
}
.plan-container .wrap .plan-box::before {
  background: var(--main);
}
.plan-container .wrap .plan-box .plan-desc {
  position: relative;
  width: 600px;
  z-index: 1;
}
.plan-container .wrap .plan-box .plan-desc img {
  filter: brightness(0.6);
}
.plan-container .wrap .plan-box .plan-desc .plan-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plan-container .wrap .plan-box .plan-desc .plan-text .txt-area {
  color: #FFF;
  text-align: center;
}
.plan-container .wrap .plan-box .plan-desc .plan-text .txt-area .ttl {
  font-size: 40px;
}
.plan-container .wrap .plan-box .plan-desc .plan-text .txt-area .ttl span {
  font-size: 60px;
}
.plan-container .wrap .plan-box .plan-desc .plan-text .txt-area .data ul li::before {
  content: "";
  background: #fff;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.plan-container .wrap .plan-box .plan-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ===========================================
 * OUTLINE
 * ======================================== */
.out-line-table .list dl dt {
  padding-right: 25px;
}

/* ===========================================
 * etc
 * ======================================== */
.font-m { font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif !important; }

.f-s160 { font-size: 160% !important; }
.f-s170 { font-size: 170% !important; }
.f-s180 { font-size: 180% !important; }
.f-s190 { font-size: 190% !important; }
.f-s200 { font-size: 200% !important; }

.f-c-base{ color: var(--main) !important; }
.f-c-base01{ color: var(--access) !important; }

.sub-ttl.local::before { background: var(--main) !important; }
.sub-ttl2.c2 { color: #A6A6B7 !important; }
.sub-ttl2.c2::before { background: #88878f !important; }

.txt-img .txt-area.w100.tac { text-align: center; }
.txt-img .txt-area.w100 { width: 100%; }

/*======================================================================*/

@media screen and (max-width: 767px) {

/* ===========================================
 * TOP
 * ======================================== */
  .main-img2 {
    height: 840px;
  }
  .main-img2 .main-img2-img .img::after {
    height: 410px;
  }
  .main-img2 .img.blu {
    width: 100%;
    position: absolute;
    bottom: -140px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
  }
  .main-img2 .img.blu .shadow_wrap {
    left: 80px;
  }
  .main-img2 .img.blu .shadow_wrap::after {
    width: 375px;
    height: 150px;
  }
  .main-img2 .img img {
    width: auto;
    height: 370px;
  }
  .main-img2 .img .annotation {
    padding-right: 0;
  }
  .main-img2 .img-sub{
    display:none;
    width: 65%;
    left: calc(50% - 120px);
    top: calc(50% + 10px);
  }
  .main-img2 .main-img2-img{
    height: 410px;
  }
  .main-img2 .main-img2-img .img{
    height: 410px;
  }
  .main-img2 .main-img2-img .txt-0 {
    top: 180px;
    left: 0;
    font-size: 18px;
  }
  .main-img2 .main-img2-img .main-img-txt {
    width: 280px;
  }
  .main-img2 .main-img2-img .txt{
    top: 150px;
    left: 0;
    right:0;
    padding-right: 0;
    margin-left: 0;
  }
  .main-img2 .main-img2-img .txt .t1 .main-ttl img{
      width: 300px;
      filter: drop-shadow(3px 3px 5px #fff);
  }
  .main-img2 .main-img2-img .txt .t2{
    margin-right: 0;
    margin-left: 15px;
    padding-top: 0;
    color: #fff;
    font-size: 22px;
    text-shadow: 3px 3px 3px #000;
  }
  .main-img2 .main-img2-txt {
    min-width: 100%;
    height: 480px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    display: block;
  }
  .main-img2 .main-img2-txt .img {
    width: 100%;
    top: -375px;
    right: auto;
    bottom: auto;
  }
  .main-img2 .main-img2-txt .img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-img2 .main-img2-txt .img img {
    height: 425px;
  }
  .main-img2 .main-img2-txt .wrap {
    height: auto;
    padding: 200px 20px 0;
    margin-top: 0;
  }
  .main-img2 .main-img2-txt .t1 .t1-1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .main-img2 .main-img2-txt .t1.date {
    padding-top: 15px;
  }
  .main-img2 .main-img2-txt .t1 .date {
    width: 100%;
    display: block;
    text-align: left;
  }
  .main-img2 .main-img2-txt .t1 .date > :not(:first-child) {
    padding-top: 5px;
  }
  .main-img2 .main-img2-txt .t1 .date>div {
    margin: 0;
  }
  .main-img2 .main-img2-txt .t1 .date span {
    width: 120px;
    text-align: center;
  }
  .main-img2 .main-img2-txt .t2 {
    padding-top: 10px;
  }
  .main-img2 .main-img2-txt .t2 .price dl {
    margin-left: 0;
  }
  .main-img2 .main-img2-txt .t2 .price dl dt {
    width: 120px;
    font-size: 16px;
    padding: 15px 20px;
  }
  .main-img2 .main-img2-txt .t2 .price {
    gap: 10px;
  }
  .main-img2 .main-img2-txt .t2 .price.p2 {
    margin-bottom: 0;
  }
  .main-img2 .main-img2-txt .t2 .price.p2 dl dt {
    width: 120px;
  } 
  #logo_loader .f_logo {
    width: 300px;
  }
  .inview-ready .inview.t1,
  .inview-ready .inview.t2,
  .inview-ready .inview.blu {
    transition-delay: 1.5s;
  }
  .inview-ready .inview_mv2 .main-img2-img .txt-0 {
    -webkit-transition: opacity 1s ease !important;
    -ms-transition: opacity 1s ease, !important;
    transition: opacity 1s ease !important;
    transition-delay: 1s;
  }
  .inview-ready .inview_mv2 .main-img2-img .img {
    -webkit-transition: opacity 1.5s ease !important;
    -ms-transition: opacity 1.5s ease !important;
    transition: opacity 1.5s ease !important;
    transition-delay: 1.5s;
  }
  .top-info {
    margin: 60px 0 0;
  }
  .top-info .access-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-info .access-content .access-txt .sub {
    font-size: 18px;
  }
  .top-info .access-content .access-txt .main {
    font-size: 24px;
  }
  .top-info .room-content {
    display: block;
    text-align: center;
    padding: 0 10px;
  }
  .top-info .room-content .text {
    display: block;
  }
  .top-info .room-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top-info .room-content .text {
    font-size: 24px;
  }
  .top-info .room-content .text .room-area {
    margin-top: 10px;
  }
  .main-img .txt-area .main-img-txt {
    padding: 0 10px 55px;
  }
  .main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
  }
  .main-img .txt-area2 .txt .ttl{
    font-size: 20px!important;
    bottom: 205px;
  }
  .main-img .img-area{
    height: 500px;
  }
  .main-img .txt-area {
    height: 460px;
  }
  .main-img .txt-area .txt-box{
    padding: 20px;
  }
  .main-img .txt-area .txt-box .t2 .date{
    justify-content: center;
  }
  .main-img .txt-area .txt-box .t2 .price dl dt {
    padding: 5px 10px;
  }
  .main-img .txt-area .main-txt{
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
  }
  .main-img .txt-area2 {
    height: 200px;
  }
  .main-img .txt-area2 .img {
    width: 100%;
    z-index: 2;
  }
  .main-img .txt-area2 .img img {
    width: 170px;
    height: auto;
    left: auto;
    right: -20px;
    bottom: 0;
  }
  .main-img .txt-area2 .txt {
    height: 200px;
    width: 100%;
  }
  .main-img .txt-area2 .txt p{
    line-height: 1.5;
    font-size: 12px;
    width: calc(100% - 115px);
  }
  .main-img .txt-area2 .txt::after {
    border-width: 0 0 200px 50px;
  }

/* ===========================================
 * LOCATION
 * ======================================== */
  #location.block {
    margin-top: 180px;
  }
  #location.block::before {
    content: "";
    width: 100%;
    height: 235px;
    background: var(--main);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
  }
/* scroll */
/* ======================================== */
  .scroll_wrap {
    padding: 80px 0 !important;
  }
  .scroll_wrap .text {
    padding-left: 15px;
  }
  .scroll_wrap .scroll_contents {
    padding-left: 0;
  }
  .scroll_wrap .scroll_contents .scroll_item {
    padding: 0 10px 5px 15px;
    margin-right: 40px;
  }
  .scroll_wrap .scroll_contents .scroll_item .pop {
    display: inline-block;
  }
  .scroll_wrap .scroll_contents .scroll_item .pop::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .scroll_wrap .scroll_contents .scroll_item .pop img {
    width: auto;
    height: 220px;
  }
  .scroll_wrap .scroll_contents .scroll_item h3 {
    font-size: 18px;
  }
  .scroll_down{
    position:absolute;
    bottom:62%;
    right: -10px;
  }
  .arrow {
    width: 15px;
  }
  @keyframes move {
    25% { opacity: 1; transform: rotate(-90deg)}
    33% { opacity: 1; transform: rotate(-90deg) translateY(5px); }
    67% { opacity: 1; transform: rotate(-90deg) translateY(10px); }
    100% { opacity: 0; transform: rotate(-90deg) translateY(20px) scale3d(0.5, 0.5, 0.5); }
  }

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
  .block.life::before {
    content: "";
    width: 100%;
    height: 230px;
    background: var(--main);
    clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .block.life .section-inner {
    padding: 0 0 80px 0;
  }
  .c-table table td {
    padding: 5px;
  }
  .location .location-list {
    display: block;
    width: 100%;
  }
  .location .location-list .ttl {
    width: auto;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .location .location-list .scroll-wrap {
    position: relative;
    background: var(--palebg);
    padding: 10px 0 10px 15px;
  }
  .location .location-list .scroll-wrap .list {
    width: auto;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    height: 300px;
    overflow-y: scroll;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .location .location-list .scroll-wrap .list::-webkit-scrollbar {
    display: none;
  }
  .location .location-list .location-scrollbar {
    position: absolute;
    top: 0;
    right: 35px;
  }
  .location .location-list .location-scrollbar::before {
    position: absolute;
    top: 10px;
    right: -20px;
    content: '';
    display: block;
    width: 2px;
    height: 300px;
    background: #A6A6B7;
  }
  .location .location-list .location-scrollbar .thumb {
    position: absolute;
    top: 10px;
    right: -25px;
    width: 12px;
    height: 12px;
    background: #A6A6B7;
    border-radius: 50%;
    transform: translateY(0);
  }
  .location-list .scroll-wrap .list ul {
    width: 100%;
    flex-grow: 1;
    margin-left: 0;
  }
  .location-list .scroll-wrap .list ul li {
    margin: 5px 0;
  }
  .location-list .scroll-wrap .list .more-btn {
    display: block;
    border: 1px solid var(--main);
    font-size: 16px;
    padding: 5px;
    width: 200px;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
  }
  .location-list .scroll-wrap .list .more-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid var(--main);
    border-right: 1px solid var(--main);
    box-sizing: border-box;
    top: calc(50% - 0px);
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
  .location-list .scroll-wrap .list .s-ac {
    display: none;
  }
  .location-list .scroll-wrap .list .s-ac-in {
    display: block;
  }
  .company {
    padding: 15px;
  }
  .company-list .scroll-wrap {
    position: relative;
    padding: 10px 0 10px 15px;
    background: var(--palebg);
  }
  .company-list .scroll-wrap .list {
    height: 240px;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .company-list .scroll-wrap .list::-webkit-scrollbar {
    display: none;
  }
  .company .company-list .company-scrollbar {
    position: absolute;
    top: 0;
    right: 22px;
  }
  .company .company-list .company-scrollbar::before {
    position: absolute;
    top: 10px;
    right: -7px;
    content: '';
    display: block;
    width: 2px;
    height: 240px;
    background: #A6A6B7;
  }
  .company .company-list .company-scrollbar .thumb {
    position: absolute;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #A6A6B7;
    border-radius: 50%;
    transform: translateY(0);
  }
  .company-list .scroll-wrap .list ul {
    margin-left: 0;
  }
  .company-list .location ul {
    width: 100%;
  }
  .company-list .scroll-wrap .list .more-btn {
    border: 1px solid var(--main);
  }

/* ===========================================
 * ACCESS
 * ======================================== */
  .access-txt {
    font-size: 24px;
  }
  .access-txt-area.column .access-txt {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .access-txt-area.border {
    padding-top: 30px;
  }
  .access-txt .sub {
    font-size: 15px;
    margin: 10px 0;
  }
  .access-txt .num {
    font-size: 32px;
  }
  .location-list2 {
    display: block;
  }
  #access .txt-img .btn .detail {
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
  }
/* ===========================================
 * DESIGN
 * ======================================== */
  .c-ttl h3 {
    font-size: 20px;
  }
  .bg-tri {
    height: 900px;
  }
  .bg-tri .bg-tri-img {
    background: none;
  }
  .bg-tri2 {
    background: var(--main) ;
  }
  .bg-tri2::before {
    border-color: transparent transparent var(--main) transparent;
  }
  .txt-img.t560 .txt-area {
    width: 100%;
  }

/* ===========================================
 * PLAN
 * ======================================== */
  .plan-container {
    padding: 60px 0;
  }
  .plan-container .wrap {
    padding: 0;
  }
  .plan-container .wrap .c-ttl::before {
    top: -1px;
    left: -8px;
    width: 15px;
    height: 15px;
  }
  .plan-container .wrap .plan-box {
    height: 460px;
    position: relative;
  }
 .plan-container .wrap .plan-box::before {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 0;
  }
  .plan-container .wrap .plan-box .plan-desc {
    width: 85%;
    position: relative;
    top: 0;
    left: 20px;
  }
  .plan-container .wrap .plan-box .plan-desc .plan-text {
    width: 100%;
  }
  .plan-container .wrap .plan-box .plan-desc .plan-text .txt-area .ttl {
    font-size: 26px;
  }
  .plan-container .wrap .plan-box .plan-desc .plan-text .txt-area .ttl span {
    font-size: 36px;
  }
  .plan-container .wrap .plan-box .plan-desc .plan-text .txt-area .data ul li::before {
    left: -20px;
    top: 4px;
  }
  .plan-container .wrap .plan-box .plan-img {
    width: 85%;
    position: relative;
    bottom: 20px;
    left: calc(15% - 20px);
  }

/* ===========================================
 * OUTLINE
 * ======================================== */
  .out-line-table .list dl dt {
    padding-right: 30px;
  }

}