
@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,SF UI Display,sans-serif;;
    font-size: 14px;
	line-height: 1.4;
	color: #333333;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

.visible-xs {
    display: block }
.hidden-xs {
    display: none }

.al-center {
    text-align: center;
}
.mrgZero {
    margin: 0;
}
img{
	border:none;
	vertical-align: middle;
}
.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}
.clearfix:after {
	content: "";
	display: table;
	width: 100%;
}
/* #tit-campaign .master_header_sp,
#tit-campaign .footerlinks.visible-xs,
#tit-campaign #at-footer {
    display: block !important;
    border-bottom: 1px solid #D9D9D9 !important;
}
#tit-campaign .master_header_pc,
#tit-campaign #footer .footer_menu,
#tit-campaign .copyright.hidden-xs {
    display: none !important;
}
#tit-campaign .sp_header {
    max-width: 760px;
    margin: 0 auto;
} */
h1.head {
    max-width: 1000px;
    margin: 0px;
    padding: 40px 0px 16px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
#tit-campaign #at-footer {
    font-size: 10px;
    background: #196fb9;
    margin: 0 auto;
    padding: 6px 0 9px 0;
    color: #fff;
    text-align: center;
}
#tit-campaign #at-footer .jpx {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
}
#tit-campaign .visible-xs .copyright {
    background: none;
    margin-top: 5px;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
#tit-campaign .copyright a {
    color: #fff !important;
}
.gotop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 150;
    cursor: pointer;
}
.gotop img {
    width: 64px;
    height: 64px;
}
/*=== ANIMATION ===*/
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@-o-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.slideInUp {
    -webkit-animation: slideInUp 1s both;
    -moz-animation: slideInUp 1s both;
    -ms-animation: slideInUp 1s both;
    -o-animation: slideInUp 1s both;
    animation: slideInUp 1s both; }

img {
    max-width: 100%; }

@-webkit-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-ms-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-o-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.container-full {
    width: 100%;
    margin: 0 auto; }

.container {
    width: 100%;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto; }

