@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kalam&family=Noto+Sans+JP:wght@500;700&display=swap");

body {
  overflow: hidden;
}

p {
  line-height: 1.75rem;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.red {
  color: #e60012;
}

#maincontents {
  text-align: center;
  color: #5a5757;
  font-family: "Noto Sans JP", sans-serif;
}

li.item hr {
  display: block;
  margin: 20px 0;
  color: #ccc;
}

#fv {
  background: url(../images/mv.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  height: 660px;
  width: 100%;
  position: relative;
}

#fv_donan {
  background: url(../images/mv_donan.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  height: 660px;
  width: 100%;
  position: relative;
}

#fv_do-dohoku {
  background: url(../images/mv_do-dohoku.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  height: 660px;
  width: 100%;
  position: relative;
}

#fv_doto {
  background: url(../images/mv_doto.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  height: 660px;
  width: 100%;
  position: relative;
}

.fv_contents {
  position: absolute;
  width: 500px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv_detail_contents {
  position: absolute;
  width: 500px;
  height: auto;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv_detail_contents h2 span {
  color: #fff;
  width: 340px;
  height: 80px;
  display: block;
  padding: 10px 0 0;
  font-size: 2.1875rem;
  font-weight: normal;
  border-radius: 52px;
  border: 3px solid #fff;
  margin: 40px auto 20px;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.bg_stripe {
  background: url(../images/bg.jpg);
  padding: 140px 0;
}

.inner {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

h3.ticket_link {
  margin: 0 auto;
  max-width: 1000px;
}

h3.ticket_link a span {
  display: block;
  color: #e4017f;
}

h3.ticket_link a {
  background: #fff;
  color: #5a5757 !important;
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem 1rem 0.8rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 3px #7d6953;
}

h3.ticket_link a::after {
  content: "▶︎";
  padding: 3px 0 0 3px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 1%;
  border-radius: 50px;
  background: #7d6953;
  font-size: 1.125rem;
  color: #fff !important;
  transform: translate(-50%, -50%);
}

h3.ticket_link a:hover {
  opacity: 1 !important;
  color: #fff !important;
  background: #7d6953;
}

h3.ticket_link a:hover span {
  color: #fff;
}

h3.ticket_link a:hover::after {
  color: #7d6953 !important;
  background: #fff;
}

h3.common_link {
  margin: 0 auto;
  max-width: 1000px;
}

h3.common_link a {
  background: #fff;
  color: #009944 !important;
  font-size: 1.25rem;
  text-align: center;
  padding: 1.85rem 0;
  margin: 20px auto;
  display: block;
  width: 100%;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 3px #009944;
}

h3.common_link a::after {
  content: "▶︎";
  padding: 3px 0 0 3px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 1%;
  border-radius: 50px;
  background: #009944;
  font-size: 1.125rem;
  color: #fff !important;
  transform: translate(-50%, -50%);
}

h3.common_link a:hover {
  opacity: 1 !important;
  color: #fff !important;
  background: #009944;
}

h3.common_link a:hover::after {
  color: #009944 !important;
  background: #fff;
}

.plan .planTtl {
  font-size: 3rem;
  color: #00b0bd;
  font-weight: bold;
  margin: 80px auto 50px;
}

.plan .planTtl span {
  opacity: 0.5;
  display: block;
  color: #8ed8d4;
  font-size: 2.125rem;
  margin: 0 auto -24px;
  font-family: "Kalam", cursive;
}

.plan ul.planLink {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.plan ul.planLink li {
  display: flex;
  width: 32%;
}

.plan ul.planLink li a {
  /* float: left; */
  width: 100%;
  height: 240px;
  display: block;
  background: #000;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  transition: all ease 0.3s;
}

.plan ul.planLink li a p {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  font-size: 1.5rem;
  color: #fff !important;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #000000;
  font-family: "Noto Sans JP", sans-serif;
}

.plan ul.planLink li a p::after {
  content: "▶︎";
  width: 22px;
  height: 19px;
  position: absolute;
  bottom: 10px;
  right: 20%;
  color: #fff !important;
}

.plan ul.planLink li a p span {
  display: block;
  margin: 0 auto 16px;
  font-size: 2.5rem;
}

.plan ul.planLink li.donan a {
  margin: 0 20px 0 0;
  border: solid 2px #78c642;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/donan.png) #000 no-repeat center;
  background-size: cover;
}

.plan ul.planLink li.donan a:hover {
  background: linear-gradient(rgba(120, 198, 66, 0.2), rgba(120, 198, 66, 0.2)), url(../images/donan.png) #000 no-repeat center;
  background-size: cover;
}

.plan ul.planLink li.do-dohoku a {
  margin: 0 20px 0 0;
  border: solid 2px #0073bc;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/do-dohoku.png) no-repeat center;
  background-size: cover;
}

.plan ul.planLink li.do-dohoku a:hover {
  background: linear-gradient(rgba(0, 115, 188, 0.2), rgba(0, 115, 188, 0.2)), url(../images/do-dohoku.png) #000 no-repeat center;
  background-size: cover;
}

.plan ul.planLink li.doto a {
  border: solid 2px #ff920b;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/doto.png) no-repeat center;
  background-size: cover;
}

.plan ul.planLink li.doto a:hover {
  background: linear-gradient(rgba(255, 146, 11, 0.2), rgba(255, 146, 11, 0.2)), url(../images/doto.png) #000 no-repeat center;
  background-size: cover;
}

.plan ul.planLink li a:hover {
  opacity: 1 !important;
}

.info {
  overflow: hidden;
  margin: 120px auto 0;
}

.info .infoTtl {
  font-size: 3rem;
  color: #009944;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
}

.info .infoTtl span {
  opacity: 0.5;
  display: block;
  color: #ced577;
  font-size: 2.125rem;
  margin: 0 auto -24px;
  font-family: "Kalam", cursive;
}

.info .info_content {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
}

.info .info_content h4 {
  color: #fff;
  font-size: 1rem;
  background: #009944;
  padding: 25px 1rem;
  border-radius: 10px 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

.info .info_content h4 span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.info .info_content .infoTxt {
  color: #5a5757;
  margin-top: 40px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.info .info_content .infoTxt a {
  color: #009944 !important;
  font-weight: bold;
  text-decoration: underline;
}

.info .info_content dl.schedule {
  text-align: left;
  margin: 40px !important;
}

.info .info_content dl.schedule dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.info .info_content dl.schedule dd table {
  width: 100%;
  overflow: hidden;
  margin-bottom: -20px;
  border: 1px solid #5a5757;
}

.info .info_content dl.schedule dd table th {
  width: 10%;
  padding: 30px;
  border-right: 1px solid #5a5757;
}

.info .info_content dl.schedule dd table td {
  text-align: center;
  padding-left: 10px;
}

.info .info_content dl.schedule dd table .td_bg {
  color: #fff;
  padding: 22px 0;
  background: #d13e3e;
  border-top: 1px solid #5a5757;
}

.info .info_content ul.infoList {
  text-align: left;
  margin: 40px 40px 20px 40px !important;
}

.info .info_content ul.infoList li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
}

.info .info_content ul.infoList .att,
.info .info_content dl.infoAbout .att {
  color: #e72a35;
}

.info .info_content ul.infoList li::before {
  color: #5a5757;
  content: "●";
  font-size: 0.25rem;
  position: absolute;
  top: 2px;
  left: 0;
}

.info .info_content ul.infoList li.att::before {
  color: #e72a35;
  content: "●";
  font-size: 0.25rem;
  position: absolute;
  top: 2px;
  left: 0;
}

#maincontents .info .info_content dl.infoAbout {
  text-align: left;
  margin: 20px 40px 40px 40px;
}

.info .info_content dl.infoAbout dt {
  color: #009944;
}

.info .info_content dl.infoAbout dd {
  margin-bottom: 20px;
}

.info .info_content dl.infoAbout dd li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
}

.info .info_content dl.infoAbout li.att::before {
  color: #e72a35;
  content: "●";
  font-size: 0.25rem;
  position: absolute;
  top: 2px;
  left: 0;
}

.info .info_content dl.infoAbout dd ul li::before {
  color: #5a5757;
  content: "●";
  font-size: 0.25rem;
  position: absolute;
  top: 2px;
  left: 0;
}

.info .info_content dl.infoAbout dd ul li li {
  margin-top: 10px;
}

.info .info_content dl.infoAbout dd ul li li::before {
  color: #5a5757;
  content: "・";
  font-size: 1rem;
  position: absolute;
  top: 2px;
  left: 0;
}

.info .info_store {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
}

.info .info_store h4 {
  color: #fff;
  font-size: 1.25rem;
  background: #7d6953;
  padding: 25px 0;
  border-radius: 10px 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

#maincontents .info .info_store ul {
  text-align: left;
  margin: 40px;
}

.info .info_store ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
}

.info .info_store ul li::before {
  color: #5a5757;
  content: "●";
  font-size: 0.25rem;
  position: absolute;
  top: 2px;
  left: 0;
}

.info .info_store ul li a {
  color: #d13e3e !important;
}

.info .info_store ul li img.nitteihyo {
  width: 39px;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
}

.info .info_store ul li img.zizenyoyaku {
  width: 81px;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
}

.info .info_bnr {
  margin: 40px auto 0;
  padding: 0;
}

#pickup h4 {
  text-align: center;
  font-size: 20px;
  line-height: normal;
  color: #e4017f;
  font-weight: bold;
  margin-bottom: 20px;
}

#pickup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pickup ul li {
  width: 49.091%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

#pickup ul li .img img {
  width: 100%;
}

#pickup ul li .txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1em;
}

