@media screen and (min-width: 1081px), print {
  .access .row {
    padding: 69px 30px 38px;
  }
  .access article {
    margin-bottom: 62px;
  }
  .access article .ttl_art {
    margin-bottom: 12px;
  }
  .access article > p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 13px;
  }
  .access article .map {
    border: 1px solid #d5d5d5;
    overflow: hidden;
  }
  .access article .map.map_img {
    margin-top: 24px;
  }
  .access article .map iframe {
    width: 100%;
    height: 478px;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .access article .map img {
    display: block;
    width: 100%;
  }
  .access article .block {
    padding-top: 15px;
  }
  .access article .block .box {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 19px;
    margin-bottom: 13px;
  }
  .access article .block .box h4 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.3px;
    margin-bottom: 13px;
  }
  .access article .block .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1.2px;
  }
  .access article .block .box dl:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .access article .block .box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 210px;
    background: #f4eceb;
    font-size: 1.4rem;
    line-height: 24px;
    color: #780e00;
    padding: 2px 0;
  }
  .access article .block .box dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 20px;
    margin: -4px 0;
  }
  .access article .block .box > small {
    display: block;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin: 4px 0 -8px;
  }
  .access article .block .box p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .access article .bot {
    padding-top: 8px;
  }
  .access article .bot .box {
    margin-bottom: 50px;
  }
  .access article .bot .box h4 {
    width: 100%;
    height: 48px;
    background: #f4eceb;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 48px;
    color: #780e00;
    position: relative;
    padding: 0 45px;
    margin-bottom: 16px;
  }
  .access article .bot .box h4.tr::before {
    width: 22px;
    height: 32px;
    background: url("../img/tr.png") no-repeat;
  }
  .access article .bot .box h4.bx::before {
    width: 23px;
    height: 28px;
    background: url("../img/bx.png") no-repeat;
  }
  .access article .bot .box h4.cr {
    margin-bottom: 24px;
  }
  .access article .bot .box h4.cr::before {
    width: 30px;
    height: 23px;
    background: url("../img/cr.png") no-repeat;
    left: 8px;
  }
  .access article .bot .box h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .access article .bot .box ul {
    position: relative;
  }
  .access article .bot .box ul li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 12px;
  }
  .access article .bot .box ul li .start {
    width: 260px;
  }
  .access article .bot .box ul li .start.color_01 {
    color: #83aa93;
  }
  .access article .bot .box ul li .start.color_01 span {
    background: #83aa93;
  }
  .access article .bot .box ul li .start.color_02 {
    color: #5da5b7;
  }
  .access article .bot .box ul li .start.color_02 span {
    background: #5da5b7;
  }
  .access article .bot .box ul li .start.color_03 {
    color: #b3ac33;
  }
  .access article .bot .box ul li .start.color_03 span {
    background: #b3ac33;
  }
  .access article .bot .box ul li .start.color_04 {
    color: #c99552;
  }
  .access article .bot .box ul li .start.color_04 span {
    background: #c99552;
  }
  .access article .bot .box ul li .start.start_01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .access article .bot .box ul li .start.start_01 span {
    height: 84px;
  }
  .access article .bot .box ul li .start span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 36px;
    font-size: 1.6rem;
    line-height: 36px;
    color: #fff;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1081px) and (-ms-high-contrast: active), screen and (min-width: 1081px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .access article .bot .box ul li .start span {
    line-height: 38px;
  }
}

