
@charset "utf-8";

:root {
  --text-color: #211613;
  --primary-color: #e89a9f;
  --green-color: #c7d589;
  --easing: cubic-bezier(0.33, 1, 0.68, 1);
  --arrow: path('M5 0L3.93933 1.06067L7.12866 4.25H0V5.75H7.12866L3.93933 8.93933L5 10L10 5L5 0Z');
}


#wrapper {
  overflow: clip;
}



.p-aksk-wrap * {
  box-sizing: border-box;
}
.p-aksk-wrap {
  position: relative;
  color: #211613;
  font-size: 15px;
  line-height: 1.8;
}
.p-aksk-wrap * {
  box-sizing: border-box;
}
.p-aksk-wrap img {
  max-width: 100%;
  height: auto;
}
.p-aksk-wrap .a:hover {
  opacity: .8;
}
.p-aksk-wrap .wrap-group {
  padding: 0 0 64px 0;
}
@media (max-width: 767px) {
  .p-aksk-wrap {
    padding-bottom: 48px;
    font-size: 14px;
  }
  .p-aksk-wrap::before {
    background-size: auto;
  }
  .p-aksk-wrap::after {
    background-size: auto;
  }
}



/* --------------- general */
@media (max-width: 767px) {
  .-pc {
    display: none;
  }
}

/* text */
.p-aksk-wrap .-center {
  text-align: center;
}
.p-aksk-wrap .-color {
  color: var(--primary-color);
}
.p-aksk-wrap .-txt-red {
  color: #E60012;
}
.p-aksk-wrap .note {
  font-size: 13px;
}

/* arw */
.p-aksk-wrap a.-arw {
  display: grid;
  grid-template-columns: 10px auto;
  align-items: center;
  gap: 0 8px;
  line-height: 1.2;
}
.p-aksk-wrap a.-arw::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #91004F;
  clip-path: var(--arrow);
  box-shadow: 1px 1px #000;
}

/* border-box */
.p-aksk-wrap .-border-box {
  padding: 24px;
  border: 5px solid #f9f9f9;
}

/* list */
.p-aksk-wrap ul.-list {
  list-style: disc;
  padding-left: 24px;
}

/* grid */
.p-aksk-wrap dl.-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
}




/* --------------- layout */
.p-aksk-wrap section + section {
  margin-top: 64px;
}
.p-aksk-wrap section {
  position: relative;
  z-index: 1;
}
.l-aksk-container {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 32px;
}
.l-aksk-container.-min {
  max-width: 734px;
}
@media (max-width: 767px) {
  .p-aksk-wrap section + section {
    margin-top: 48px;
  }
  .l-aksk-container {
    padding: 0 24px;
  }
}



/* --------------- article */
.p-aksk-wrap .-article p + p,
.p-aksk-wrap .-article p + .p,
.p-aksk-wrap .-article .p + p,
.p-aksk-wrap .-article .p + .p {
  margin-top: 24px;
}
.p-aksk-wrap h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-aksk-wrap h3 {
  font-size: 24px;
  line-height: 1.5;
}
.p-aksk-wrap h4 {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-aksk-wrap h2 {
    font-size: 18px;
  }
  .p-aksk-wrap h3 {
    font-size: 20px;
  }
  .p-aksk-wrap h4 {
    font-size: 16px;
  }
}