#pickup ul li p {
  position: relative;
  padding-left: 6em;
  margin-bottom: 30px;
  text-align: start;
}

#pickup ul li p.p_hokkaido::before {
  content: "北海道";
  display: inline-block;
  color: #fff;
  background: #478d38;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}

#pickup ul li p.p_tokyo::before {
  content: "東京";
  display: inline-block;
  color: #fff;
  background: #f09a36;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}

#pickup ul li a {
  display: inline-block;
  margin-bottom: 15px;
}

#pickup ul li a span {
  text-align: center;
  color: #d12d26;
  border-bottom: 1px solid #d12d26;
  font-size: 18px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 750px) {
  #pickup h4 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  #pickup ul li {
    width: 100%;
    margin-bottom: 6vw;
  }

  #pickup ul {
    flex-direction: column;
  }

  #pickup ul li p {
    margin-bottom: 6vw;
    font-size: 4vw;
    line-height: 1.5;
  }

  #pickup ul li p.p_hokkaido::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }

  #pickup ul li p.p_tokyo::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }

  #pickup ul li a {
    margin-bottom: 2vw;
  }

  #pickup ul li a span {
    font-size: 4vw;
  }
}

/*#bargainplan {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  #bargainplan {
    padding: 24vw 0 12vw;
  }
}*/

