@charset "utf-8";
#content-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
  text-align: center;
}
#main-visual h1 img {
  margin: 0 auto;
}
.local-menu {
  margin: 0 auto;
  background: url("/static/img/campaign/nara-nagoya/bg-header.png") bottom repeat-y, linear-gradient(#637F3E 0%, #637F3E 40%, #F1ECD6 40%, #F1ECD6 100%);
  padding: 20px 0 0;
  background-size: cover;
}
.local-menu ul {
  display: flex;
  padding-bottom: 50px;
}
.local-menu ul li {
  flex: 1;
  width: 33%;
  border-right: 2px solid #FFF;
  font-weight: bold;
  padding: 5px 0;
}
.local-menu ul li a {
  color: #FFF;
  font-size: 1.2em;
  display: block;
}
.local-menu ul li a:hover {
  text-decoration: none;
  color: #EEC312;
}
.local-menu ul li:last-child {
  border-right: none;
}
#introduction {
  background: #F1ECD6;
  text-align: center;
  padding: 40px 0 60px;
}
#introduction h2 {
  text-align: center;
}
#introduction h2 img {
  margin: 0 auto 40px;
}
#introduction p {
  font-weight: bold;
}
.bg-intro {
  position: relative;
}
.bg-intro::before {
  content: ''; /*何も入れない*/
  position: absolute;
  width: 290px; /*画像の幅*/
  height: 260px; /*画像の高さ*/
  background: url(/static/img/campaign/nara-nagoya/img-photo-l.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: -20px;
  top: 90px;
}
.bg-intro::after {
  content: ''; /*何も入れない*/
  position: absolute;
  width: 260px; /*画像の幅*/
  height: 400px; /*画像の高さ*/
  background: url(/static/img/campaign/nara-nagoya/img-photo-r.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: -20px;
  top: -10px;
}
.img-map {
  margin-top: 40px;
}
.nav-tabs.tab-modelcourse {
  border-bottom: #637F3E 4px solid;
  justify-content: center;
  background: #F1ECD6;
}
.nav-tabs.tab-modelcourse .nav-item {
  width: 300px;
  margin: 0 3px 0;
}
.nav-tabs.tab-modelcourse .nav-item a {
  border: #637F3E 2px solid;
  border-bottom: none;
  background: #fff;
  color: #637F3E;
  font-weight: bold;
  border-radius: 0;
  padding: 20px 0;
}
.nav-tabs.tab-modelcourse .nav-item a.nav-link.active {
  background: #637F3E;
  color: #fff;
}
#modelcourse .tab-content {
  background: #F9F6EA;
  padding: 80px 0 40px;
  position: relative;
  z-index: 2;
}
.txt-time {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-weight: bold;
}
.txt-time:before, .txt-time:after {
  border-top: 2px solid;
  content: "";
  width: 2.5em; /* 線の長さ */
}
.txt-time:before {
  margin-right: 1em; /* 文字の右隣 */
}
.txt-time:after {
  margin-left: 1em; /* 文字の左隣 */
}
.free-ticket-txt {
  font-weight: bold;
  position: relative;
}
.free-ticket-txt span {
  display: inline-block;
  color: #69364B;
  border-bottom: #69364B 3px solid;
  font-size: 1.1em;
  margin: 0 5px;
}
.free-ticket-txt::after {
  content: ''; /*何も入れない*/
  position: absolute;
  width: 60px; /*画像の幅*/
  height: 45px; /*画像の高さ*/
  background: url(/static/img/campaign/nara-nagoya/ico-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 50%;
  bottom: -55px;
}
.free-ticket-box {
  background: #FFF;
  border: #69364B 3px solid;
  border-radius: 10px;
  padding: 20px;
  margin: 65px auto 0;
  max-width: 900px;
}
.free-ticket-box dl dt {
  margin-bottom: 12px;
}
.free-ticket-box dl dd {
  font-weight: bold;
}
.btn-two {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-two li {
  width: 38%;
  margin: 20px 8px;
}
.btn-two li a {
  background: #EFC312;
  color: #222;
  padding: 16px 20px 16px 16px;
  font-weight: bold;
  display: block;
  border-radius: 4px;
  position: relative;
}
.btn-two li a:hover, .btn-yerrow:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-two li a:after {
  content: "";
  position: absolute;
  width: 24px; /*画像の幅*/
  height: 23px; /*画像の高さ*/
  background: url(/static/img/campaign/nara-nagoya/ico-win.png) no-repeat;
  background-size: contain;
  right: 16px;
}
.btn-yerrow {
  background: #EFC312;
  color: #222;
  padding: 16px 20px 16px 16px;
  font-weight: bold;
  display: block;
  border-radius: 4px;
  position: relative;
}
.reserve-bus {
  width: 500px;
  margin: 0 auto 0;
}
.reserve-bus:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
}
.root-point {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.root-point::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  background: #637F3E;
  width: 18px;
  height: 100%;
}
.root-point.last-point::after {
  height: 88%;
}
.root-point {
  padding: 20px 0;
}
.root-point.start-point {
  padding: 0;
}
.root-point.start-point::after {
  top: 17%;
}
.root-point li {
  width: 100%;
  padding-left: 44%;
  margin: 0 auto;
  text-align: left;
}
.root-point .bus {
  padding-left: 49%;
}
.root-point li.add-address {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  position: relative;
}
.noslider-center {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.address-box {
  font-weight: bold;
  font-size: 0.9em;
  padding-left: 15%;
}
.address-box dt {
  background: #637F3E;
  line-height: 30px;
  margin: 10px 0 5px 0;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  width: 100px;
}
.add-address .ico-time {
  position: absolute;
  left: 44%;
}
.ico-time.ico-naramachi {
  left: 47%;
}
.bg-white-box {
  width: 41%;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  position: relative;
  top: -80px;
  right: 0;
  font-weight: bold;
}
.bg-white-box dt {
  margin-bottom: 10px;
}
.bg-white-box img {
  margin-bottom: 12px;
}
.slide-cpn {
  overflow: hidden;
}
.slider-center {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;	
}

.slider-center.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
  opacity: 1;
}
.slick-arrow:before {
  content: "" !important;
  opacity: 1 !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-arrow {
  z-index: 2 !important;
  width: 50px !important;
  height: 50px !important;
}
.slick-next {
  right: 2% !important;
}
.slick-prev {
  left: 2% !important;
}
.slick-next:before {
  background: url(/static/img/campaign/nara-nagoya/ico-right.png) !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url(/static/img/campaign/nara-nagoya/ico-left.png) !important;
  background-size: contain !important;
}
#reserve-erea {
  padding-top: 20px;
}
.bg-plan {}
#recommend-plan {
  background: url(/static/img/campaign/nara-nagoya/bg-plan.png) top repeat-x, linear-gradient(#F9F6EA 0%, #F9F6EA 40%, #637F3E 40%, #637F3E 100%);
  background-size: cover;
  padding: 140px 0 60px;
  margin: 0 auto;
}
.txt-reco {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}
.box-bus {
  background: #fff;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: 8px;
}
.box-bus ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px 20px;
  position: relative;
  padding-left: 140px;
}
.box-bus ul li.pickup::before {
  content: ''; /*何も入れない*/
  position: absolute;
  width: 95px; /*画像の幅*/
  height: 65px; /*画像の高さ*/
  background: url(/static/img/campaign/nara-nagoya/pickup.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 20px;
  top: 20px;
  padding: 20px;
}
.box-bus ul li {
  text-align: left;
  font-weight: bold;
}
.box-bus ul:first-child {
  border-bottom: #707070 dashed 1px;
}
.txt-bus {
  display: block;
  font-size: 0.8em;
}
.btn-detail02 {
  width: 200px;
  text-align: center;
}
.btn-detail02:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
}
.btn-guide {
  width: 250px;
  text-align: center;
}
.btn-guide:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 23px;
  background: url(/static/img/campaign/nara-nagoya/ico-win.png) no-repeat;
  background-size: contain;
  right: 16px;
}
.txt-check {
  position: relative;
  padding: 0 10px;
  font-size: 1em;
  text-align: center;
  width: 250px;
  margin: 20px 0 10px;
  font-size: 16px;
}
.txt-check span {
  font-size: 13px;
  vertical-align: top;
}
.txt-check::before, .txt-check::after {
  position: absolute;
  top: 5px;
  height: 1.2em;
  content: '';
}
.txt-check::before {
  border-left: solid 4px;
  left: 0;
  transform: rotate(-30deg);
  border-radius: 60px;
}
.txt-check::after {
  border-right: solid 4px;
  right: 0;
  transform: rotate(30deg);
  border-radius: 60px;
}
.link-other {
  display: block;
  margin: 40px auto 0;
  text-decoration: underline;
  position: relative;
  width: 200px;
  font-weight: bold;
}
.link-other::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.txt-comment {
  position: relative;
  padding: 0 10px;
  font-size: 1em;
  text-align: center;
  width: 90%;
	max-width: 380px;
  margin: 0 auto 10px;
  font-size: 16px;
	font-weight: bold;
}
.txt-comment::before, .txt-comment::after {
  position: absolute;
  top: 5px;
  height: 1.2em;
  content: '';
}
.txt-comment::before {
  border-left: solid 4px;
  left: 0;
  transform: rotate(-30deg);
  border-radius: 60px;
}
.txt-comment::after {
  border-right: solid 4px;
  right:0;
  transform: rotate(30deg);
  border-radius: 60px;
}
#other{
	padding: 40px 0;
	background: #F1ECD6;
	text-align: center;
	
}
.btn-other{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.btn-other::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 23px;
    background: url(/static/img/campaign/nara-nagoya/ico-win.png) no-repeat;
    background-size: contain;
    right: 16px;
  }

