@charset "UTF-8";

/* ==========================================================================
  common
=======================================================================
*/
.u-hd__label,
.u-hd__txt {
  color: #ffffff;
}
.u-hd__label {
  border-color: #ffffff;
}
.u-article__ttl {
  color: #824c9c;
}
.route-list_title--00 {
  background-color: #a2a1a1;
}
.route-list_title--01 {
  background-color: #3f73a8;
}
.route-list_title--02 {
  background-color: #2376C9;
}
.route-list_title--03 {
  background-color: #3bccb7;
}
.route-list_title--04 {
  background-color: #a6dd2c;
}
.route-list_title--05 {
  background-color: #55b755;
}
.route-list_title--06 {
  background-color: #d37a7a;
}
.route-list_title--07 {
  background-color: #e5bf23;
}
.route-list_title--08 {
  background-color: #e27a34;
}
.route-list_title--09 {
  background-color: #c68166;
}

/* ==========================================================================
  pc
=======================================================================
*/
@media all and (min-width: 768px){
  .u-hd__img {
    background-image: url(../img/model_route/model_route_hero_pc02.jpg);
  }

  .u-article-txt-box {
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
  .u-article:first-child {
    margin-top: 80px;
  }
  .u-article__txt {
    margin-bottom: 0;
  }
  .rout-list {
    margin-top: 73px;
    background-color: #e7eff1;
  }
  .map-block__inner {
    position: relative;
  }
  .map-block {
    margin: 0 auto;
    padding-bottom: 73px;
    background-color: #fff;
  }
  .event-map-head {
    position: absolute;
    top: 23%;
    left: 17%;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.5;
    background-color: #fff;
    border: 2px solid #c1dbc8;
    width: 446px;
    padding: 28px 0;
    text-align: center;
  }
  .map-block__inner {
    background-color: #f0faf0;
    box-sizing: border-box;
    width: calc(1220 / 1366 * 100%);
    max-width: 1220px;
    padding: 50px 43px 45px 40px;
    margin: 0 auto;
  }
  .event-map__svg {
    width: 100%;
  }
  html:not(.is--IE) .event-map__svg g > rect:not([fill="#D0E0E2"]),
  html:not(.is--IE) .event-map__svg g > polygon:not([fill="#D0E0E2"]){
      cursor: pointer;
      transition: 0.25s;
  }
  html:not(.is--IE) .event-map__svg g:hover > rect:not([fill="#D0E0E2"]),
  html:not(.is--IE) .event-map__svg g:hover > polygon:not([fill="#D0E0E2"]){
      opacity: 0.5;
  }

  .gheader + .gheader__ministry {
    display: none;
  }

  .route-list{
    /*width: calc(1022 / 1366 * 100%);*/
    max-width: 1022px;
    width: 100%;
    /*padding: 60px 40px 70px;*/
    position: relative;
  }
  .route-list.mx--1 {
    margin-top: -66px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
  }
  .p-container {
    margin: 0 30px;
  }
  .route-list.mx--2 {
    margin: 0 auto 120px;
  }
  .route-list--block {
    position: absolute;
    top: 0;
    left: 0;
  }
  .route-list--block__ttl {
    /*margin-bottom: calc(( 30 / 1022 * 100%));*/
    margin-bottom: 20px;
  }
  .route-list--block__ttl .img-fluid {
    /*width: calc((703 / 1022) * 100%);*/
  }
  .route-list--block__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .route-list_title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    padding: 0 20px;
    height: 55px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .route-list_title:first-child {
    margin-top: 0;
  }
  .route-list_title:hover {
    cursor: pointer;
  }
  .route-list_title::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/model_route/ico_open.png);
    width: 20px;
    height: 20px;
    /* background-image: url(../img/model_route/ico_close.png);
    width: 20px;
    height: 2px; */
  }
  .route-list_title.add-open::after {
    background-image: url(../img/model_route/ico_close.png);
    width: 20px;
    height: 2px;
  }
  .list-block-accordion {
    width: 100%;
    text-align: center;
  }
  .list-block {
    background-color: #FFF;
    padding: 20px 40px;
    margin-bottom: 40px;
    display: none;
  }
  .list-block:last-child {
    margin-bottom: 0;
  }
  .list-block.add-open {
    display: block;
  }
  .rout-info {
    position: relative;
    padding: 20px 0 20px;
    border-bottom: 1px solid #000;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-block-item:last-child .rout-info {
    border: none;
  }
  .rout-info__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    width: calc(225 / 1065 * 100%);
    max-width: 225px;
    text-align: left;
  }
  .rout-info__title > span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
  }
  .rout-info__title > span:first-child {
    margin-top: 0;
  }
  .rout-info-btn{
    width: calc(840 / 1065 * 100%);
    max-width: 840px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rout-info-btn--flip {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .rout-info__btn {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 0 35px;
    height: 58px;
    width: calc(50% - 20px);
    margin-left: 20px;
    box-sizing: border-box;
  }
  .rout-info__btn:nth-child(n + 3) {
    margin-top: 20px;
  }
  .rout-info__btn--pdf {
    background-color: #00abc0;
  }
  .rout-info__btn--pdf::before {
    content: "";
    display: inline-block;
    background-image: url(../img/model_route/ico_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 25px;
    margin-right: 9px;
  }
  .rout-info__btn--detail {
    background-color: #1a5fd3;
  }
  .rout-info__btn--detail::before {
    content: "";
    display: inline-block;
    background-image: url(../img/model_route/icon_arrow_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
  }
  .rout-info__label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    padding: 8px 0;
    width: 80px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }



}

@media all and (max-width: 1022px){
  
  .route-list--block__txt {
    font-size: 1.3vmin;
    line-height: 1.8;
  }
  
}


/* ==========================================================================
  responsive ajustment
=======================================================================
*/
@media all and (min-width: 768px) and (max-width: 1219px){

}




/* ==========================================================================
  sp
=======================================================================
*/
@media all and (max-width: 767px){
  .u-display-none-sp {
    display: none;
  }
  .gheader__ministry {
    top: 48px;
  }

  .u-hd {
    height: auto;
  }
  .u-hd__img {
    background-image: url(../img/model_route/model_route_hero_sp02.jpg);
    height: auto;
  }

  .u-hd__img:before {
    content: '';
    display: block;
    padding-top: calc(980 / 750 * 100%);
  }

  .u-section-wrapper {
    margin-bottom:65px;
  }
  .u-article:first-child {
    margin: 60px 20px 0;
  }
  .u-article__txt {
    margin-bottom: 0;
  }

  /*.rout-list {
    margin-top: 65px;
    background-color: #e7eff1;
  }*/
  .route-list.mx--1 {
    margin: -67px auto 0;
    padding: 0 30px 0;
  }
  .route-list.mx--2 {
    margin: 0 auto 60px;
    padding: 21px 30px 0;
  }
  .route-list--block {
    position: initial;
  }
  .route-list--block__ttl {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .route-list--block__txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .map-block__inner {
    position: relative;
  }
  .map-block {
    padding-bottom: 60px;
    background-color: #fff;
  }
  .event-map-head {
    position: absolute;
    top: calc(163 / 750 * 100%);
    left: calc(105 / 487 * 100%);
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.5;
    background-color: #fff;
    border: 2px solid #c1dbc8;
    width: 151px;
    padding: 8px 0;
    text-align: center;
  }
  .map-block__inner {
    background-color: #f0faf0;
    box-sizing: border-box;
    padding: 50px 43px 45px 40px;
  }
  .event-map__svg {
    width: 100%;
    height: auto;
  }
  .route-list{
    padding: 60px 30px 55px;
    margin: 0 auto;
  }
  .route-list_title {
    color: #FFF;
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
    padding: 5px 10px 5px 20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .route-list_title:first-child {
    margin-top: 0;
  }
  .route-list_title::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/model_route/ico_open.png);
    width: 20px;
    height: 20px;
    /* background-image: url(../img/model_route/ico_close.png);
    width: 20px;
    height: 2px; */
  }
  .route-list_title.add-open::after {
    background-image: url(../img/model_route/ico_open.png);
    width: 20px;
    height: 20px;
  }
  .list-block-accordion {
    width: 100%;
    text-align: center;
  }
  .list-block {
    background-color: #FFF;
    padding: 0 20px;
    display: none;
  }
  .list-block.add-open {
    display: block;
  }
  .rout-info {
    position: relative;
    padding: 30px 10px;
    border-bottom: 1px solid #000;
  }
  .list-block-item:last-child .rout-info {
    border: none;
  }
  .rout-info__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
  }
  .rout-info-btn {
    margin-top: 15px;
  }
  .rout-info__btn {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    color: #FFF;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 0 25px;
    height: 40px;
    margin: 0 auto;
  }
  .rout-info__btn {
    margin-top: 10px;
  }
  .rout-info__btn:first-child {
    margin-top: 0px;
  }

  .rout-info__btn--pdf {
    background-color: #00abc0;
  }
  .rout-info__btn--pdf::before {
    content: "";
    display: inline-block;
    background-image: url(../img/model_route/ico_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 21px;
    margin-right: 10px;
  }
  .rout-info__btn--detail {
    background-color: #1a5fd3;
  }
  .rout-info__btn--detail::before {
    content: "";
    display: inline-block;
    background-image: url(../img/model_route/icon_arrow_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
  }
  .rout-info__label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    padding: 8px 0;
    width: 80px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }

}

/* ==========================================================================
  css animation
=======================================================================
*/


/* ==========================================================================
  js animation
=======================================================================
*/

/**********************************************************
common
***********************************************************/

.ds-none {
  display: none;
}

.ds-block {
  display: block;
}

.js-color-grey {
  color: #494949;
}

.reset {
	font-size: 14px;
	text-align: center;
	width: 100%;
	/*display: none;*/
}
.reset a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.reset a:hover {
  color: #72adfe;
}

@media (max-width: 767px) {
  .gheader__ministry .img-fluid {
    width: 74%;
    height: auto;
  }
}

.main {
  background: #eee;
}

.u-hd {
  background: #fff;
}

.gfooter-copyright {
  background: #fff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-mv {
  max-width: 1500px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}*/

@media (min-width: 1200px) {
  .container {
      max-width: 1174px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-w100 {
  width: 100%;
  height: auto;
}

.img-w50 {
  width: 50%;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left!important;
}

@media(max-width:767px) {
  .ta-sp-left {
      text-align: left!important;
  }
  /*.pickup-section01 .ai-center {
      flex-basis:  auto;
  }*/
}

.di-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 3px;
}
.di-flex + .di-flex {
  margin-top: 6px;
}

.di-inherit {
  color: inherit!important;
  display: inherit!important;
  text-decoration: none!important;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jc-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fd-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.opacity0 {
  opacity: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}

.mx-0 {
  margin-left: 0!important;
  margin-right: 0!important;
}

.my-5 {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.fc-red1 {
  color: #ec1d00;
}

.mt--0  {
  margin-top: 0!important;
}

.mt--34 {
  margin-bottom: 34px!important;
}

.mb--37 {
  margin-bottom: 37px!important;
}

.mb--79 {
  margin-bottom: 79px!important;
}

.px-p-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}

.pt-6 {
  padding-top: 6px!important;
}

@media (max-width: 1174px) {
  .pt-md-6 {
    padding-top: 6px!important;
  }
}

@media (max-width: 767px) {
  .pt-sp-10 {
      padding-top: 10px!important;
  }
}

.grid-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.3333333%;
  -ms-flex: 0 0 32.3333333%;
  flex: 0 0 32.3333333%;
  max-width: 32.3333333%;
  position: relative;
  width: 100%;
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 920px) {
  .grid-3, .grid-4, .grid-6, .grid-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      max-width: 49%;
      position: relative;
      width: 100%;
      padding-right: 3px;
      padding-left: 3px;
  }
}

@media (max-width: 667px) {
  .grid-3, .grid-4, .grid-6, .grid-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      position: relative;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }

  .grid-4 .include, .grid-6 .include, .grid-8 .include {
      display: inline-grid;
      width: 100%;
  }
}

.card {
  border-radius: 6px;
  background: #fff;
  box-shadow:2px 2px 1px 0px #bababa;
  height: 100%;
}

.card__menu {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
  padding: 6px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bg01 {
  background: #4f71b3;
}

.bg02 {
  background: #869fd2
}

.bg03 {
  background: #4cb777
}

.bg04 {
  background: #e8c467
}

.bg05 {
  background: #3c3c3c
}

.bg06 {
  background: #c67e6b
}

.bg07 {
  background: #bb9852
}

.bg08 {
  background: #9f81b8
}

.bg09 {
  background: #e4aece
}

.bg10 {
  background: #d46ea8
}

.bg11 {
  background: #6db4b1
}


.card__menu--ttl {
  font-size: 16px;
  font-weight: 700;
  height: 25px;
}

.card__menu--ttl.fc-13 {
  letter-spacing: -1px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__body {
  padding: 13px 14px;
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: calc(100% - 63px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card__body .di-flex.jc-around,
.card__body .jc-center {
  padding: 3px 0 0;
}

.card__body.five-li {
  padding: 12px 16px;
}

.card__body.p-10 {
  padding: 12px 5px;
}

.card__body .ta-center {
  padding: 34px 0 28px;
  text-align: center;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  .card__body .ta-center.py-ver2 {
    padding: 34px 0 28px;
  }
}

.card__body--ttl {
  font-size: 16px;
  /*font-size: 1.3em;*/
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
}

/*.card__body--btn1 {
  border:1px solid #5696d2;
  border-radius: 100px;
  background: #fff;
  position: relative;
  color: #5696d2;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

/* .card__body--btn1 {
  padding-right: 3px;
}

.card__body--btn2 {
  padding-left: 3px;
} */

.card__body--btn1,.card__body--btn2,.card__body--btn3 {
  position: relative;
  display: flex;
  flex-direction: column;
}

/*.card__body--btn1,.card__body--btn2 {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card__body--btn1:hover,.card__body--btn2:hover {
  background: #5696d2;
  color: #fff;
}*/

.card__body--btn1-ttl,.card__body--btn1-ttl2 {
  font-size: .9vmin;
  letter-spacing: -1px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

/*.card__body--btn1 {
  padding: 10px 20px;
  width: 35%;
}*/

.card__body--btn1-ttl::after {
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  background: url(../img/model_route/model_route_icon01.png) 50% 0 / contain no-repeat;
}

.card__body--btn1 a,.card__body--btn2 a,.card__body--btn3 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fc-12 {
  font-size: 12px;
}

.js-route-trig {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.js-route-trig:hover {
  opacity: 0.7;
}

.card__body--btn1,
.card__body--btn2,
.card__body--btn3 {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card__body--btn1,
.card__body--btn2,
.card__body--btn3 {
  width: calc(100% / 2 - 3px);
}
.card__body--btn1:hover,
.card__body--btn2:hover,
.card__body--btn3:hover {
  opacity: 0.7;
}
.card-btn-text {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  display: block;
  height: 100%;
}

.svg-width {
  width: 100%;
}

.svg-wrapper {
  position: relative;
  width: 100%;
  padding-top: 77%; /* SVG高さ / SVG幅 * 100 */
}
.svg-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