.b_planwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.3%;
  margin-bottom: 40px !important;
}
@media (max-width: 750px) {
  .b_planwrap {
    flex-wrap: inherit;
    flex-direction: column;
    margin-bottom: 8vw !important;
  }
}
.b_planwrap .b_planBox {
  width: 49.091%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.b_planwrap .b_planBox .img img {
  width: 100%;
}
.b_planwrap .b_planBox .txt {
  padding: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt {
    height: auto;
  }
}
.b_planwrap .b_planBox .txt h4 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.b_planwrap .b_planBox .txt h4 .ico {
  display: inline-block;
  margin-right: 10px;
  padding: 0.1rem 0.6rem 0.2rem;
  border-radius: 25px;
  background: #478d38;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
.b_planwrap .b_planBox .txt h4 .ico.ico-1 {
  background: #78c642;
}
.b_planwrap .b_planBox .txt h4 .ico.ico-2 {
  background: #0073bc;
}
.b_planwrap .b_planBox .txt h4 .ico.ico-3 {
  background: rgb(255, 146, 11);
}

.b_planwrap .b_planBox .txt p {
  margin-bottom: 20px;
  text-align: start;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt p {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.b_planwrap .b_planBox .txt span {
  color: #bd1728;
  font-size: 14px;
  display: block;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt span {
    font-size: 3.7vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn {
  margin-bottom: 10px !important;
  display: flex;
  justify-content: center;
  gap: 2%;
}
.b_planwrap .b_planBox .txt .b_planBtn > li {
  width: 100%;
  min-height: 3.6em;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.3em 0;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt .b_planBtn > li a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.stay {
  background: #2c70b4;
  box-shadow: 0 3px 0 #14317c;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.jrset {
  background: #599d40;
  box-shadow: 0 3px 0 #2c651f;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.airplane {
  background: #c75369;
  box-shadow: 0 3px 0 #9f112c;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
.b_planwrap .b_planBox .txt .b_planBtn li.nolink a {
  pointer-events: none;
  position: relative;
}
.b_planwrap .b_planBox .txt .b_planBtn li.nolink a:after {
  content: "販売終了";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 3px);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_planwrap .b_planBox .txt .b_planBtn2 {
  display: flex;
  justify-content: center;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li {
  width: 100%;
  min-height: 3.6em;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.3em 0;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.btnSwicth {
  height: 3.36em;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt .b_planBtn2 > li > a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.stay {
  background: #2c70b4;
  box-shadow: 0 3px 0 #14317c;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.jrset {
  background: #599d40;
  box-shadow: 0 3px 0 #2c651f;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.airplane {
  background: #c75369;
  box-shadow: 0 3px 0 #9f112c;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
.b_planwrap .b_planBox .hidelist {
  display: none;
  margin-top: 6px;
}
.b_planwrap .b_planBox .hidelist .hidelistbox {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li {
  width: 49%;
  min-height: 3.6em;
  margin-bottom: 6px;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff !important;
  text-align: center;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a.hl_airroute {
  background: #c75369;
  box-shadow: 0 3px 0 #9f112c;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .hidelist .hidelistbox > li > a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}

/*slider*/
.slider {
  width: 488px;
  height: 314px;
}

.slick-slider {
  top: 0;
  left: 18px;
  position: relative;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  background-image: url(../images/icon-chevron.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  border: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  left: -18px;
}

.slick-arrow.slick-next {
  right: -18px;
}

/*donan*/
.fv_detail_contents h2 span.donan {
  background: #78c642;
}

.donan_content {
  /* width: 1100px;
	text-align: center;
	margin: 80px auto 0; */
}

.donan_content .slick-arrow {
  background-color: #78c642 !important;
}

.donan_content .info {
  overflow: hidden;
  margin: 0 auto;
}

.donan_content .planSubttl {
  background: #78c642;
}

.donan_content ul.planContents li.item,
.donan_content ul.busPlan li.item {
  border: 2px solid #78c642;
}

.donan_content ul.planContents li.item .text a,
.donan_content ul.busPlan li.item a {
  color: #78c642 !important;
}

.donan_content ul.planContents li.item .text table td i {
  color: #78c642;
  font-size: 13px;
  margin-left: 4px;
}

.donan_content ul.planContents li.item .text h4.text_pl2,
.donan_content ul.busPlan li.item h4.text_pl2 {
  color: #78c642;
}

.donan_content ul.planContents li.item .text h4.text_pl2 span,
.donan_content ul.busPlan li.item h4.text_pl2 span {
  background: #78c642;
}

/*do-dohoku*/
.fv_detail_contents h2 span.do-dohoku {
  background: #0073bc;
}

.do-dohoku_content .slick-arrow {
  background-color: #0073bc !important;
}

.do-dohoku_content .info {
  overflow: hidden;
  margin: 0 auto;
}

.do-dohoku_content .planSubttl {
  background: #0073bc;
}

.do-dohoku_content ul.planContents li.item,
.do-dohoku_content ul.busPlan li.item {
  border: 2px solid #0073bc;
}

.do-dohoku_content ul.planContents li.item .text a,
.do-dohoku_content ul.busPlan li.item a {
  color: #0073bc !important;
}

.do-dohoku_content ul.planContents li.item .text table td i {
  color: #0073bc;
  font-size: 13px;
  margin-left: 4px;
}

.do-dohoku_content ul.planContents li.item .text h4.text_pl2,
.do-dohoku_content ul.busPlan li.item h4.text_pl2 {
  color: #0073bc;
}

.do-dohoku_content ul.planContents li.item .text h4.text_pl2 span,
.do-dohoku_content ul.busPlan li.item h4.text_pl2 span {
  background: #0073bc;
}

/*doto*/
.fv_detail_contents h2 span.doto {
  background: #ff920b;
}

.doto_content .info {
  overflow: hidden;
  margin: 0 auto;
}

.doto_content .slick-arrow {
  background-color: #ff920b !important;
}

.doto_content .planSubttl {
  background: #ff920b;
}

.doto_content ul.planContents li.item,
.doto_content ul.busPlan li.item {
  border: 2px solid #ff920b;
}

.doto_content ul.planContents li.item .text a,
.doto_content ul.busPlan li.item a {
  color: #ff920b !important;
}

.doto_content ul.planContents li.item .text table td i {
  color: #ff920b;
  font-size: 13px;
  margin-left: 4px;
}

.doto_content ul.planContents li.item .text h4.text_pl2,
.doto_content ul.busPlan li.item h4.text_pl2 {
  color: #ff920b;
}

.doto_content ul.planContents li.item .text h4.text_pl2 span,
.doto_content ul.busPlan li.item h4.text_pl2 span {
  background: #ff920b;
}

/*plan details*/
.plan #admission,
.plan #experience,
.plan #vehicle,
.plan #meal {
  padding: 40px 0 0;
  margin-bottom: 120px;
}

.plan .planSubttl {
  color: #fff;
  width: 196px;
  margin: 0 auto 65px;
  padding: 10px 0;
  font-size: 1.625rem;
  font-weight: normal;
  border-radius: 52px;
  border: 3px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
}

ul.planNav {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: start;
}

ul.planNav.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

ul.planNav li {
  flex: 1;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

ul.planNav li::after {
  content: "";
  top: 10px;
  right: 0;
  height: 70px;
  position: absolute;
  border-right: 1px solid #eaeaea;
}

ul.planNav li:last-child::after {
  border-right: none;
}

ul.planNav li a {
  color: #7d6953 !important;
  display: block;
  font-size: 1.25rem;
  padding: 20px 0 40px 0;
  text-decoration: none;
}

ul.planNav li a::after {
  content: "";
  left: 50%;
  bottom: 20px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #7d6953;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, -25%) rotate(135deg);
  transition: 0.3s;
}

ul.planNav li a:hover::after {
  bottom: 15px;
}

ul.planContents {
  display: flex;
  justify-content: space-between;
  gap: 2rem 1.25rem;
  flex-wrap: wrap;
}

ul.planContents li.item {
  width: 48%;
  max-width: 540px;
  background: #fff;
  padding: 20px 0 10px;
  border-radius: 10px;
}

ul.planContents li.item p.item_img img {
  width: 488px;
  height: 314px;
}

ul.planContents li.item .text {
  color: #5a5757;
  background: #fff;
  padding: 1.5rem;
  font-size: 14px;
  text-align: left;
}

ul.planContents li.item .text h4 {
  font-size: 18px;
  margin-bottom: 1rem;
  /* padding-left: 80px;
	text-indent: -80px; */
  display: flex;
  align-items: baseline;
}

/* ul.planContents li.item .text .indent_long {
	padding-left: 105px;
	text-indent: -110px;
} */

ul.planContents li.item .text h4 span {
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-right: 10px;
  white-space: nowrap;
}

ul.planContents li.item .text h4.text_pl2 {
  font-weight: bold;
}

ul.planContents li.item .text h4.text_pl2 span {
  color: #fff;
  font-weight: normal;
  border-radius: 25px;
  white-space: nowrap;
}

ul.planContents li.item .text h4.text_pl3 {
  padding-left: 84px;
  text-indent: -84px;
}

ul.planContents li.item .text h4.text_pl5 {
  padding-left: 111px;
  text-indent: -111px;
}

ul.planContents li.item .text table {
  width: 100%;
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
  border-top: 1px solid #e8e8e8;
}

ul.planContents li.item .text table th,
ul.planContents li.item .text table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem;
  vertical-align: middle;
}

ul.planContents li.item .text table th {
  color: #7d6953;
  white-space: nowrap;
  width: 25%;
}

ul.planContents li.item .text table td {
  width: 75%;
}

ul.planContents li.item .text table td span.kome {
  padding-left: 14px;
  text-indent: -14px;
  display: block;
  line-height: 1.2rem;
}

ul.planContents li.item .text table td span.num {
  color: #ff920b;
  font-size: 1.25rem;
  margin: 0 5px 0 10px;
}

ul.planContents li.item .text table td span.en {
  color: #ff920b;
  margin-right: 10px;
}

ul.planContents li.item .text p.kome {
  color: #707070;
  line-height: 1.2rem;
  margin: 10px 0;
}

ul.planContents li.item .text p.kome a {
  color: #e4017f !important;
}

ul.planContents li.item .text img.nitteihyo,
ul.busPlan li.item img.nitteihyo {
  width: 39px;
  height: auto;
  margin: 0 10px;
  vertical-align: middle;
}

ul.planContents li.item .text img.zizenyoyaku,
ul.busPlan li.item img.zizenyoyaku {
  width: 81px;
  height: auto;
  margin: 0 10px;
  vertical-align: middle;
}

ul.busPlan {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  max-width: 1100px;
}

ul.busPlan li.item {
  width: 100%;
  padding: 20px;
  color: #5a5757;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  /* margin-top: 30px; */
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.busPlan li.item > div {
  width: 48%;
}

ul.busPlan li.item > div.w100 {
  width: 100%;
}

ul.busPlan li.item .left {
  width: 50%;
  float: left;
}

ul.busPlan li.item p.item_img {
  width: 511px;
  height: 314px;
  margin-bottom: 20px;
}

ul.busPlan li.item h4 {
  font-size: 18px;
  margin-bottom: 1rem;
  padding-left: 70px;
  text-indent: -70px;
}

ul.busPlan li.item h4 span {
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-right: 10px;
}

ul.busPlan li.item h4.text_pl2 {
  font-weight: bold;
}

ul.busPlan li.item h4.text_pl2 span {
  color: #fff;
  font-weight: normal;
  border-radius: 20px;
}

ul.busPlan li.item .right {
  width: 50%;
  float: right;
}

ul.busPlan li.item table {
  width: 100%;
  line-height: 1.5rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
}

ul.busPlan li.item table th,
ul.busPlan li.item table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem;
  vertical-align: middle;
}

ul.busPlan li.item table th {
  color: #7d6953;
  white-space: nowrap;
  width: 25%;
}

ul.busPlan li.item table td {
  width: 75%;
}

ul.busPlan li.item table td span.num {
  color: #ff920b;
  font-size: 1.25rem;
  margin: 0 5px 0 10px;
}

ul.busPlan li.item table td span.en {
  color: #ff920b;
  margin-right: 10px;
}

/* ul.busPlan li.item .chart-wrap {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 340px;
} */

ul.busPlan li.item .chart-wrap p.chart {
  width: 1000px;
  color: #7d6953;
  padding-left: 8px;
}

ul.busPlan li.item .chart-wrap p.chart span {
  color: #78c642;
}

@media (min-width: 761px) {
  #maincontents a {
    transition: 0.3s;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*-------------------------------- sp --------------------------------*/

@media (max-width: 760px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #fv {
    background: url(../images/mv_win_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 133vw;
    width: 100%;
    position: relative;
  }

  #fv_donan {
    background: url(../images/mv_donan_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 133vw;
    width: 100%;
    position: relative;
  }

  #fv_do-dohoku {
    background: url(../images/mv_do-dohoku_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 133vw;
    width: 100%;
    position: relative;
  }

  #fv_doto {
    background: url(../images/mv_doto_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 133vw;
    width: 100%;
    position: relative;
  }

  .fv_contents,
  .fv_detail_contents {
    width: 80%;
    height: auto;
  }

  .fv_detail_contents h2 span {
    width: 90%;
    height: auto;
    font-size: 1.5rem;
    padding: 5px 0 8px;
  }

  /*slider*/
  .slider {
    width: 92%;
    height: auto;
  }

  .index_content,
  .donan_content,
  .do-dohoku_content,
  .doto_content {
    width: 100%;
    padding: 15vw 0;
  }

  .inner {
    padding: 0 6vw;
  }

  h3.ticket_link,
  h3.common_link {
    margin: auto;
    width: 90%;
  }

  .plan ul.planLink li {
    display: block;
    width: 100%;
    margin-bottom: 4vw;
  }

  .plan ul.planLink li a {
    /* float: none; */
    width: 100%;
    height: 30vh;
    max-height: 240px;
    /* margin: 0 auto; */
  }

  /* .plan ul.planLink li.donan a,
	.plan ul.planLink li.do-dohoku a {
		margin: 0 auto 25px;
	} */

  /* .info .info_content,
	.info .info_store {
		width: 90%;
	} */

  .info .info_content dl.schedule .table-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    min-height: 180px;
  }

  .info .info_content dl.schedule,
  .info .info_content ul.infoList {
    margin: 1rem !important;
  }

  .info .info_content dl.schedule .table-wrap table {
    width: 1020px;
  }

  .info .info_content dl.schedule dd table th {
    padding: 30px 20px 30px 30px;
  }

  .table-wrap::-webkit-scrollbar {
    width: 10px;
  }

  .table-wrap::-webkit-scrollbar-track {
    background-color: #eee;
  }

  .table-wrap::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background-color: #ccc;
  }

  #maincontents .info .info_content dl.infoAbout,
  #maincontents .info .info_store ul {
    margin: 5vw;
  }

  /*plan details*/
  /* ul.planNav li {
		width: 100%;
	} */

  ul.planNav li a::after {
    width: 0.8em;
    height: 0.8em;
    top: 60%;
  }

  ul.planNav li:last-child a {
    padding: 20px 0;
  }

  ul.planNav.fixed {
    left: 0;
    right: 0;
  }

  ul.planNav.fixed li a {
    padding: 3vw 0;
  }

  ul.planNav.fixed li a::after {
    display: none;
  }

  ul.planContents li.item,
  ul.busPlan li.item {
    width: 100%;
    /* margin: 0 auto; */
  }

  ul.busPlan li.item {
    margin-top: 30px;
  }

  ul.planContents li.item p.item_img img {
    width: 90%;
    height: auto;
  }

  ul.planContents li.item .text h4,
  ul.busPlan li.item h4,
  ul.planContents li.item .text .indent_long {
    text-indent: 0;
    padding-left: 0;
    display: block;
  }

  ul.planContents li.item .text h4 span,
  ul.busPlan li.item h4 span {
    /* width: 32%; */
    width: fit-content;
    display: block;
    margin: 0 0 0.5em 0;
  }

  ul.planContents li.item .text h4 span.middle,
  ul.busPlan li.item h4 span.middle {
    /* width: 37% !important; */
    width: fit-content;
  }

  ul.planContents li.item .text h4 span.long,
  ul.busPlan li.item h4 span.long {
    /* width: 43% !important; */
    width: fit-content;
  }

  ul.planContents li.item .text table th,
  ul.planContents li.item .text table td,
  ul.busPlan li.item table th,
  ul.busPlan li.item table td {
    width: 100%;
    display: block;
  }

  ul.busPlan li.item .left,
  ul.busPlan li.item .right {
    width: 100%;
    float: none;
  }

  ul.busPlan li.item table {
    margin-top: 0.5rem;
  }

  ul.busPlan li.item p.item_img {
    width: 100%;
    height: auto;
  }

  ul.busPlan li.item > div {
    width: 100%;
  }

  ul.busPlan li.item .chart-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 340px;
  }
}

/* クリック時のアコーディオンパネル開閉 */

.accordion_area {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.accordion_title {
  position: relative;
  z-index: 0;
  cursor: pointer;
  font-size: 25px;
  color: #333;
  font-weight: 500;
  padding: 20px 10px;
  background-color: #f0f0f0;
  transition: all 0.5s ease;
  text-align: center;
}
.accordion_title.doto {
  background-color: #fcb55d;
}
.accordion_title.donan {
  background-color: #cadf91;
}
.accordion_title.do-dohoku {
  background-color: #9fc8e8;
}

.accordion_title::before,
.accordion_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #333;
  transition: all 0.5s ease;
}
.accordion_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.accordion_title.active::before,
.accordion_title.active::after {
  transform: rotate(0deg);
}

.accordion_box {
  display: none;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .accordion_title {
    font-size: 6vw;
    padding: 15px 10px;
  }
}

/* クリック時のアコーディオンパネル開閉 END */

ul.planContents li.item.accordion {
  padding: 20px 0 0;
  height: 100%;
}

ul.planContents li.item .accordion_area .accordion_box {
  color: #5a5757;
  background: #fff;
  padding: 1.5rem;
  font-size: 14px;
  text-align: left;
}

ul.planContents li.item .accordion_area .accordion_box table {
  width: 100%;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
  border-top: 1px solid #e8e8e8;
}

ul.planContents li.item .accordion_area .accordion_box table th {
  color: #7d6953;
  white-space: nowrap;
  width: 25%;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem;
  vertical-align: middle;
}

ul.planContents li.item .accordion_area .accordion_box table td {
  width: 75%;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem;
  vertical-align: middle;
}

.doto_content ul.planContents li.item .accordion_area .accordion_box a,
.doto_content ul.busPlan li.item .accordion_area .accordion_box table td a {
  color: #ff920b !important;
}

.do-dohoku_content ul.planContents li.item .accordion_area .accordion_box a,
.do-dohoku_content ul.busPlan li.item .accordion_area .accordion_box table td a {
  color: #0073bc !important;
}

.donan_content ul.planContents li.item .accordion_area .accordion_box a,
.donan_content ul.busPlan li.item .accordion_area .accordion_box table td a {
  color: #78c642 !important;
}

ul.planContents li.item .accordion_area .accordion_box table td span.num {
  color: #ff920b;
  font-size: 1.25rem;
  margin: 0 5px 0 10px;
}

ul.planContents li.item .accordion_area .accordion_box table td span.en {
  color: #ff920b;
  margin-right: 10px;
}

ul.planContents li.item .accordion_area .accordion_box p.kome {
  color: #707070;
  line-height: 1.2rem;
  margin: 10px 0;
}

ul.planContents li.item .accordion_area .accordion_box img.zizenyoyaku,
ul.busPlan li.item .accordion_area .accordion_box img.zizenyoyaku {
  width: 81px;
  height: auto;
  margin: 0 10px;
  vertical-align: middle;
}

@media (max-width: 760px) {
  ul.planContents li.item .accordion_area .accordion_box table th,
  ul.planContents li.item .accordion_area .accordion_box table td {
    width: 100%;
    display: block;
  }
}
