/*! Writen  by SCSS */
.mainvisual:before {
  padding-bottom: 41.75%;
}
.mainvisual .mainimg {
  background-image: url("../images/main.jpg");
}

.inner {
  max-width: 1080px;
}

.sec01 {
  padding-top: clamp(60px, 8.34%, 100px);
  padding-bottom: clamp(80px, 10%, 120px);
}

.sec02 {
  padding-bottom: clamp(40px, 6.67%, 80px);
}

.lifestyle_banner {
  margin-bottom: clamp(60px, 8.34%, 100px);
}

.sec03 {
  padding-bottom: clamp(80px, 10%, 120px);
}

.line_figure {
  max-width: fit-content;
  margin-top: clamp(40px, 6.67%, 80px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(25px, 3.34%, 40px);
}

.sec01_time_text {
  text-align: center;
  margin-bottom: clamp(25px, 3.34%, 40px);
}

.sec01_list {
  display: grid;
  align-items: start;
  align-content: start;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2.32vw, 25px) 1.94%;
}
@media screen and (max-width: 480px) {
  .sec01_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 3%;
  }
}
.sec01_list .item .text_box {
  margin-top: 13px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .sec01_list .item .text_box {
    letter-spacing: 0;
  }
}
.sec01_list .item .text_box .time {
  font-size: clamp(18px, 2.14vw, 25px);
  line-height: 1;
}
.sec01_list .item .text_box .time .text_yellow {
  display: inline-block;
  font-size: 1.3em;
  color: #eace76;
}
.sec01_list .item .text_box .line {
  font-size: clamp(10px, 1.16vw, 14px);
  line-height: 1.2;
  margin-top: 0.71em;
}

.sec01_car {
  margin-top: clamp(40px, 6.67%, 80px);
}
.sec01_car .car_access_image {
  width: fit-content;
  margin: clamp(25px, 3.34%, 40px) auto;
}
.sec01_car .car_lead {
  text-align: center;
  margin-bottom: clamp(25px, 3.34%, 40px);
}
.sec01_car .sec01_b_list {
  max-width: 720px;
  width: 66.67%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.91%;
}
@media screen and (max-width: 480px) {
  .sec01_car .sec01_b_list {
    width: 100%;
    gap: 0 3%;
  }
}
.sec01_car .sec01_b_list .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec01_car .sec01_b_list .item .text_box {
  margin-top: 13px;
}

.sec01_bottom {
  margin-top: clamp(40px, 6.67%, 80px);
}
.sec01_bottom .sec01_b_wrap {
  max-width: 720px;
  width: 66.67%;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(25px, 3.34%, 40px);
  display: grid;
  align-items: center;
  align-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.91%;
}
@media screen and (max-width: 480px) {
  .sec01_bottom .sec01_b_wrap {
    align-items: start;
    align-content: start;
    width: 100%;
    gap: 0 3%;
  }
}
.sec01_bottom .sec01_b_wrap .text_box {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .sec01_bottom .sec01_b_wrap .text_box {
    letter-spacing: 0;
  }
}
.sec01_bottom .sec01_b_wrap .text_box .time {
  font-size: clamp(18px, 2.14vw, 25px);
  line-height: 1.28;
}
.sec01_bottom .sec01_b_wrap .text_box .time .text_yellow {
  display: inline-block;
  font-size: 1.3em;
  color: #eace76;
}
.sec01_bottom .sec01_b_wrap .text_box .sec01_b_text {
  font-size: clamp(10px, 1.16vw, 14px);
  line-height: 1.2;
}

.sec02_wrap_outer {
  margin-top: clamp(40px, 6.67%, 80px);
}
.sec02_wrap_outer .sec02_wrap:not(:last-child) {
  margin-bottom: clamp(40px, 6.67%, 80px);
}
.sec02_wrap_outer .sec02_wrap .en_head {
  font-size: clamp(20px, 2.58vw, 30px);
  color: #eace76;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: clamp(25px, 3.34%, 40px);
  text-align: center;
}
.sec02_wrap_outer .sec02_wrap .sec02_text_box {
  margin-top: clamp(25px, 3.34%, 40px);
}
.sec02_wrap_outer .sec02_wrap .sec02_text_box .lead {
  font-size: clamp(20px, 2.58vw, 30px);
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .sec02_wrap_outer .sec02_wrap .sec02_text_box .read {
    text-align: left;
  }
}
.sec02_wrap_outer .sec02_wrap_shopping .sec02_shop_box_top {
  padding-bottom: clamp(25px, 3.34%, 40px);
  margin-bottom: clamp(25px, 3.34%, 40px);
  border-bottom: 1px dotted #fff;
}

.sec02_list {
  display: grid;
  align-items: start;
  align-content: start;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.21vw, 13px) 2.22%;
}
@media screen and (max-width: 480px) {
  .sec02_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 3%;
  }
}
.sec02_list .item .item_name {
  text-align: right;
  font-size: clamp(11px, 1.16vw, 14px);
  line-height: 1.2;
  margin-top: 0.35em;
}
.sec02_list .item_col {
  grid-column: span 2;
}
.sec02_list .item_col_01 {
  grid-row: span 2;
}
@media screen and (max-width: 480px) {
  .sec02_list .item_col_01 {
    grid-row: auto;
  }
}

.sec03_head {
  max-width: 782px;
  margin-bottom: clamp(25px, 3.34%, 40px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 2.5vw, 29px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .sec03_head {
    font-size: 24px;
  }
}
.sec03_head .text {
  flex-shrink: 0;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.sec03_head::before, .sec03_head::after {
  content: "";
  height: 1px;
  width: 100%;
}
.sec03_head::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.sec03_head::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
}

.lifeinfo_wrap {
  margin-top: clamp(30px, 5%, 60px);
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .lifeinfo_wrap {
    width: 100%;
    display: block;
  }
}
.lifeinfo_wrap .lifeinfo_box {
  font-size: clamp(10px, 1.51vw, 18px);
  width: 47.23%;
}
@media screen and (max-width: 768px) {
  .lifeinfo_wrap .lifeinfo_box {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .lifeinfo_wrap .lifeinfo_box {
    font-size: 13px;
    width: 100%;
  }
  .lifeinfo_wrap .lifeinfo_box.lifeinfo_box_left {
    margin-bottom: 20px;
  }
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item:not(:last-child) {
  margin-bottom: 3.78%;
}
@media screen and (max-width: 480px) {
  .lifeinfo_wrap .lifeinfo_box .lifeinfo_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_head {
  line-height: 1;
  margin-bottom: 10px;
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list {
  line-height: 1.34;
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item {
  display: flex;
  align-items: flex-start;
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item dt, .lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item dd {
  flex-shrink: 0;
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item dt {
  order: 1;
  margin-right: 5px;
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item dt .ex {
  font-size: 94%;
}
@media screen and (max-width: 480px) {
  .lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item dt .ex {
    font-size: 100%;
  }
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted;
  order: 2;
  margin-top: 0.66em;
}
.lifeinfo_wrap .lifeinfo_box .lifeinfo_item .lifeinfo_list .item dd {
  margin-left: 5px;
  order: 3;
}

/*# sourceMappingURL=access.css.map */