@media (max-width: 991px) {
  .local-menu {
    width: 100%;
    background: url("/static/img/campaign/nara-nagoya/bg-header.png") bottom no-repeat, linear-gradient(#637F3E 0%, #637F3E 72%, #F1ECD6 72%, #F1ECD6 100%);
    padding: 20px 0 0;
    background-size: 100%;
  }
  #introduction h2 img {
    margin: 0 auto;
  }
  .bg-intro::before {
    content: none
  }
  .bg-intro::after {
    content: none;
  }
  .bg-intro p {
    text-align: left;
    padding-bottom: 220px;
    background: url(/static/img/campaign/nara-nagoya/img-photo-sm.png) no-repeat bottom center;
    background-size: 360px 210px;
  }
  .txt-catch {
    position: relative;
    margin-top: -20px;
  }
  .img-map {
    margin-top: 20px;
  }
  .nav-tabs.tab-modelcourse .nav-item {
    width: 30%;
  }
  .root-point li {
    width: 100%;
    padding-left: 41%;
  }
  .root-point li.bus {
    padding-left: 48%;
  }
  .root-point .bus-stop {
    width: 67%;
    display: inline-block;
  }
  .add-address .ico-time {
    position: absolute;
    left: 41%;
  }
  .ico-time.ico-naramachi {
    left: 46%;
  }
  .root-point li.add-address {
    width: 100%;
  }
  .address-box {
    width: 48%;
    padding-left: 5%;
  }
  #recommend-plan {
    background: url(/static/img/campaign/nara-nagoya/bg-plan.svg) top repeat-x, linear-gradient(#F9F6EA 0%, #F9F6EA 60%, #637F3E 60%, #637F3E 100%);
    background-size: cover;
    padding: 120px 0 40px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .local-menu {
    min-height: 120px;
  }
  .local-menu ul {
    padding-bottom: 0;
  }
  .local-menu ul li a {
    font-size: 16px;
  }
  #introduction h2 {
    width: 90%;
    margin: 0 auto;
  }
  #modelcourse .tab-content {
    padding: 50px 0 40px;
  }
  #modelcourse h2 img {
    max-width: 260px;
  }
  .free-ticket-txt::after {
    left: 30%;
  }
  .free-ticket-box {
    padding: 12px 12px 20px;
  }
  .btn-two li {
    width: 100%;
    margin: 18px 0 0;
  }
  .root-point::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    top: 0;
    background: #637F3E;
    width: 10px;
    height: 100%;
  }
  .root-point li {
    width: 94%;
    padding-left: 0;
    margin: 0 auto;
    text-align: left;
    max-width: 560px;
  }
  .root-point li.bus {
    padding-left: 10%;
  }
  .root-point li.add-address {
    width: 97%;
    margin: 0 0 0 3%;
    padding-left: 0;
    max-width: 560px;
    flex-wrap: wrap;
  }
  .bg-white-box {
    width: 68%;
    order: 2;
    position: relative;
    padding: 16px 16px 0;
    font-size: 12px;
  }
  .root-point .ico-time {
    width: 30%;
    display: inline-block;
  }
  .add-address .ico-time {
    position: static;
    order: 1;
    width: 30%;
  }
  .ico-time.ico-naramachi {
    width: 20%;
    margin-left: 7%;
  }
  .address-box {
    order: 3;
    margin-left: auto;
    width: 68%;
    padding: 0 16px 16px;
    margin-top: -80px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.8);
  }
  .address-box.no-adress {
    display: none;
  }
  .add-address .no-adress ~ .bg-white-box {
    padding-bottom: 16px;
  }
  .address-box dt {
    line-height: 20px;
    width: 70px;
  }
  .slick-arrow {
    z-index: 2 !important;
    width: 30px !important;
    height: 30px !important;
  }
  .reserve-bus {
    width: 94%;
  }
  #recommend-plan {
    padding-top: 80px;
  }
  #recommend-plan h2 img {
    width: 80%;
    max-width: 240px;
    margin: 0 auto;
  }
  .box-bus ul {
    display: block;
    padding: 10px;
    position: relative;
  }
  .box-bus ul li.pickup::before {
    width: 60px;
    height: 45px;
    top: 5px;
  }
  .box-bus ul:last-child li.pickup::before {
    width: 60px;
    height: 45px;
    top: 15px;
  }
  .box-bus ul li.pickup {
    padding-left: 100px;
  }
  .box-bus ul:first-child {
    padding-bottom: 20px;
  }
  .box-bus ul:last-child {
    padding-top: 20px;
  }
  .btn-detail02 {
    width: 80%;
    min-width: 180px;
    margin: 10px auto 0;
  }
  .btn-guide {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .btn-guide:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 23px;
    background: url(/static/img/campaign/nara-nagoya/ico-win.png) no-repeat;
    background-size: contain;
    right: 16px;
  }
  .txt-check {
    position: relative;
    padding: 0 10px;
    font-size: 1em;
    text-align: center;
    width: 90%;
    margin: 20px auto 10px;
    font-size: 13px;
  }
  .txt-check span {
    font-size: 11px;
    vertical-align: top;
  }
  .link-other {
    margin: 30px auto 0;
	  font-size: 16px;
	  
  }
}
@media (min-width:1200px) {
  .local-menu {
    min-height: 130px;
    padding-top: 20px;
  }
}