@media screen and (min-width: 1081px), print {
  .access article .bot .box ul li .start small {
    display: block;
    font-size: 1.6rem;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 8px 17px 11px 0;
  }
  .access article .bot .box ul li .time {
    width: -webkit-calc(100% - 522px);
    width: -moz-calc(100% - 522px);
    width: calc(100% - 522px);
    min-height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 2px;
    border-bottom: 2px solid #ebeced;
    position: relative;
    margin-left: 10px;
  }
  .access article .bot .box ul li .time.time_01 {
    margin-left: 270px;
  }
  .access article .bot .box ul li .time::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ebeced;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .access article .bot .box ul li .end {
    width: 242px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 1px;
    border: 1px solid #d5d5d5;
    position: absolute;
    right: 0;
  }
  .access article .bot .box ul li .end.end_01 {
    height: -webkit-calc(100% - 35px);
    height: -moz-calc(100% - 35px);
    height: calc(100% - 35px);
    bottom: 0;
  }
  .access article .bot .box ul li .end.end_02 {
    height: 36px;
    top: 0;
  }
  .access article .bot .box ul li .end.end_03 {
    height: 36px;
    top: 48px;
  }
  .access article .bot .box ul li .end.end_04 {
    height: 84px;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .access .row {
    padding-top: 6.48148vw;
    padding-bottom: 3.51852vw;
  }
  .access article {
    margin-bottom: 5.74074vw;
  }
  .access article .ttl_art {
    margin-bottom: 1.11111vw;
  }
  .access article > p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.09259vw;
    margin-bottom: 1.2037vw;
  }
  .access article .map {
    border: 1px solid #d5d5d5;
    overflow: hidden;
  }
  .access article .map.map_img {
    margin-top: 2.22222vw;
  }
  .access article .map iframe {
    width: 100%;
    height: 44.25926vw;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .access article .map img {
    display: block;
    width: 100%;
  }
  .access article .block {
    padding-top: 1.38889vw;
  }
  .access article .block .box {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.75926vw;
    margin-bottom: 1.2037vw;
  }
  .access article .block .box h4 {
    font-weight: bold;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.12037vw;
    margin-bottom: 1.2037vw;
  }
  .access article .block .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.11111vw;
  }
  .access article .block .box dl:not(:last-of-type) {
    margin-bottom: 1.38889vw;
  }
  .access article .block .box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27.34375vw;
    background: #f4eceb;
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    color: #780e00;
    padding: 0.18519vw 0;
  }
  .access article .block .box dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-calc(100% - 19.44444vw);
    width: -moz-calc(100% - 19.44444vw);
    width: calc(100% - 19.44444vw);
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    padding: 0 1.85185vw;
    margin: -0.37037vw 0;
  }
  .access article .block .box > small {
    display: block;
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    letter-spacing: 0.11111vw;
    margin: 0.37037vw 0 -0.74074vw;
  }
  .access article .block .box p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.18519vw;
  }
  .access article .bot {
    padding-top: 0.74074vw;
  }
  .access article .bot .box {
    margin-bottom: 4.62963vw;
  }
  .access article .bot .box h4 {
    width: 100%;
    height: 4.44444vw;
    background: #f4eceb;
    font-weight: normal;
    font-size: 2.03704vw;
    line-height: 4.44444vw;
    color: #780e00;
    position: relative;
    padding: 0 4.16667vw;
    margin-bottom: 1.48148vw;
  }
  .access article .bot .box h4.tr::before {
    width: 2.03704vw;
    height: 2.96296vw;
    background: url("../img/tr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .access article .bot .box h4.bx::before {
    width: 2.12963vw;
    height: 2.59259vw;
    background: url("../img/bx.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .access article .bot .box h4.cr {
    margin-bottom: 2.22222vw;
  }
  .access article .bot .box h4.cr::before {
    width: 2.77778vw;
    height: 2.12963vw;
    background: url("../img/cr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0.74074vw;
  }
  .access article .bot .box h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.11111vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .access article .bot .box ul {
    position: relative;
  }
  .access article .bot .box ul li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 1.11111vw;
  }
  .access article .bot .box ul li .start {
    width: 24.07407vw;
  }
  .access article .bot .box ul li .start.color_01 {
    color: #83aa93;
  }
  .access article .bot .box ul li .start.color_01 span {
    background: #83aa93;
  }
  .access article .bot .box ul li .start.color_02 {
    color: #5da5b7;
  }
  .access article .bot .box ul li .start.color_02 span {
    background: #5da5b7;
  }
  .access article .bot .box ul li .start.color_03 {
    color: #b3ac33;
  }
  .access article .bot .box ul li .start.color_03 span {
    background: #b3ac33;
  }
  .access article .bot .box ul li .start.color_04 {
    color: #c99552;
  }
  .access article .bot .box ul li .start.color_04 span {
    background: #c99552;
  }
  .access article .bot .box ul li .start.start_01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .access article .bot .box ul li .start.start_01 span {
    height: 7.77778vw;
  }
  .access article .bot .box ul li .start span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 3.33333vw;
    font-size: 1.48148vw;
    line-height: 3.33333vw;
    color: #fff;
    letter-spacing: 0.09259vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: none) {
  .access article .bot .box ul li .start span {
    line-height: 3.51852vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .access article .bot .box ul li .start small {
    display: block;
    font-size: 1.48148vw;
    line-height: 1.48148vw;
    letter-spacing: 0.09259vw;
    padding: 0.74074vw 1.57407vw 1.01852vw 0;
  }
  .access article .bot .box ul li .time {
    width: -webkit-calc(100% - 48.33333vw);
    width: -moz-calc(100% - 48.33333vw);
    width: calc(100% - 48.33333vw);
    min-height: 3.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2963vw;
    line-height: 2.77778vw;
    letter-spacing: 0.18519vw;
    border-bottom: 2px solid #ebeced;
    position: relative;
    margin-left: 0.92593vw;
  }
  .access article .bot .box ul li .time.time_01 {
    margin-left: 25vw;
  }
  .access article .bot .box ul li .time::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 0.92593vw solid #ebeced;
    border-right: 1.2963vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .access article .bot .box ul li .end {
    width: 22.40741vw;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    letter-spacing: 0.09259vw;
    border: 1px solid #d5d5d5;
    position: absolute;
    right: 0;
  }
  .access article .bot .box ul li .end.end_01 {
    height: -webkit-calc(100% - 3.24074vw);
    height: -moz-calc(100% - 3.24074vw);
    height: calc(100% - 3.24074vw);
    bottom: 0;
  }
  .access article .bot .box ul li .end.end_02 {
    height: 3.33333vw;
    top: 0;
  }
  .access article .bot .box ul li .end.end_03 {
    height: 3.33333vw;
    top: 4.44444vw;
  }
  .access article .bot .box ul li .end.end_04 {
    height: 7.77778vw;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .access .row {
    padding-top: 9.11458vw;
    padding-bottom: 3.90625vw;
  }
  .access article {
    margin-bottom: 9.76563vw;
  }
  .access article > p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.13021vw;
    margin-bottom: 1.95313vw;
  }
  .access article .map {
    border: 1px solid #d5d5d5;
    overflow: hidden;
  }
  .access article .map.map_img {
    margin-top: 3.25521vw;
  }
  .access article .map iframe {
    width: 100%;
    height: 52.08333vw;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .access article .map img {
    display: block;
    width: 100%;
  }
  .access article .block {
    padding-top: 3.90625vw;
  }
  .access article .block .box {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .access article .block .box h4 {
    font-weight: bold;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.16927vw;
    margin-bottom: 2.60417vw;
  }
  .access article .block .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access article .block .box dl:not(:last-of-type) {
    margin-bottom: 3.90625vw;
  }
  .access article .block .box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 26.04167vw;
    background: #f4eceb;
    font-size: 3.38542vw;
    line-height: 4.42708vw;
    color: #780e00;
    letter-spacing: 0.15625vw;
    padding: 0.65104vw 1.30208vw;
  }
  .access article .block .box dl dd {
    width: -webkit-calc(100% - 26.04167vw);
    width: -moz-calc(100% - 26.04167vw);
    width: calc(100% - 26.04167vw);
    font-size: 3.38542vw;
    line-height: 4.42708vw;
    padding: 0.65104vw 0 0.65104vw 2.60417vw;
  }
  .access article .block .box > small {
    display: block;
    font-size: 2.86458vw;
    line-height: 1;
    letter-spacing: 0.15625vw;
    margin-top: 1.30208vw;
  }
  .access article .block .box p {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    letter-spacing: 0.26042vw;
  }
  .access article .bot .box {
    margin-bottom: 6.51042vw;
  }
  .access article .bot .box h4 {
    width: 100%;
    height: 10.41667vw;
    background: #f4eceb;
    font-weight: normal;
    font-size: 3.90625vw;
    line-height: 10.41667vw;
    color: #780e00;
    position: relative;
    padding: 0 7.8125vw;
    margin-bottom: 2.60417vw;
  }
  .access article .bot .box h4.tr::before {
    width: 2.86458vw;
    height: 4.16667vw;
    background-image: url("../img/tr.png");
  }
  .access article .bot .box h4.bx::before {
    width: 2.99479vw;
    height: 3.64583vw;
    background-image: url("../img/bx.png");
  }
  .access article .bot .box h4.cr {
    margin-bottom: 3.25521vw;
  }
  .access article .bot .box h4.cr::before {
    width: 3.90625vw;
    height: 2.99479vw;
    background-image: url("../img/cr.png");
    left: 2.34375vw;
  }
  .access article .bot .box h4::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: 2.86458vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .access article .bot .box ul li {
    margin-bottom: 7.8125vw;
    text-align: center;
  }
  .access article .bot .box ul li .start.color_01 {
    color: #83aa93;
  }
  .access article .bot .box ul li .start.color_01 span {
    background: #83aa93;
  }
  .access article .bot .box ul li .start.color_02 {
    color: #5da5b7;
  }
  .access article .bot .box ul li .start.color_02 span {
    background: #5da5b7;
  }
  .access article .bot .box ul li .start.color_03 {
    color: #b3ac33;
  }
  .access article .bot .box ul li .start.color_03 span {
    background: #b3ac33;
  }
  .access article .bot .box ul li .start.color_04 {
    color: #c99552;
  }
  .access article .bot .box ul li .start.color_04 span {
    background: #c99552;
  }
  .access article .bot .box ul li .start span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 7.8125vw;
    font-size: 3.38542vw;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.26042vw;
  }
  .access article .bot .box ul li .start small {
    display: block;
    font-size: 3.38542vw;
    line-height: 1;
    letter-spacing: 0.13021vw;
    padding: 1.30208vw 0;
  }
  .access article .bot .box ul li .time {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    letter-spacing: 0.26042vw;
    border-bottom: 0.52083vw solid #ebeced;
    position: relative;
    padding-bottom: 1.04167vw;
    margin: 1.30208vw 0 3.25521vw;
  }
  .access article .bot .box ul li .time::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 1.82292vw solid transparent;
    border-left: 1.82292vw solid transparent;
    border-top: 1.95313vw solid #ebeced;
    position: absolute;
    bottom: -2.08333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .access article .bot .box ul li .end {
    width: 100%;
    height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.38542vw;
    line-height: 1;
    letter-spacing: 0.13021vw;
    border: 1px solid #d5d5d5;
  }
}