/* --------------- products */
.p-aksk-products + .p-aksk-products + .p-aksk-item {
  margin-top: 64px;
}
.p-aksk-products .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.p-aksk-products2 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
.p-aksk-products .items .item,
.p-aksk-products2 .items .item{
  position: relative;
}
.p-aksk-products .items figure,
.p-aksk-products2 .items figure{
  margin-bottom: 16px;
}
.p-aksk-products .items figure img,
.p-aksk-products2 .items figure img {
  width: 100%;
}
.p-aksk-products .items .body,
.p-aksk-products2 .items .body{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  line-height: 1.5;
}
.p-aksk-products .items .title-group,
.p-aksk-products2 .items .title-group {
  padding: 8px;
  background: var(--primary-color);
}
.p-aksk-products .items .title,
.p-aksk-products2 .items .title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-aksk-products .items .description,
.p-aksk-products2 .items .description {
  font-size: 18px;
  text-align: center;
}
.p-aksk-products .items .tags,
.p-aksk-products2 .items .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-aksk-products .items .tags li,
.p-aksk-products2 .items .tags li {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  background: var(--primary-color);
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
.p-aksk-products .items .tags li a,
.p-aksk-products2 .items .tags li a{
  color: #fff;
  display: block;
}
.p-aksk-products .items .tags li a:hover,
.p-aksk-products2 .items .tags li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .p-aksk-products .items,
  .p-aksk-products2 .items {
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 320px;
    margin: 0 auto;
  }
  .p-aksk-products .items .title ,
  .p-aksk-products2 .items .title {
    font-size: 16px;
    font-weight: 700;
  }
  .p-aksk-products .items .description ,
  .p-aksk-products2 .items .description {
    font-size: 14px;
  }
  .p-aksk-products .items .tags li,
  .p-aksk-products2 .items .tags li {
    max-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
  }
}
/* green */
.p-aksk-products.-green .items {
  grid-template-columns: repeat(2, 1fr);
}
.p-aksk-products.-green .items .title-group {
  background: var(--green-color);
}
/* home */
.p-aksk-products .items.-home figure {
  margin-bottom: 0;
}
/* item */
.p-aksk-item .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}
.p-aksk-item  .items .item {
  position: relative;
}
@media (max-width: 767px) {
  .p-aksk-item  .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-aksk-item  .items .item {
    margin-inline: auto;
  }
}
/* place */
.p-aksk-place .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}
.p-aksk-place  .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 72px 16px 24px;
  background: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.p-aksk-place  .items .item .body .walk-time {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 60px;
  height: 60px;
  background: #cdad8a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
}
.p-aksk-place  .items .item .body .walk-time .min {
  font-size: 20px;
}
.p-aksk-place  .items .item .body .place-name {
  text-align: center;
  font-size:24px;
  text-align: center;
  span{
    font-size: 20px;
  }
}
.p-aksk-place .map{
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .p-aksk-place  .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-aksk-place .items .item {
    padding: 24px 16px;
  }
  .p-aksk-place .items .item .body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .p-aksk-place .items .item .body .walk-time {
    position: static;
  }
}

/* motion */
/*
.p-aksk-products .items .item {
  opacity: 0;
  translate: 0 32px;
  transition: .4s var(--easing);
}
.p-aksk-products .items .item.-active {
  opacity: 1;
  translate: 0 0;
}
.p-aksk-products .items .item:nth-child(3n + 2) {
  transition-delay: .1s;
}
.p-aksk-products .items .item:nth-child(3n + 3) {
  transition-delay: .2s;
}
@media (max-width: 767px) {
  .p-aksk-products .items .item:nth-child(3n + 2) {
    transition-delay: 0s;
  }
  .p-aksk-products .items .item:nth-child(3n + 3) {
    transition-delay: 0s;
  }
}
*/


/* layout */
.p-aksk-products .p-aksk-lead + .items,
.p-aksk-item .p-aksk-lead + .items,
.p-aksk-place .p-aksk-lead + .items {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-aksk-products + .p-aksk-products,
  .p-aksk-item .p-aksk-lead + .items,
  .p-aksk-place .p-aksk-lead + .items {
    margin-top: 48px;
  }
}



/* --------------- hero */
.p-aksk-hero {
  overflow: hidden;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 64px;
}



/* --------------- lead */
.p-aksk-lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-aksk-lead {
    font-size: 16px;
    text-align: left;
  }
}


/* --------------- head */
.p-aksk-head {
  margin-bottom: 32px;
}
.p-aksk-head .-title{
  display: flex;
  align-items: center;
  max-width: 1024px;
  height: 68px;
  padding: 0 40px;
}
.p-aksk-head .-title img {
  width: 100%;
  max-width: 469px;
}
.p-aksk-head .-pink{
  background: url("/urban/akasakabiztower-sd/special/25-090/images/hd03_title_bg01.jpg") top left no-repeat;
}

