@charset "UTF-8";
.color {
  color: #d75050;
}

.brown {
  color: #43320a;
}

@media screen and (min-width: 769px) {
  .bread_item:nth-of-type(n+2)::before {
    padding-right: 6px;
  }
  /*==============================================================================
    hero style
  ============================================================================= */
  .hero .flex {
    align-items: center;
  }
  .hero .hero_bg {
    background: url(../../../img/tenpo/sendai/hero_bg01_pc.jpg) no-repeat center/cover;
    padding: 45px 0 50px;
  }
  .hero .hero_ttl_wrap {
    width: 613px;
    padding: 0 0 10px;
  }
  .hero .hero_ttl {
    font-size: 66px;
    font-weight: 500;
    background: linear-gradient(0deg, #c63434 56%, #d75050 62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
  }
  .hero .hero_sub_ttl {
    position: relative;
    margin-left: 30px;
    font-size: 34px;
  }
  .hero .hero_sub_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1.5rem;
    height: 1px;
    width: 260px;
    border-width: 0;
    background-image: linear-gradient(90deg, transparent 0%, #89651d 50%, transparent 100%);
  }
  .hero .hero_sub_ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    height: 1px;
    width: 260px;
    border-width: 0;
    background-image: linear-gradient(90deg, transparent 0%, #89651d 50%, transparent 100%);
  }
  .hero .hero_msg {
    margin-bottom: 30px;
  }
  .hero .hero_msg_bg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../../img/tenpo/nagoya/hero_msg02.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 67px;
    width: 510px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1rem;
    line-height: 67px;
    text-shadow: 5px 0 5px rgba(105, 105, 105, 0.49);
  }
  .hero .hero_msg_box {
    width: 514px;
  }
  .hero .hero_band {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 510px;
    background: url(../../../img/tenpo/nagoya/hero_band_bg02_pc.png) no-repeat center/cover;
    background-size: 460px;
    background-position: top left;
  }
  .hero .hero_band .flex {
    display: flex;
    width: 514px;
    align-items: center;
    color: #43320a;
    justify-content: flex-start;
    padding: 23px 27px;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .hero .hero_band li {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.44;
  }
  .hero .hero_band li .size {
    font-size: 25px;
    line-height: 1;
  }
  .hero .hero_band .list01 {
    margin-left: 0;
  }
  .hero .hero_band .list02 {
    margin-left: 77px;
  }
  .hero .hero_band .list03 {
    margin-left: 78px;
    text-align: center;
  }
  .hero .hero_band .txt {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.36;
    font-weight: 500;
    text-align: left;
  }
  .hero .hero_band .txt strong {
    font-size: 22px;
    color: #d75050;
  }
  /*==============================================================================
    store style
  ============================================================================= */
  .store .flex {
    justify-content: space-between;
  }
  .store .store_bg {
    padding: 65px 0 100px;
    background: #f5f0e7;
  }
  .store .store_ttl {
    margin: 0 0 40px;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .store .store_subttl {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3px;
    color: white;
    font-size: 30px;
    background: #cb473c;
  }
  .store .store_img {
    position: absolute;
    top: -61px;
    left: -36px;
  }
  .store .store_block01 {
    width: 655px;
  }
  .store .store_list {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
  .store .store_list .item + .item {
    margin: 3px 0 0;
  }
  .store .store_list .item:nth-of-type(2) .term, .store .store_list .item:nth-of-type(3) .term {
    padding: 7px 17px;
  }
  .store .store_list .item:nth-of-type(2) .desc, .store .store_list .item:nth-of-type(3) .desc {
    padding: 8px 20px;
  }
  .store .store_list .term {
    display: flex;
    align-items: center;
    width: 138px;
    padding: 17px;
    background: #b1994e;
    color: white;
  }
  .store .store_list .desc {
    width: 515px;
    padding: 20px;
    background: white;
    line-height: 1.5;
  }
  .store .store_note {
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .store .store_wrapper {
    width: 1010px;
    margin: 35px auto 0;
    display: grid;
    grid-template: "e1 e1" 370px "e2 e3" auto/auto auto;
  }
  .store .store_block02 {
    width: 525px;
  }
  .store .store_map {
    position: relative;
    width: 525px;
    height: 462px;
    grid-area: e1;
  }
  .store .store_map iframe {
    width: 100%;
    height: 100%;
  }
  .store .store_btn {
    width: 440px;
    margin: 30px auto 0;
  }
  /*==============================================================================
  access style
  ============================================================================= */
  .access_bg {
    padding: 75px 0 105px;
    background: #f1f1f1;
  }
  .access_ttl {
    margin: 0 0 43px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.55;
  }
  .access_ttl .color {
    font-size: 58px;
  }
  .access_img {
    position: absolute;
    top: -75px;
    right: -240px;
  }
  .access_list {
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 42px;
  }
  .access_item {
    position: relative;
    width: 340px;
  }
  .access_item:nth-of-type(4) {
    margin-left: 195px;
  }
  .access_item:nth-of-type(5) {
    margin-right: 195px;
  }
  .access_item::after {
    position: absolute;
    top: 50%;
    right: -35px;
    width: 20px;
    height: 32px;
    background: #634509;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translateY(-50%);
    content: "";
  }
  .access_item:nth-of-type(3)::after {
    display: none;
  }
  .access_item:nth-of-type(4)::after {
    right: 0;
    left: -37px;
  }
  .access_item:nth-of-type(5)::after {
    right: 0;
    left: -37px;
  }
  .access .tab-content02 .access_item:nth-of-type(1) .txt01 {
    letter-spacing: 0.01em;
  }
  .access .tab-content02 .access_item:nth-of-type(2) .txt01 {
    letter-spacing: 0;
  }
  .access .tab-content02 .access_item:nth-of-type(4) .txt01 {
    letter-spacing: 0.01em;
  }
  .access .access_item .txt01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 85px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 30px;
    text-align: center;
    background: #d75050;
  }
  .access .access_item .txt01::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 56px;
    background: #634509;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
    content: "";
  }
  .access .access_item .txt01 .number {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    padding: 3px 0 0 10px;
    color: white;
    font-size: 24px;
  }
  .access .access_item img {
    width: 100%;
  }
  .access .flow_tab-list {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .access .flow_tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 71px;
    border: 4px solid #c9c9c9;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin: 0 30px;
    background: linear-gradient(to top, #aaaaaa, #c0c0c0);
    cursor: pointer;
  }
  .access .flow_tab-btn .txt {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.06em;
  }
  .access .flow_tab-btn .txt span {
    font-size: 18px;
  }
  .access .flow_tab-btn.active {
    height: 81px;
    border: 4px solid #f18e8e;
    border-bottom: none;
    background: linear-gradient(to top, #d75151, #e66e60);
    pointer-events: none;
  }
  .access .flow_tab-btn.active .txt {
    color: #ffffff;
    font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "MS Mincho", serif;
  }
  .access .flow_tab {
    border-top: 4px solid #f18e8e;
    border-bottom: 3px solid #d1d1d1;
    background: #fff;
  }
  .access .flow_tab-content {
    padding: 50px 40px 60px;
  }
  .access .flow_tab-content.tab-content02 {
    display: none;
  }
  /*==============================================================================
  access style
  ============================================================================= */
  .parking_bg {
    padding: 71px 0 80px;
    background: #f5f0e7;
  }
  .parking_ttl {
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.55;
  }
  .parking_ttl .size {
    font-size: 50px;
  }
  .parking_list {
    justify-content: space-between;
  }
  .parking_item {
    width: 550px;
    background: white;
    border: solid 2px #634509;
  }
  .parking_item .parking_name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    height: 72px;
    padding: 8px 0 8px 50px;
    background: #634509;
    color: white;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .parking_item .parking_name::before {
    content: "";
    position: absolute;
    left: 115px;
    display: inline-block;
    background: url(../../../img/tenpo/nagoya/parking_ico_pc.png) no-repeat 50% 0;
    background-size: contain;
    width: 42px;
    height: 32px;
  }
  .parking_item .parking_name span {
    display: inline-block;
    width: 100%;
  }
  .parking_item .parking_name .fs01 {
    font-size: 18px;
  }
  .parking_item:last-of-type .parking_name::before {
    left: 80px;
  }
  .parking_item .parking_img {
    width: 468px;
    margin: 42px auto 0;
  }
  .parking_item .parking_detail {
    width: 468px;
    margin: auto;
    padding: 22px 0 40px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .parking_item .parking_detail .term {
    display: flex;
    align-items: center;
    width: 120px;
    color: white;
    background: #d75050;
    padding-left: 18px;
  }
  .parking_item .parking_detail .desc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 348px;
    background: #ebebeb;
    padding: 8px 0 8px 18px;
  }
  .parking_item .parking_detail .mini {
    font-size: 16px;
  }
  .parking_item .parking_detail .flex + .flex {
    margin: 5px 0 0;
  }
  .parking_item .parking_detail.two-column {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .parking_item .parking_detail.two-column .flex {
    width: 227px;
    margin: 0;
  }
  .parking_item .parking_detail.two-column .term {
    width: 90px;
    padding-left: 6px;
  }
  .parking_item .parking_detail.two-column .desc {
    width: 137px;
    padding-left: 8px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .parking .parking_bg.busstop {
    padding: 0 0 100px;
  }
  .parking .parking_bg.busstop .parking_item .parking_name::before {
    left: 120px;
  }
  .parking .parking_bg.busstop .parking_item .parking_name::before {
    background: url(../../../img/tenpo/nagoya/busstop_ico_pc.png) no-repeat 50% 0;
    background-size: cover;
    width: 45px;
    height: 36px;
  }
  .parking .parking_bg.busstop .parking_item .parking_detail .desc {
    padding-left: 15px;
    letter-spacing: 0;
  }
}/*# sourceMappingURL=style.css.map */