.bg_E7F3F9 {
    background-color: #E7F3F9;
    border-bottom: 1px solid transparent;
}
.arrow_top {
    position: relative;
    margin-bottom: 0;
}
.arrow_top::before {
	top: -40px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_top:before {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #E7F3F9;
	border-width: 20px;
	margin-left: -20px;
}

.btn-gr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
    text-align: center;
    background: #fff;
}
.btn-gr h3 {
    font-size: 16px;
}
.btn-gr .btn {
    display: block;
    cursor: pointer;
    margin: 16px auto;
    width: 355px;
    height: 56px;
    line-height: 56px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #FB8501;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 1px 2px #0000003D;
}
.btn-gr .btn.inline {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.btn:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.title {
    text-align: center;
}
.title h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 1px 0;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.title h2.next-day {
    margin-top: 0;
    background: #ffffff;
    padding: 8px 46px;
    border-radius: 36px;
    width: 100%;
    font-size: 14px;
    color: #196fb9;
    border: 1px solid #196fb9;
    line-height: 1;
}
.title span {
    color: #196FB9;
}

.title h3 {
    color: #65A709;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.breadcrumb {
  background: #fff !important;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  padding: 10px;}
.breadcrumb-wrap {
    max-width: 1396px;
    margin: 0 auto;
}
.breadcrumb a {
  display: inline-block;
  vertical-align: middle;
  color: #000;}

.breadcrumb a {color: #0055CC;}
.breadcrumb .active {text-decoration: none;}

/* #at-footer,
.copyright {
  margin-bottom: 72px;
} */

.mainkeyvisual {
    position: relative;
    margin: 0 auto;
    z-index: 0;
}
.mainkeyvisual p {
    position: absolute;
    z-index: 1;
}
.mainkeyvisual p.st1 {
    background-color: #fff;
    padding: 6px;
    margin: 16px 5%;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    text-align: center;
    line-height: 1;
}
.mainkeyvisual p.st1 span {
    display: inline-block;
    vertical-align: middle;
}
.mainkeyvisual p.st1 .img1 {
    height: 24px;
}
.mainkeyvisual p.st1 .img2 {
    height: 10px;
}
.mainkeyvisual p.st1 .img3 {
    height: 22px;
}
.mainkeyvisual p.st2 {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    top: 40%;
    width: 100%;
    color: #FFF;
}
.mainkeyvisual .img {
    position: relative;
    z-index: 0;
    text-align: center;
}
.mainkeyvisual .img img {
    width: 100%;
}
div.description {
    background: #fff;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 16px;
    position: relative;
}
div.description.intro-place {
    padding: 24px;
}
div.description.intro-place::before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/campaign/images/tit/ico-3.svg) no-repeat;
    top: -36px;
    right: 10px;
}
div.description.plan-initiator::before {
    content: '';
    position: absolute;
    display: block;
    width: 54px;
    height: 38px;
    background: url(/campaign/images/tit/ico-2.svg) no-repeat;
    top: -24px;
    left: 10px;
}
div.description.overview::before {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 48px;
    background: url(/campaign/images/tit/ico-1.svg) no-repeat;
    bottom: -24px;
    right: 10px;
}
div.description .img,
div.time-bugget {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
}
div.description h3 {
    font-size: 16px;
    font-weight: bold;
    background: url("/campaign/images/tit/repeat-line.svg") repeat-x;
    background-position: bottom;
    padding: 0 0 8px 0;
    margin-bottom: 16px;
}
.place-title {
    color: #196FB9;
    font-weight: bold;
    margin-bottom: 8px;
}
.hashtags {
    margin-top: 16px;
}
.hashtags span {
    display: inline-block;
    background: #E7F3F9;
    padding: 6px 8px;
    text-align: center;
    font-size: 12px;
    color: #196FB9;
    line-height: 1;
    border-radius: 15px;
}
div.time-bugget {
    margin-bottom: 0;
}
div.time-bugget span {
    width: 46%;
    max-width: 192px;
    background: #fff;
    border: 1px solid #196FB9;
    color: #196FB9;
    font-size: 14px;
    font-weight: bold;
    border-radius: 14px;
    text-align: center;
    padding: 3px;
    line-height: 1;
}
div.time-bugget span img {
    margin-right: 5px;
}
div.time-bugget span b {
    display: inline-block;
    vertical-align: middle;
}
.schedule {
    position: relative;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
}
.schedule::before,
.schedule::after {
    content: '';
    display: block;
    position: absolute;
}
.schedule::before {
    width: 62px;
    height: 48px;
    top: -16px;
    left: 24px;
    background: url(/campaign/images/tit/ico-5.svg) no-repeat;
}
.schedule::after {
    width: 81px;
    height: 41px;
    right: 10px;
    bottom: -24px;
    background: url(/campaign/images/tit/ico-6.svg) no-repeat;
}
.schedule-wrap::after {
    content: '';
    display: block;
    position: absolute;
    left: 28px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #AECAE2;
    z-index: -1;
}
.schedule-wrap {
    position: relative;
    z-index: 1;
}

.schedule .start,
.schedule .end {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #196FB9;
    text-align: center;
    border-radius: 14px;
    padding: 6px;
    line-height: 1;
    margin-bottom: 16px;
}
.schedule .end {
    margin-bottom: 16px;
}
.schedule .start.hotel {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #196FB9 url("/campaign/images/tit/ico_hotel.svg") no-repeat;
    background-position: 41.5% center;
    background-size: 22px;
    padding: 12px;
}
.schedule .time-move {
    color: #fff;
    padding: 12px 10px;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 56px;
    background: #74A3CB url("/campaign/images/tit/ico_bus_2.svg") no-repeat;
    background-position: 22px center;
    background-size: 18px;
}
.schedule .time-move.none {
    background: #74A3CB;
    padding-left: 0;
    padding-right: 0;
}
.schedule .time-move.airtrain {
    background: #74A3CB url("/campaign/images/tit/ico_airplane_train.svg") no-repeat;
    background-position: 16px center;
    padding-left: 64px;
    background-size: 28px;
}
.schedule .time-move.train,
.col.train {
    background: #74A3CB url("/campaign/images/tit/ico_train.svg") no-repeat;
    background-position: 24px center;
    padding-left: 64px;
    background-size: 18px;
}
.schedule .time-move.walk,
.col.walk {
    background: #74A3CB url("/campaign/images/tit/ico_walk.svg") no-repeat;
    background-position: 24px center;
    padding-left: 64px;
    background-size: 24px;
}
.schedule .time-move.bustrain,
.col.bustrain {
    background: #74A3CB url("/campaign/images/tit/ico_bus_train.svg") no-repeat;
    background-position: 16px center;
    padding-left: 64px;
    background-size: 28px;
}
.schedule .time-move.airplane,
.col.airplane {
    background: #74A3CB url("/campaign/images/tit/ico_airplane.svg") no-repeat;
    background-position: 24px center;
    padding-left: 64px;
    background-size: 24px;
}


.schedule .place-info .info {
    padding-left: 50px;
}
.schedule .time-place {
    margin: 0 0 16px;
}
.schedule .time-place .time {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #196FB9;
    text-align: center;
    border-radius: 14px;
    padding: 6px;
    width: 62px;
    vertical-align: middle;
}
.schedule .time-place .place {
    font-size: 16px;
    font-weight: bold;
    color: #196FB9;
    padding: 5px 0 5px 22px;
    background: url("/campaign/images/tit/location.svg") no-repeat;
    background-position: left center;
    background-size: 13px;
    margin-left: 5px;
    width: calc(100% - 75px);
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.schedule .img {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}
.schedule .img img {
    width: 100%;
    height: auto;
}
.schedule .info span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.schedule .info .hashtags span {
    display: inline-block;
    font-weight: normal;
}
.schedule .addr {
    background: #F5F5F5;
    padding: 16px;
    margin-top: 16px;
    font-size: 12px;
    clear: both;
    margin-left: 50px;
}
.schedule .recommended {
    background: #fff;
    border: 2px solid #196FB9;
    padding: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
    clear: both;
    font-size: 12px;
}
.schedule .recommended .avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.schedule .recommended p {
    display: inline-block;
    vertical-align: middle;
}
.schedule .info .schedule-end,
.schedule .schedule-end {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}
.schedule .schedule-end.al-center {
    margin-top: 60px;
}

.map {
    background: #fff;
    padding: 16px 0 24px 0;
    text-align: left;
    margin-bottom: 0;
}
.map h2 {
    text-align: center;
    margin: 16px auto;
    font-size: 16px;
}
.map p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.other-articles {
    background: #fff;
    padding: 16px;
    margin-bottom: 24px;
}
.other-articles a {
    display: block;
    color: #196FB9;
    padding-left: 18px;
    margin: 5px 0;
    background: url("/campaign/images/tit/arrow-forward.svg") no-repeat;
    background-size: 14px;
    background-position: left 5px;
}

div.other-service {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    padding-bottom: 40px;
}
div.other-service a {
    text-align: center;
    width: 164px;
    height: 105px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #0000003D;
    padding: 72px 16px 16px 16px;
    color: #333;
}
div.other-service a.hotel {
    background: #fff url("/campaign/images/tit/hotel-line.svg");
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center 24px;
}
div.other-service a.search {
    background: #fff url("/campaign/images/tit/user-search-line.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center 22px;
}
.des-gr {
    position: relative;
}
.des-gr::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/campaign/images/tit/ico-4.svg) no-repeat;
    width: 51px;
    height: 37px;
    top: -32px;
    left: 8px;
    z-index: 3;
}

.flex-2cols {
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: left;
}
.flex-2cols .col {
    width: 48%;
}
.time-move .flex-2cols .col.pT12 {
    padding-top: 12px;
}
.mainNav {
    margin: 44px 0;
}
.mainNav div.col {
    position: relative;
}
.mainNav div.col a {
    position: relative;
    text-decoration: none;
    color: #284f8f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    display: block;
    padding: 5% 0% 5% 1%;
    border-radius: 50px;
    border: 3px solid #284f8f;
    padding-left: 15%;
}
.mainNav div.col a.active {
    color: #fff;
    background: #284f8f;
    pointer-events: none;
}
.mainNav div.col a:before {
    display: block;
    position: absolute;
    top: 55%;
    left: 5%;
    margin: -2% 8px 0 0;
    content: "";
    width: 0;
    height: 0;
    padding: 5px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: transparent #284f8f #284f8f transparent;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mainNav div.col a.active::before {
    border-color: transparent #ffffff #ffffff transparent;
  }
.mainNav div.col a span {
    display: inline-block;
    font-size: 80%;
    font-weight: normal;
}
.mainNav div.col a span.block {
    display: block;
}
.mainNav div.col p {
    position: absolute;
    padding: 5px 8px;
    border-radius: 20px;
    border: 1px solid #284f8f;
    top: -20px;
    background: #FFF;
    font-size: 12px;
    color: #284f8f;
    z-index: 10;
    left: 15%;
}
.mainNav div.col p::before {
    display: inline-block;
    top: 20px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    border: 6px solid transparent;
    border-top: 8px solid #FFF;
    position: relative;
}


@media screen and (max-width: 1050px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 769px) {
    .visible-xs {
        display: none }
    .hidden-xs {
        display: block }
    h1.head,
    .title h2,
    .map h2 {
        font-size: 24px;
    }
    .bg_E7F3F9 {
        padding-bottom: 80px;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .container.schedule {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        border-radius: 4px;
        margin-bottom: 36px;
    }
    .mainkeyvisual p.st1 {
        background-color: #fff;
        line-height: 1;
        padding: 12px;
        margin: 40px auto;
        border-radius: 25px;
        font-size: 24px;
        font-weight: bold;
        width: 480px;
        text-align: center;
        left: calc(50% - 240px);
    }
    .mainkeyvisual p.st1 .img1 {
        height: 30px;
    }
    .mainkeyvisual p.st1 .img2 {
        height: 14px;
    }
    .mainkeyvisual p.st1 .img3 {
        height: 26px;
    }
    .mainkeyvisual p.st1 span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
    .mainkeyvisual p.st2 {
        font-size: 48px;
    }
    .arrow_top::before {
        top: -64px;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
    .arrow_top:before {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #E7F3F9;
        border-width: 40px;
        margin-left: -40px;
    }
    .des-gr {
        display: flex;
        flex-direction: row;
        gap: 16px;
        position: relative;
    }
    
    .des-gr .description {
        width: calc(100%/3);
    }
    div.time-bugget span {
        font-size: 16px;
    }
    .schedule {
        padding-top: 64px;
        margin-top: 24px;
    }
    .schedule-wrap::after {
       left: 80px;
    }
    .place-info {
        padding-left: 38px;
        padding-right: 36px;
    }
    .schedule::before {
        top: -24px;
        left: 8px;
    }
    .schedule .place-info .info {
        padding-left: 112px;
        float: left;
        width: calc(100% - 380px);
    }
    .schedule .place-info .info.fw {
        width: 100%;
    }
    .schedule .flex-2cols .img {
        width: auto;
        float: none;
        margin-top: 0;
        padding-left: 112px;
    }
    .schedule .place-info .flex-2cols .info {
        width: 100%;
        float: none;
    }
    .taketime_move {
        padding-left: 112px;
        margin-bottom: 16px;
    }

    .schedule .place-info.firstday .info {
        float: none;
        width: auto;
    }
    .schedule .addr {
        margin-left: 112px;
        margin-top: 24px;
    }
    .schedule .time-place .time {
        font-size: 18px;
        width: 84px;
        padding: 8px;
        border-radius: 18px;
    }
    .schedule .time-place .place {
        width: calc(100% - 120px);
        font-size: 20px;
        padding-left: 28px;
        margin-left: 24px;
        vertical-align: middle;
        background: url(/campaign/images/tit/location.svg) no-repeat;
        background-position: left center;
        background-size: 16px;
    }
    .schedule .start, .schedule .end {
        font-size: 24px;
        padding: 12px;
        border-radius: 24px;
        margin-bottom: 16px;
        clear: both;
    }
    .schedule .time-move {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 14px;
    }
    .schedule .img {
        width: 355px;
        float: right;
        margin-top: -42px;
    }
    .include-map {
        padding-bottom: 24px;
    }
    .other-articles {
        margin-bottom: 36px;
    }
    .btn-gr {
        background: #fff;
        flex-direction: row;
        border-radius: 4px;
        justify-content: center;
        gap: 60px;
        margin-top: 20px;
    }
    .btn-gr .btn {
        width: 323px;
    }

}

@media screen and (max-width: 768px) {
    .mainNav {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 24px;
    }
    .mainNav.flex-2cols {
        gap: 0px;
        flex-direction: row;
    }
    .mainNav.flex-2cols .col {
        width: 40%;
    }
    .mainNav.flex-2cols .col:last-child {
        width: 60%;
    }
    .mainNav div.col a {
        border-radius: 0px;
        padding: 12px 0 12px 24px;
    }
    .mainNav div.col a:before {
        left: 2%;
        top: 49%;
        border-width: 2px;
        padding: 3px;
    }
    .mainNav div.col a span {
        display: block;
        letter-spacing: 0;
        font-size: 68%;
    }
    .mainNav div.col p {
        left: 2%;
        font-size: 9px;
    }

    .flex-2cols {
        flex-direction: column;
        gap: 40px;
    }
    .time-move .flex-2cols {
        gap: 16px;
    }
    .time-move .flex-2cols .col:first-child {
        border-bottom: 1px dotted #b5d4ef;
        padding-bottom: 16px;
    }
    .flex-2cols .col {
        width: 100%;
    }
    .flex-2cols .col .taketime_move {
        padding-left: 50px;
        margin-bottom: 24px;
    }
    .time-move .flex-2cols .col {
        padding-right: 10px;
    }
    .time-move .flex-2cols .col.pT12 {
        padding-top: 0;
    }
    .schedule .start.hotel {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        background: #196FB9 url("/campaign/images/tit/ico_hotel.svg") no-repeat;
        background-position: 26% center;
        background-size: 22px;
        padding: 10px;
        border-radius: 18px;
    }
}
@media screen and (max-width: 430px) {}
@media screen and (max-width: 320px) {}