.p-aksk-head .-green{
  background: url("/urban/akasakabiztower-sd/special/25-090/images/hd03_title_bg02.jpg") top left no-repeat;
}
.p-aksk-head .-brown{
  background: url("/urban/akasakabiztower-sd/special/25-090/images/hd03_title_bg03.jpg") top left no-repeat;
}
@media (max-width: 767px) {
  .p-aksk-head .-title {
    display: block;
    height: auto;
    padding: 8px 16px;
    background-size: cover;
  }
}


/* --------------- campaign */
.p-aksk-wrap .-border-box.-campaign {
  position: relative;
  background: #184373;
  border-color: #fff100;
  color: #fff;
}
.p-aksk-wrap .-border-box.-campaign h3 {
  color: #fff100;
  font-weight: 700;
}
.p-aksk-wrap .-border-box.-campaign .obj {
  position: absolute;
  top: -20px;
  right: 15px;
  width: 170px;
}
.p-aksk-wrap .-border-box.-campaign .card-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.p-aksk-wrap .-border-box.-campaign .card-items img {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .p-aksk-wrap .-border-box.-campaign .obj {
    display: none;
  }
  .p-aksk-wrap .-border-box.-campaign .card-items {
    grid-template-columns: 1fr;
  }
}



/* --------------- notice */
.p-aksk-notice .box {
  padding: 40px;
  background: #B0DCD5;
  color: var(--text-color);
  font-size: 14px;
}
.p-aksk-notice .head {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  color: #E61478;
}
.p-aksk-notice .head .h {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-aksk-notice .rights {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .p-aksk-notice .box {
    padding: 24px;
  }
  .p-aksk-notice .head {
    grid-template-columns: 1fr;
  }
  .p-aksk-notice .head .ico {
    width: 80px;
    margin: 0 auto;
  }
}



/* --------------- nav */
.p-aksk-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.p-aksk-nav .a {
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-aksk-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 auto;
  }
}



/* --------------- bg */
.p-aksk-wrap .wrap-group.-bg {
  background: url("/urban/akasakabiztower-sd/special/25-090/images/bg01.jpg") repeat center top;
  background-size: 100%;
}



/* --------------- fair */
.wrap-group.-fair {
  position: relative;
  background: url("/urban/akasakabiztower-sd/special/25-042/images/bg02_2.jpg") repeat center top;
  background-size: 100%;
  color: var(--text-color);
}
.wrap-group.-fair::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/urban/akasakabiztower-sd/special/25-042/images/bg02_1.png") no-repeat center top;
  background-size: 100%;
}
.-fair .p-aksk-lead h2 {
  color: #7E4B00 !important;
}
.-fair .p-aksk-products .items .title-group {
  background: #FFF100;
  color: var(--text-color);
}
.-fair .p-aksk-notice .box {
  background: #FFF100;
}
.p-aksk-qr {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: center;
  margin-top: 40px;
}
.p-aksk-qr li {
  max-width: 244px;
}
.p-aksk-products .items .item.-tbs {
  padding: 40px 16px;
  background: #FFF100;
  font-size: 18px;
}
.p-aksk-products .items .item.-tbs figure {
  margin-bottom: 24px;
}
.p-aksk-products .items .item.-tbs .body {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .p-aksk-products .items .item.-tbs {
    padding: 24px 16px;
    font-size: 16px;
  }
}



/* --------------- fix */
.p-aksk-fix {
  position: sticky;
  z-index: 100;
  top: 0;
  background: var(--primary-color);
}
.p-aksk-fix .l-aksk-container {
  max-width: none;
  padding: 0 40px;
}
.p-aksk-fix .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px 32px;
  min-height: 212px;
  padding: 16px 0;
}
.p-aksk-fix .phone {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
}
.p-aksk-fix .phone a {
  text-decoration: none;
  color: var(--text-color);
}
.p-aksk-fix .phone .title img {
  width: auto;
  height: 39px;
  vertical-align: top;
}
.p-aksk-fix .btn a {
  display: block;
  width: 514px;
  background: #fff;
  border-radius: 24px;
  color: #59504d;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 96px;
}
.p-aksk-fix .btn img {
  width: auto;
  height: 29px;
  vertical-align: top;s
}
@media (max-width: 1500px) {
  .p-aksk-fix .wrap {
    min-height: 0;
  }
  .p-aksk-fix .phone {
    font-size: 23px;
  }
  .p-aksk-fix .phone .title img {
    height: 24px;
  }
  .p-aksk-fix .btn a {
    width: auto;
    padding: 0 24px;
    font-size: 18px;
    line-height: 40px;
  }
  .p-aksk-fix .btn img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .p-aksk-fix .l-aksk-container {
    padding: 0 24px;
  }
  .p-aksk-fix .wrap {
    display: block;
    text-align: center;
  }
  .p-aksk-fix .phone {
    display: block;
  }
  .p-aksk-fix .phone .title img {
    height: 16px;
  }
  .p-aksk-fix .phone {
    font-size: 18px;
  }
  .p-aksk-fix .btn {
    margin-top: 8px;
  }
  .p-aksk-fix .btn a {
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
  }
  .p-aksk-fix .btn img {
    height: 14px;
  }
}

/* green */
.p-aksk-fix.-green {
  background: var(--green-color);
}



/* --------------- plan */
.p-aksk-plan .items .item + .item {
  margin-top: 40px;
}
.p-aksk-plan .items .item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
.p-aksk-plan .items .item:has(figure) {
  grid-template-columns: repeat(2, 1fr);
}
.p-aksk-plan .items .body p + p,
.p-aksk-plan .items .body ul + p,
.p-aksk-plan .items .body p + ul {
  margin-top: 24px;
}
.p-aksk-plan .items .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  .caption{
    font-size: 18px;
  }
}
.p-aksk-plan .items .description {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-aksk-plan .items .item {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px;
  }
  .p-aksk-plan .items .body p + p,
  .p-aksk-plan .items .body ul + p,
  .p-aksk-plan .items .body p + ul {
    margin-top: 16px;
  }
  .p-aksk-plan .items .title {
    font-size: 18px;
    .caption {
      font-size: 14px;
    }
  }
  .p-aksk-plan .items .description {
    font-size: 14px;
  }
}

/* box */
.p-aksk-plan .box {
  max-width: 840px;
  border: 3px solid var(--primary-color);
  margin: 48px auto 0;
  padding: 24px;
  font-size: 18px;
  text-align: center;
}
.p-aksk-plan .box.-green {
  border-color: var(--green-color);
}
@media (max-width: 767px) {
  .p-aksk-plan .box {
    font-size: 14px;
    text-align: left;
  }
}



/* --------------- info */
.p-aksk-info dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  max-width: 840px;
  margin: 0 auto;
}
.p-aksk-info dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
.p-aksk-info dl dd {
  padding: 24px;
  background: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.p-aksk-info dl .name {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-aksk-info dl {
    grid-template-columns: 1fr;
  }
  .p-aksk-info dl dt {
    padding: 8px 16px;
    font-size: 16px;
  }
  .p-aksk-info dl dd {
    font-size: 14px;
  }
  .p-aksk-info dl .name {
    font-size: 16px;
  }
}

/* green */
.p-aksk-info.-green dl dt {
  background: var(--green-color);
}



/* --------------- note */
.p-aksk-note {
  text-align: center;
}
@media (max-width: 767px) {
  .p-aksk-note {
    text-align: left;
  }
}


/* --------------- parking-btn */
.parking-btn {
  text-align: center;
}
.parking-btn img {
  max-width: 500px;
}
@media (max-width: 767px) {
  .parking-btn img {
    max-width: 100%;
  }
}



/* --------------- footer */
.footer-bnr {
  display: flex;
  justify-content: center;
  gap:0 32px;
}
.footer-bnr li {
  width: 282px;
}





