@charset "UTF-8";
/* foundation */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,700,900&subset=japanese");
main {
  display: block;
}

div, span, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  word-break: break-all;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

table {
  border-spacing: 0;
}

table, tr, th, td {
  border-collapse: collapse;
}

dt {
  font-weight: 500;
}

/* 背景色 */
/*************************/
/* メインカラー */
/*************************/
/* テキストの色 */
/*************************/
/* リンクのの色 */
/*************************/
/* コピーライト、承認番号の色 */
/*************************/
/* その他色の設定 */
/*************************/
/* 行程表 ************************* */
/* 料金表 ************************ */
.btn-flex {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .btn-flex {
    flex-direction: column;
  }
}
.btn-flex--pink {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .btn-flex--pink {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--pink:before, .btn-flex--pink:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--pink:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #E380DD;
}
@media screen and (max-width: 768px) {
  .btn-flex--pink:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--pink:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--pink:before {
    left: 2.5rem;
  }
}
.btn-flex--pink span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--pink span {
    color: #fff;
  }
}
.btn-flex--pink:hover {
  text-decoration: none;
}
.btn-flex--pink:hover span {
  color: #fff;
}
.btn-flex--pink:hover:before {
  left: 2.5rem;
}
.btn-flex--pink:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--pink.dis {
  pointer-events: none;
}
.btn-flex--pink.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--pink {
    width: 100%;
  }
}
.btn-flex--blue {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--blue:before, .btn-flex--blue:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--blue:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #984FED;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--blue:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue:before {
    left: 2.5rem;
  }
}
.btn-flex--blue span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue span {
    color: #fff;
  }
}
.btn-flex--blue:hover {
  text-decoration: none;
}
.btn-flex--blue:hover span {
  color: #fff;
}
.btn-flex--blue:hover:before {
  left: 2.5rem;
}
.btn-flex--blue:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--blue.dis {
  pointer-events: none;
}
.btn-flex--blue.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.btn-flex--blue.--fx1 {
  flex: 0 0 100%;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue.--fx1 {
    max-width: 100%;
  }
}
.btn-flex--blue.--fx2 {
  flex: 0 0 100%;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue.--fx2 {
    max-width: 100%;
  }
}
.btn-flex--orange {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--orange {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--orange:before, .btn-flex--orange:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--orange:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #F9662F;
}
@media screen and (max-width: 768px) {
  .btn-flex--orange:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--orange:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--orange:before {
    left: 2.5rem;
  }
}
.btn-flex--orange span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--orange span {
    color: #fff;
  }
}
.btn-flex--orange:hover {
  text-decoration: none;
}
.btn-flex--orange:hover span {
  color: #fff;
}
.btn-flex--orange:hover:before {
  left: 2.5rem;
}
.btn-flex--orange:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--orange.dis {
  pointer-events: none;
}
.btn-flex--orange.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--orange {
    width: 100%;
  }
}
.btn-flex--green {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--green {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--green:before, .btn-flex--green:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--green:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #20d707;
}
@media screen and (max-width: 768px) {
  .btn-flex--green:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--green:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--green:before {
    left: 2.5rem;
  }
}
.btn-flex--green span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--green span {
    color: #fff;
  }
}
.btn-flex--green:hover {
  text-decoration: none;
}
.btn-flex--green:hover span {
  color: #fff;
}
.btn-flex--green:hover:before {
  left: 2.5rem;
}
.btn-flex--green:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--green.dis {
  pointer-events: none;
}
.btn-flex--green.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--green {
    width: 100%;
  }
}
.btn-flex--red {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--red {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--red:before, .btn-flex--red:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--red:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #F53A90;
}
@media screen and (max-width: 768px) {
  .btn-flex--red:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--red:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--red:before {
    left: 2.5rem;
  }
}
.btn-flex--red span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--red span {
    color: #fff;
  }
}
.btn-flex--red:hover {
  text-decoration: none;
}
.btn-flex--red:hover span {
  color: #fff;
}
.btn-flex--red:hover:before {
  left: 2.5rem;
}
.btn-flex--red:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--red.dis {
  pointer-events: none;
}
.btn-flex--red.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--red {
    width: 100%;
  }
}
.btn-flex--red2 {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--red2 {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--red2:before, .btn-flex--red2:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--red2:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #ff5252;
}
@media screen and (max-width: 768px) {
  .btn-flex--red2:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--red2:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--red2:before {
    left: 2.5rem;
  }
}
.btn-flex--red2 span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--red2 span {
    color: #fff;
  }
}
.btn-flex--red2:hover {
  text-decoration: none;
}
.btn-flex--red2:hover span {
  color: #fff;
}
.btn-flex--red2:hover:before {
  left: 2.5rem;
}
.btn-flex--red2:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--red2.dis {
  pointer-events: none;
}
.btn-flex--red2.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--red2 {
    width: 100%;
  }
}
.btn-flex--blue {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--blue:before, .btn-flex--blue:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--blue:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #014AFD;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--blue:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue:before {
    left: 2.5rem;
  }
}
.btn-flex--blue span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue span {
    color: #fff;
  }
}
.btn-flex--blue:hover {
  text-decoration: none;
}
.btn-flex--blue:hover span {
  color: #fff;
}
.btn-flex--blue:hover:before {
  left: 2.5rem;
}
.btn-flex--blue:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--blue.dis {
  pointer-events: none;
}
.btn-flex--blue.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue {
    width: 100%;
  }
}
.btn-flex--blue2 {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue2 {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--blue2:before, .btn-flex--blue2:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--blue2:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #34cbff;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue2:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--blue2:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue2:before {
    left: 2.5rem;
  }
}
.btn-flex--blue2 span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue2 span {
    color: #fff;
  }
}
.btn-flex--blue2:hover {
  text-decoration: none;
}
.btn-flex--blue2:hover span {
  color: #fff;
}
.btn-flex--blue2:hover:before {
  left: 2.5rem;
}
.btn-flex--blue2:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--blue2.dis {
  pointer-events: none;
}
.btn-flex--blue2.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--blue2 {
    width: 100%;
  }
}
.btn-flex--disable {
  flex: 0 0 15.3%;
  max-width: calc(33.3333333333% - 10px);
  position: relative;
  padding: 0 2.5rem 0 6rem;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .btn-flex--disable {
    font-size: 20px;
    max-width: 73%;
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.btn-flex--disable:before, .btn-flex--disable:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-flex--disable:after {
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #999999;
}
@media screen and (max-width: 768px) {
  .btn-flex--disable:after {
    right: 0;
    width: 100%;
  }
}
.btn-flex--disable:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-flex--disable:before {
    left: 2.5rem;
  }
}
.btn-flex--disable span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn-flex--disable span {
    color: #fff;
  }
}
.btn-flex--disable:hover {
  text-decoration: none;
}
.btn-flex--disable:hover span {
  color: #fff;
}
.btn-flex--disable:hover:before {
  left: 2.5rem;
}
.btn-flex--disable:hover:after {
  right: 0;
  width: 100%;
}
.btn-flex--disable.dis {
  pointer-events: none;
}
.btn-flex--disable.dis::after {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .btn-flex--disable {
    width: 100%;
  }
}

html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.5px;
  min-width: 1140px;
  background-image: radial-gradient(at 80% -20%, #ffffa8 10%, transparent 40%), radial-gradient(at 0% 70%, #ffffa8, transparent 50%), radial-gradient(at 0% 0%, #86eddc, transparent), radial-gradient(at 80% 40%, rgb(84, 225, 222), transparent 40%), radial-gradient(at 100% 100%, #ffffa8, transparent);
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}
body .wrapper {
  background: #f5f5f5;
}

.red {
  color: #C82534;
}

a {
  color: #125687;
}

.btn--red {
  display: inline-block;
  color: #fff;
  background-color: #C82534;
  padding: 6px;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 25%;
}
.btn--red:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .btn--red {
    width: 95%;
  }
}

.btn--blue {
  display: inline-block;
  color: #fff;
  background-color: #2a78be;
  padding: 6px;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 25%;
}
.btn--blue:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .btn--blue {
    width: 95%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: 500;
}

kome {
  display: block;
  padding-left: 1.4rem;
}
kome::before {
  margin-left: -1.4rem;
  content: "※";
}

disc {
  display: block;
  padding-left: 1.8rem;
  list-style: disc;
}
disc::before {
  position: absolute;
  margin-left: -2.5rem;
  content: "・";
  font-size: 3rem;
  line-height: 2.8rem;
}

.link:link, .link:hover, .link:visited {
  color: #125687;
}
.link.--chevron-up::after {
  font-family: "Font Awesome 5 Free";
  content: " \f077";
  font-weight: 900 !important;
}
.link.--chevron-down::after {
  font-family: "Font Awesome 5 Free";
  content: " \f078";
  font-weight: 900 !important;
}

.accordion {
  border-bottom: 2px solid #d0d0d0;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .accordion {
    padding: 0;
  }
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 0;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.accordion summary h2 {
  width: 100%;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 8px;
  height: 2em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion summary::after {
  transition: rotate 0.3s;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

/* fontawesome for windows  */
.fa-chevron-up:before,
.fa-chevron-down:before,
.fa-download:before {
  font-weight: 900 !important;
}

/****************************
印刷レイアウトの設定
****************************/
@media print {
  header {
    padding-top: 0px;
  }
  .wrapper {
    background: #f5f5f5;
    display: block;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  main {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 0px;
  }
  block {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0px;
  }
  gnav,
  #gnav {
    display: none !important;
  }
  .planBox div.kaigai table td line schedule {
    width: 473px;
  }
  .planBox .grad-item,
  terms .grad-item {
    height: auto !important;
  }
}
/****************************
印刷レイアウトの設定 END
****************************/
.js-modal {
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.js-modal.open {
  visibility: visible;
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
.js-modal__background {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
}
.js-modal__content {
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1002;
  max-width: 1200px;
  width: 100%;
}
.js-modal__content__inner {
  margin: 50px 15px;
  padding: 25px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .js-modal__content__inner {
    padding: 0 0 5px;
  }
  .js-modal__content__inner .modal_inner_sp {
    padding: 15px;
  }
}
.js-modal__content__inner .js-modal-close {
  background: #fff;
  border: 1px solid #444;
  padding: 8px;
  width: 120px;
  margin: 30px auto;
  font-size: 1.5rem;
  display: block;
  color: #444;
  cursor: pointer;
}
.js-modal__content__inner .js-modal-close:hover {
  background: #444;
  color: #fff;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

/* 国内外の設定 *****************
 *  true: 国内
 *  false:海外
*/
/* ************************* */
/* object */
header .mv {
  background-image: linear-gradient(45deg, #00E0FF 0%, #014AFD 100%);
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  header .mv {
    padding: 55px 40px 50px;
  }
}
header .mv h1 {
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  font-size: 2.4em;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  header .mv h1 {
    padding-top: 0px;
    font-size: 2.4rem;
  }
}

main {
  padding-bottom: 30px;
}
main .section {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) center/cover no-repeat;
}
main .section__wrap {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  main .section__wrap {
    padding: 15px;
  }
}
main .section__wrap__inner {
  max-width: 1140px;
  background: #FFF;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  main .section__wrap__inner {
    padding: 15px;
  }
}
main .section__wrap__inner__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  main .section__wrap__inner__title {
    font-size: 2rem;
  }
}
main .section__wrap__inner2 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .section__wrap__inner2 {
    padding: 0px;
  }
}
main .section__wrap__inner2__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  main .section__wrap__inner2__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main .section__wrap2 {
    padding: 0px 15px;
  }
}
main .section__wrap2__inner {
  max-width: 1140px;
  background: #FFF;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  main .section__wrap2__inner {
    padding: 15px;
  }
}
main .section__wrap2__inner__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  main .section__wrap2__inner__title {
    font-size: 2rem;
  }
}
main .section__wrap2__inner2 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .section__wrap2__inner2 {
    padding: 15px;
  }
}
main .section__wrap2__inner2__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  main .section__wrap2__inner2__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main .section__wrap3 {
    padding: 0px 15px;
  }
}
main .section__wrap3__inner {
  max-width: 1140px;
  background: #FFF;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  main .section__wrap3__inner {
    padding: 15px;
  }
}
main .section__wrap3__inner__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  main .section__wrap3__inner__title {
    font-size: 2rem;
  }
}
main .section__wrap3__inner2 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .section__wrap3__inner2 {
    padding: 15px;
  }
}
main .section__wrap3__inner2__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  main .section__wrap3__inner2__title {
    font-size: 2rem;
  }
}

footer {
  text-align: center;
}
footer .menu {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  background: #FFF;
}
footer .menu__list {
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .menu__list {
    width: 100%;
    justify-content: center;
  }
}
footer .menu__list li {
  font-size: 1.4rem;
  flex: 0 0 auto;
  color: #125687;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .menu__list li {
    flex: 1 0 auto;
    min-width: 50%;
    margin: 4px 0;
  }
  footer .menu__list li:first-child, footer .menu__list li:nth-child(4) {
    border-right: 1px solid #EEE;
  }
}
footer .menu__list li a {
  display: block;
  color: #125687;
}
footer .menu__list li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105  ";
  font-weight: 900;
}
footer .menu__list li a::after {
  font-family: "Font Awesome 5 Free";
  content: " \f2d2";
}
footer .menu__list li a.download::after {
  font-family: "Font Awesome 5 Free";
  content: " \f019";
  font-weight: 900;
}
footer .copyright {
  font-size: 1.2rem;
  color: #004a78;
  margin-bottom: 20px;
}
footer .approval_number {
  font-size: 1rem;
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 auto 20px auto;
  padding: 0px 8px;
  color: #fff;
}

.bus__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bus__wrap {
    padding: 20px;
  }
}
.bus__title {
  font-size: 2.4rem;
  margin: 50px 0 20px;
  color: #004a78;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bus__title {
    margin: 20px;
  }
}
.bus__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .bus__title {
    font-size: 2rem;
    text-align: center;
  }
  .bus__title br {
    display: block;
  }
}
.bus__list li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bus__list li {
    flex-wrap: wrap;
  }
}
.bus__list li:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px dashed #004a78;
}
.bus__list .item-left {
  flex: 0 0 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bus__list .item-left .plan-btn-wrap {
  border-radius: 15px;
  margin-bottom: 30px;
}
.bus__list .item-left .plan-btn-wrap--1 {
  color: #FFF;
  background-image: linear-gradient(45deg, #36D1DC 0%, #2c59b9 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--1 {
    margin: 10px 0;
    text-align: center;
  }
}
.bus__list .item-left .plan-btn-wrap--2 {
  color: #FFF;
  background-image: linear-gradient(45deg, #FEDD00 0%, #F9662F 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--2 {
    margin: 10px 0;
    text-align: center;
  }
}
.bus__list .item-left .plan-btn-wrap--3 {
  color: #FFF;
  background-image: linear-gradient(45deg, #F6C87A 0%, #F53A90 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--3 {
    margin: 40px 0 10px;
    text-align: center;
  }
}
.bus__list .item-left .plan-btn-wrap--4 {
  color: #FFF;
  background-image: linear-gradient(45deg, #DCE35B 0%, #17a01c 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--4 {
    margin: 10px 0;
    text-align: center;
  }
}
.bus__list .item-left .plan-btn-wrap--5 {
  color: #FFF;
  background-image: linear-gradient(45deg, #F53A90 0%, #5A8FEA 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--5 {
    margin: 10px 0;
    text-align: center;
  }
}
.bus__list .item-left .plan-btn-wrap--6 {
  color: #FFF;
  background-image: linear-gradient(45deg, rgb(100, 166, 217) 0%, #35cbff 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--6 {
    margin: 10px 0;
    text-align: center;
  }
}
.bus__list .item-left .plan-btn-wrap--7 {
  color: #FFF;
  background-image: linear-gradient(45deg, rgba(255, 4, 27, 0.8392156863) 0%, #f53a90 100%);
  padding: 5px 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .bus__list .item-left .plan-btn-wrap--7 {
    margin: 10px 0;
    text-align: center;
  }
}
.bus__list .item-title {
  flex: 0 0 20;
  max-width: calc(20% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .bus__list .item-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
  }
}
.bus__list .item-btn {
  flex: 0 0 80%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .bus__list .item-btn {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .bus__list .item-btn .btn-flex {
    flex-direction: column;
  }
}
.bus__list .item-btn-new {
  background-image: linear-gradient(45deg, #17a01c 0%, #DCE35B 100%);
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bus__list .item-btn-new {
    text-align: center;
    font-size: 2rem;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.bus__list .item-btn-new span {
  background-color: #FEDD00;
  padding: 5px;
  border-radius: 10px;
  margin: 0 3px;
  color: black;
}
.bus__list .item-btn-new2 {
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #000;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .bus__list .item-btn-new2 {
    text-align: center;
    font-size: 2rem;
    margin-right: 0px;
  }
}
.bus__list .item-btn-new2 span {
  background-color: #FEDD00;
  padding: 5px;
  border-radius: 10px;
  margin: 0 3px;
  color: black;
}
.bus__list .item-right {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  flex: 0 0 43%;
}
@media screen and (max-width: 768px) {
  .bus__list .item-right {
    flex: 0 0 93%;
  }
}
.bus__list .item-right2 {
  background-color: rgba(0, 197, 255, 0.5098039216);
  padding: 10px;
  flex: 0 0 43%;
}
@media screen and (max-width: 768px) {
  .bus__list .item-right2 {
    flex: 0 0 93%;
  }
}
.bus__list .item-right3 {
  background-color: rgba(254, 221, 0, 0.5803921569);
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bus__list .item-right3 {
    flex: 0 0 93%;
  }
}
.bus__list .item-right_bus {
  padding: 10px 0px;
  width: 44.4%;
}
@media screen and (max-width: 768px) {
  .bus__list .item-right_bus {
    flex: 100%;
  }
}
.bus__list .item-inner {
  margin-bottom: 20px;
}

.sen {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #004a78;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .sen {
    width: auto;
  }
}

.shinkansen__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shinkansen__wrap {
    padding: 20px;
    max-width: 100%;
  }
}
.shinkansen__title {
  font-size: 2.4rem;
  color: #004a78;
  margin-bottom: 20px;
  font-weight: bold;
}
.shinkansen__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .shinkansen__title {
    font-size: 2rem;
    text-align: center;
  }
  .shinkansen__title br {
    display: block;
  }
}
.shinkansen .item-title {
  display: flex;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-title {
    display: block;
  }
}
.shinkansen .item-title-inner {
  background: red;
  color: #fff;
  font-weight: bold;
  margin: 0px 10px;
  padding: 0px 5px;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-title-inner {
    text-align: center;
    padding: 7px;
    font-size: 15px;
    margin: 0px;
  }
}
.shinkansen .item-innar {
  display: flex;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-innar {
    flex-direction: column;
  }
}
.shinkansen .item-left {
  flex: 0 0 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shinkansen .item-left img {
  width: 30%;
  position: relative;
  left: 450px;
  top: 130px;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-left img {
    width: 60%;
    left: 0px;
    top: 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .shinkansen .item-left {
    flex: 0 0 100%;
    margin-top: 0px;
  }
}
.shinkansen .item-left p {
  background: rgba(255, 255, 255, 0.6509803922);
  color: #f10207;
  font-weight: bold;
  padding: 10px;
  position: relative;
  left: 480px;
  text-align: center;
  top: 80px;
  margin-top: -70px;
  border-top: solid 5px #441dff;
  border-bottom: solid 5px #441dff;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-left p {
    display: inline-block;
    margin: 0px auto 2px;
    top: 0;
    left: 0;
    width: 60%;
    padding: 5px;
  }
}
.shinkansen .item-btn {
  flex: 0 0 100%;
  max-width: calc(100% - 120px);
  margin-left: 120px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.shinkansen .item-btn .btn-flex {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-btn .btn-flex {
    flex-direction: column;
  }
}
.shinkansen .item-btn-new2 {
  background-image: linear-gradient(45deg, blue 0%, rgb(158, 244, 255) 100%);
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-btn-new2 {
    text-align: center;
    font-size: 2rem;
    margin: 20px auto;
  }
}
.shinkansen .item-btn-new2 span {
  background-color: #FEDD00;
  padding: 5px;
  border-radius: 10px;
  margin: 0 3px;
  color: black;
}
.shinkansen .item-btn-new3 {
  width: 100%;
  padding: 10px;
  margin-right: 10px;
  color: #000;
  margin-top: -30px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-btn-new3 {
    text-align: center;
    font-size: 2rem;
    margin-right: 0px;
  }
}
.shinkansen .item-btn-new3 span {
  background-color: #FEDD00;
  padding: 5px;
  border-radius: 10px;
  margin: 0 3px;
  color: black;
}
.shinkansen .item-right {
  background-color: rgba(254, 221, 0, 0.5803921569);
  padding: 10px;
  flex: 0 0 43%;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-right {
    flex: 0 0 100%;
  }
}

.other__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other__wrap {
    padding: 20px;
  }
}
.other__title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #004a78;
}
@media screen and (max-width: 768px) {
  .other__title {
    text-align: center;
  }
}
.other__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other__list li {
  flex: 0 0 50%;
  max-width: calc(50% - 1em);
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .other__list li {
    flex: 0 0 100%;
    max-width: 95%;
    display: block;
  }
}
.other .banner, .other .banner--qa, .other .banner--kuruma {
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .other .banner, .other .banner--qa, .other .banner--kuruma {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.other .banner--kuruma {
  background: #FF1D80;
  font-size: 2rem;
  margin-left: 0.5em;
}
.other .banner--kuruma:hover {
  background: #ff5ea4;
}
@media screen and (max-width: 768px) {
  .other .banner--kuruma {
    font-size: 2rem;
    margin-left: 0em;
  }
}
.other .banner--kuruma .fas {
  font-size: 3.2rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .other .banner--kuruma .fas {
    font-size: 2.4rem;
  }
}
.other .banner--qa {
  background: #441DFF;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.other .banner--qa:hover {
  background: #6d51fb;
}

.banner-wrap {
  display: flex;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotel__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hotel__wrap {
    padding: 20px;
    max-width: 100%;
  }
}
.hotel__title {
  font-size: 2.4rem;
  color: #004a78;
  margin-bottom: 20px;
  font-weight: bold;
}
.hotel__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .hotel__title {
    font-size: 2rem;
    text-align: center;
  }
  .hotel__title br {
    display: block;
  }
}
.hotel .item-innar {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hotel .item-innar {
    flex-direction: column;
  }
}
.hotel .item-left {
  flex: 0 0 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hotel .item-left {
    flex: 0 0 100%;
  }
}
.hotel .item-btn {
  flex: 0 0 100%;
  max-width: calc(85% - 120px);
  margin-left: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .hotel .item-btn {
    flex: 0 0 100%;
    max-width: 73%;
    margin: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hotel .item-btn .btn-flex {
    flex-direction: column;
  }
}
.hotel .item-right {
  background-color: rgba(254, 221, 0, 0.5803921569);
  padding: 10px;
  flex: 0 0 43%;
}
@media screen and (max-width: 768px) {
  .hotel .item-right {
    flex: 0 0 100%;
  }
}
.hotel .item-right2 {
  background-color: rgba(0, 197, 255, 0.5098039216);
  padding: 10px;
  flex: 0 0 43%;
}
@media screen and (max-width: 768px) {
  .hotel .item-right2 {
    flex: 0 0 93%;
  }
}

.header__space {
  width: 10px;
}

.d-sm-none {
  display: none;
}

.d-sm-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .d-sm-block {
    display: block;
  }
}

.font-s {
  font-weight: bold;
  padding-left: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .font-s {
    padding-left: 0em;
  }
}

.font-b {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .font-b {
    font-size: 14px;
  }
}

.font-b-pia {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .font-b-pia {
    font-size: 14px;
  }
}
.font-b-pia_title {
  background-color: #fff;
  width: 60px;
  text-align: center;
  border: 1px solid #ddd;
  color: #0070c0;
}
@media screen and (max-width: 768px) {
  .font-b-pia_title {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .font-b-pia-sp {
    text-align: left;
  }
}

.font-b-jtb {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  text-indent: -1.2em;
  padding-left: 1.2em;
  background-color: #fff;
  width: 60px;
  text-align: center;
  border: 1px solid #ddd;
  color: #ff0000;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .font-b-jtb {
    font-size: 15px;
    text-align: center;
    width: 94%;
    margin-bottom: 10px;
  }
}
.font-b-jtb span {
  background: red;
  color: #fff;
}

.end {
  float: right;
}
.end span {
  background-color: red;
  color: #fff;
  padding: 5px 10px;
}

.kome {
  font-size: 1.4rem;
  padding-left: 1em;
}

/* PCナビゲーション */
.navigation .navigation-sp, .navigation .navigation-pc {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.navigation-pc {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .navigation-pc {
    display: none;
  }
}
.navigation-pc__list {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navigation-pc__list li {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.navigation-pc__list li a {
  color: white;
}
.navigation-pc__list li a:hover {
  opacity: 0.8;
}
.navigation-pc__list li a:link {
  color: white;
  text-decoration: none;
}
.navigation-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation-sp {
    display: flex;
  }
}
.navigation-sp #menu-toggle {
  display: none;
}
.navigation-sp #menu-toggle:checked ~ .navigation-sp__list {
  transform: translateX(-100vw);
}
.navigation-sp #menu-toggle ~ label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px;
  transition: 0.5s transform;
  color: white;
}
.navigation-sp #menu-toggle ~ label::before {
  font-family: "Font Awesome 5 Free";
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px #444;
  content: "\f0c9";
}
.navigation-sp #menu-toggle:checked ~ label {
  transform: translateX(-220px);
  width: 100vw;
  height: 100vh;
}
.navigation-sp #menu-toggle:checked ~ label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px #444;
  position: absolute;
  right: 0px;
}
.navigation-sp .navigation-sp__list {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100%;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  z-index: 1;
}
.navigation-sp .navigation-sp__list ul li a {
  display: block;
  border-bottom: 1px solid white;
  color: white;
  font-size: 1.6rem;
  padding: 20px 28px;
  text-decoration: none;
}

s {
  text-decoration-color: red;
  text-decoration-thickness: 4px;
}

.event__section .section__inner {
  width: 900px;
  margin: auto;
}
.event__section__infomation {
  display: table;
  width: 100%;
}
.event__section__infomation dt {
  display: table-cell;
  padding: 8px;
  width: 140px;
  border-bottom: 2px solid #C82534;
  font-weight: 500;
}
.event__section__infomation dd {
  display: table-cell;
  padding: 8px;
  border-bottom: 2px solid #CCC;
}
@media screen and (max-width: 768px) {
  .event__section__infomation {
    display: block;
    width: calc(100% - 15px);
  }
  .event__section__infomation dt {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 8px;
  }
  .event__section__infomation dt span {
    border-bottom: 2px solid #C82534;
    padding-bottom: 3px;
  }
  .event__section__infomation dd {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .event__section__infomation:not(:last-child) {
    margin-bottom: 10px;
  }
}

.reception__section .nobg {
  background: transparent;
  padding: 0 0 30px 0;
  max-width: 1200px;
}
.reception__section__menu__ul {
  display: flex;
  justify-content: center;
}
.reception__section__menu__ul li {
  margin: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reception__section__menu__ul li {
    margin: 10px 5px -20px;
  }
}
.reception__section__menu__ul li:first-child {
  margin-left: 0;
}
.reception__section__menu__ul li:last-child {
  margin-right: 0;
}
.reception__section__menu__ul li a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-weight: 500;
  background: #CCC;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .reception__section__menu__ul li a {
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}
.reception__section__menu__ul li a.active {
  background: #444;
  color: #FFF;
}
.reception__section__menu__ul li a:hover {
  background: #666;
  color: #FFF;
}
.reception__section__periods__ul li {
  text-align: center;
  border-bottom: 1px dashed #CCC;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.reception__section__periods__ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.reception__section__periods__ul li.done {
  color: #CCC !important;
}
.reception__section__periods__ul li.done p {
  color: #CCC !important;
}
.reception__section__periods__ul li.done .badge {
  top: calc(50% - 20px);
  left: calc(50% - 100px);
  position: absolute;
  background: #FFF;
  color: #C82534 !important;
  border: 2px solid #C82534;
  line-height: 40px;
  text-align: center;
  width: 250px;
  font-weight: 500;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .reception__section__periods__ul li.done .badge {
    line-height: 35px;
    width: 200px;
  }
}
.reception__section__periods__ul__days {
  position: relative;
}
.reception__section__periods__ul__days__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 3.2rem;
  margin-top: 8px;
  margin-bottom: 10px;
}
.reception__section__periods__ul__days__inner p {
  color: #C82534;
  font-size: 3.2rem;
  font-weight: 500;
  display: inline-block;
}
.reception__section__periods__ul__days__inner p span {
  font-size: 2.2rem;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .reception__section__periods__ul__days__inner p {
    font-size: 2.6rem;
  }
  .reception__section__periods__ul__days__inner p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .reception__section__periods__ul__days__start {
    display: block;
    width: 100%;
  }
}
.reception__section__periods__ul__days__to {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .reception__section__periods__ul__days__to {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reception__section__periods__ul__days__end {
    display: block;
    width: 100%;
  }
}
.reception__section__periods__ul__message__up .plans {
  font-size: 1.6rem;
  font-weight: 500;
}
.reception__section__periods__ul__message__up .plans span:not(:last-child)::after {
  content: "・";
}
.flow__section__confirmation {
  margin-bottom: 40px;
}
.flow__section__confirmation dt {
  background: #444;
  color: #FFF;
  font-weight: bold;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  .flow__section__confirmation dt {
    text-align: center;
  }
}
.flow__section__confirmation dd {
  padding: 25px;
  border: 1px solid #444;
}
@media screen and (max-width: 768px) {
  .flow__section__confirmation dd {
    padding: 15px;
  }
}
.flow__section__confirmation dd ul li {
  margin-top: 10px;
  display: inline-block;
  margin-right: 25px;
}
.flow__section__confirmation dd ul li i {
  margin-left: 5px;
}
.flow__section__steps__dl {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #444;
}
.flow__section__steps__dl:last-child {
  margin-bottom: 0px;
}
.flow__section__steps__dl:not(:last-child):before {
  margin-left: -102px;
  border: 102px solid transparent;
  border-top: 51px solid #666;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
}
.flow__section__steps__dl:not(:last-child):after {
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 50px solid #fff;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
}
.flow__section__steps__dl__dt {
  position: absolute;
  left: 20px;
  top: -20px;
  background: #C82534;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 150px;
  line-height: 40px;
  letter-spacing: 0.15rem;
  font-style: italic;
  border-radius: 5px;
  z-index: 20;
}
.flow__section__steps__dl__dt span {
  font-size: 2.4rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .flow__section__steps__dl__dt {
    width: 90px;
    left: -5px;
  }
  .flow__section__steps__dl__dt span {
    font-size: 2.2rem;
  }
}
.flow__section__steps__dl__dd {
  vertical-align: middle;
  padding: 35px 25px 25px;
}
.flow__section__steps__dl__dd h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 3px solid #C82534;
  margin-bottom: 15px;
}
.flow__section__steps__dl__dd .bold {
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .flow__section__steps__dl__dd {
    padding: 35px 15px 15px;
  }
  .flow__section__steps__dl__dd h3 {
    font-size: 1.6rem;
  }
}
.flow__section__steps__dl__dd__table {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .flow__section__steps__dl__dd__table {
    font-size: 1.4rem;
  }
}
.flow__section__steps__dl__dd__table dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.flow__section__steps__dl__dd__table dl:not(:last-child) {
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  .flow__section__steps__dl__dd__table dl {
    display: block;
  }
}
.flow__section__steps__dl__dd__table dl dt {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-weight: 500;
  width: 200px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .flow__section__steps__dl__dd__table dl dt {
    display: block;
    width: calc(100% - 20px);
  }
}
.flow__section__steps__dl__dd__table dl dd {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .flow__section__steps__dl__dd__table dl dd {
    display: block;
    width: calc(100% - 20px);
    margin-top: -1px;
  }
}
.flow__section__steps__dl__dd .entry_btns {
  margin: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.flow__section__steps__dl__dd .entry_btns li {
  width: 50%;
}
.flow__section__steps__dl__dd .entry_btns li a {
  margin: 20px 10px 0 10px;
  display: block;
  background-color: goldenrod;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.1rem;
  opacity: 0.8;
}
.flow__section__steps__dl__dd .entry_btns li a span:not(:last-child)::after {
  content: "・";
}
.flow__section__steps__dl__dd .entry_btns li a.disactive {
  background-color: #ccc;
  pointer-events: none;
}
.flow__section__steps__dl__dd .entry_btns li a:hover {
  opacity: 1;
}
.flow__section__steps__dl__dd .entry_btns li .message_start {
  text-align: center;
  color: #C82534;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 5px;
}
.flow__section__steps__dl__dd .entry_btns li .message_done {
  text-align: center;
  color: #999;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 5px;
}
.flow__section__steps__dl__dd .result {
  margin-bottom: 1rem;
}
.flow__section__steps__dl__dd .result .plans {
  font-size: 1.6rem;
  font-weight: 500;
}
.flow__section__steps__dl__dd .result .plans span:not(:last-child)::after {
  content: "・";
}

.plans__section {
  padding-bottom: 0 !important;
  margin-bottom: 0;
  margin-top: -15px;
}
.plans__section__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plans__section__title {
    font-size: 2rem;
  }
}
.plans__section__plans {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: auto;
}
.plans__section__plans__plan {
  width: 100%;
  margin-bottom: 30px;
}
.plans__section__plans__plan.col1 {
  width: 100%;
}
.plans__section__plans__plan.col2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .plans__section__plans__plan.col2 {
    width: 100%;
  }
}
.plans__section__plans__plan.col3 {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .plans__section__plans__plan.col3 {
    width: 100%;
  }
}

.plan__modal__title {
  font-weight: 500;
  background: #444;
  color: #FFF;
  /* line-height: 0; */
  padding: 10px;
  display: flex;
}
.plan__modal__title .icon {
  display: inline-block;
  line-height: 3rem;
  font-size: 2rem;
  min-width: 3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  margin-right: 8px;
  /* padding-bottom: 3px; */
  background: #FFF;
  color: #444;
}
@media screen and (max-width: 768px) {
  .plan__modal__title .icon {
    line-height: 2.8rem;
    font-size: 1.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
  }
}
.plan__modal__title .name {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 3rem;
  /* padding-top: 3px; */
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .plan__modal__title .name {
    font-size: 1.6rem;
  }
}
.plan__inner {
  border: 1px solid #444;
  background: #FFF;
  margin: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .plan__inner {
    margin: 0 0px;
  }
}
.plan__inner__btn {
  padding: 0px 30px 0;
  margin-bottom: 30px;
  margin-top: auto;
}
.plan__inner__btn hr {
  margin-top: 0px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .plan__inner__btn hr {
    margin-bottom: 15px;
  }
}
.plan__inner__btn button {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #444;
  background: #FFF;
  color: #444;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
  max-width: 400px;
  margin: auto;
}
.plan__inner__btn button:hover {
  background: #444;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .plan__inner__btn button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__inner__btn {
    padding: 0px 15px 0;
    margin-bottom: 15px;
  }
}
.plan h4 {
  font-weight: 500;
  font-size: 1.6rem;
}
.plan__title {
  font-weight: 500;
  background: #444;
  color: #FFF;
  /* line-height: 0; */
  padding: 10px;
  display: flex;
}
.plan__title .icon {
  display: inline-block;
  line-height: 3rem;
  font-size: 2rem;
  min-width: 3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  margin-right: 8px;
  /* padding-bottom: 3px; */
  background: #FFF;
  color: #444;
}
@media screen and (max-width: 768px) {
  .plan__title .icon {
    line-height: 2.8rem;
    font-size: 1.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
  }
}
.plan__title .name {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 3rem;
  /* padding-top: 3px; */
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .plan__title .name {
    font-size: 1.6rem;
  }
}
.plan__info {
  flex-wrap: wrap;
  padding: 25px 30px 0px 30px;
}
@media screen and (max-width: 768px) {
  .plan__info {
    padding: 15px 15px 0px 15px;
  }
}
.plan__info__l {
  width: 100%;
}
.plan__info__l__catch {
  font-weight: 500;
  margin-bottom: 10px;
}
.plan__info__l dl {
  display: table;
}
.plan__info__l dl:not(last-child) {
  margin-bottom: 10px;
}
.plan__info__l dl dt {
  font-weight: 500;
  display: table-cell;
  white-space: nowrap;
}
.plan__info__l dl dd {
  display: table-cell;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .plan__info__l dl dd {
    padding-left: 10px;
  }
}
.plan__info__l dl dd.tripterm span:not(:last-child)::after {
  content: "、";
}
.plan__info__l__icons ul {
  margin-top: 15px;
}
.plan__info__l__icons ul li {
  display: inline-block;
  border: 1px solid #999;
  color: #999;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 4px 8px 5px;
  line-height: 1.2rem;
  margin-bottom: 5px;
}
.plan__info__l__icons ul li:not(last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .plan__info__l__icons ul li {
    font-size: 1.2rem;
  }
}
.plan__info__l__icons.--detail ul {
  margin-top: 5px;
}
.plan__info__r {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan__info__r {
    margin-bottom: 15px;
  }
}
.plan__info__r__price {
  color: #C82534;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.plan__info__r__price p {
  display: inline-block;
  margin-right: 5px;
}
.plan__info__r__price span {
  line-height: 0;
  font-size: 1.6rem;
  margin-left: 3px;
}
.plan__info__r__price .to {
  line-height: 0;
  font-size: 1.6rem;
  margin-left: 5px;
  margin-right: 5px;
}
.plan__info__r__price .tax {
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: #999;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .plan__info__r__price {
    font-size: 2.4rem;
  }
  .plan__info__r__price span {
    font-size: 1.4rem;
  }
  .plan__info__r__price .to {
    font-size: 1.4rem;
  }
  .plan__info__r__price .tax {
    line-height: 1.3rem;
    font-size: 1.3rem;
  }
}
.plan__detail {
  padding: 0px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan__detail {
    padding: 0px 15px;
  }
}
.plan__detail__section:not(:last-child) {
  margin-bottom: 20px;
}
.plan__detail__section__schedule .koutei {
  margin: 5px 0;
}
.plan__detail__section__schedule .koutei__dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl {
    display: block;
    width: 100%;
    border: 1px solid #CCC;
  }
}
.plan__detail__section__schedule .koutei__dl:not(:first-child) {
  margin-top: -1px;
}
.plan__detail__section__schedule .koutei__dl.head dt, .plan__detail__section__schedule .koutei__dl.head dd {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl.head {
    display: none;
  }
}
.plan__detail__section__schedule .koutei__dl__dt {
  display: table-cell;
  border: 1px solid #CCC;
  width: 15%;
  padding: 10px 15px;
  text-align: center;
  background: #f5f5f5;
  font-size: 1.5rem;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dt {
    display: block;
    width: calc(100% - 10px);
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 5px;
  }
}
.plan__detail__section__schedule .koutei__dl__dd {
  display: table-cell;
  border: 1px solid #CCC;
  width: 85%;
  padding: 20px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd {
    display: block;
    width: calc(100% - 10px);
    border: none;
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd meal {
  position: relative;
  font-weight: 300;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #999;
  float: right;
  margin-top: 20px;
}
.plan__detail__section__schedule .koutei__dl__dd meal::before {
  margin-right: 5px;
  font-weight: 400;
  content: "(　 食事)";
}
.plan__detail__section__schedule .koutei__dl__dd meal::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2e7";
  position: absolute;
  left: 7px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd meal {
    display: block;
    float: none;
    margin: 25px 5px 5px;
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd .tx-right-1 {
  text-align: right;
  margin: 5px 0;
  font-size: 1.4rem;
}
.plan__detail__section__schedule .koutei__dl__dd .tx-right-1 span {
  background-color: darkblue;
  color: #fff;
  padding: 5px 8px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd .tx-right-1 {
    display: block;
    text-align: left;
    float: none;
    margin: 25px 5px 5px;
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li {
  display: flex;
  position: relative;
  padding: 0 0px 40px 30px;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li {
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li:not(:last-child)::before {
  content: "";
  width: 2px;
  background: #CCC;
  position: absolute;
  top: 5px;
  bottom: 0px;
  left: 9px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  border-bottom: 1px dashed #ddd;
  bottom: 0px;
  left: 30px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li:last-child {
  padding: 0 0px 0px 30px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li schedule, .plan__detail__section__schedule .koutei__dl__dd ul li note {
  display: block;
  width: 50%;
}
.plan__detail__section__schedule .koutei__dl__dd ul li schedule {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li schedule {
    display: block;
    width: calc(100% - 5px);
    padding: 0;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li note {
  padding-left: 15px;
  border-left: 1px solid #eee;
}
.plan__detail__section__schedule .koutei__dl__dd ul li note p {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li note {
    display: block;
    width: calc(100% - 20px);
    border: none;
    margin-top: 10px;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li place, .plan__detail__section__schedule .koutei__dl__dd ul li marker {
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
  color: #444;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li place, .plan__detail__section__schedule .koutei__dl__dd ul li marker {
    font-size: 1.4rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li place::before, .plan__detail__section__schedule .koutei__dl__dd ul li marker::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 10px 0px 8px 0px;
  background: #FFF;
  z-index: 99;
  position: absolute;
  top: -9px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li place::before {
  content: "\f3c5";
  left: -27px;
  font-size: 1.8rem;
  color: #C82534;
}
.plan__detail__section__schedule .koutei__dl__dd ul li marker::before {
  content: "\f192";
  left: -28px;
  font-size: 1.5rem;
  color: #CCC;
}
.plan__detail__section__schedule .koutei__dl__dd ul li event {
  display: block;
  border: 2px solid #C82534;
  border-radius: 5px;
  color: #C82534;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li event {
    font-size: 1.3rem;
    padding: 8px;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li p {
  margin-top: 10px;
  line-height: 2rem;
}
.plan__detail__section__schedule .koutei__dl__dd ul li dateline {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ddd;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li dateline {
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li dateline::before {
  content: "";
  border-bottom: 1px dashed #ddd;
  position: absolute;
  top: 0.7rem;
  left: 0px;
  width: calc(50% - 50px);
}
.plan__detail__section__schedule .koutei__dl__dd ul li dateline::after {
  content: "";
  border-bottom: 1px dashed #ddd;
  position: absolute;
  top: 0.7rem;
  right: 0px;
  width: calc(50% - 50px);
}
.plan__detail__section__schedule .koutei__dl__dd ul li icon {
  position: relative;
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li icon {
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li icon i {
  margin-right: 5px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li move {
  position: relative;
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__schedule .koutei__dl__dd ul li move {
    font-size: 1.3rem;
  }
}
.plan__detail__section__schedule .koutei__dl__dd ul li move::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 10px 0px 0px 0px;
  margin-right: 5px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.--idl {
  color: #aaa;
  font-size: 1.2rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0.5em 0;
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.bus::before {
  content: "\f207";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.car::before {
  content: "\f1b9";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.train::before {
  content: "\f238";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.plane::before {
  content: "\f072";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.fa-plane-departure::before {
  content: "\f5b0";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.fa-plane-arrival::before {
  content: "\f5af";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.ship::before {
  content: "\f21a";
  font-size: 1.3rem;
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.user::before {
  content: "\f007";
}
.plan__detail__section__schedule .koutei__dl__dd ul li move.shuttle-van::before {
  content: "\f5b6";
}
.plan__detail__section__schedule .koutei__dl__dd ul li time, .plan__detail__section__schedule .koutei__dl__dd ul li sleep {
  position: relative;
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #999;
  margin-top: 10px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li time::before, .plan__detail__section__schedule .koutei__dl__dd ul li sleep::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 10px 0px 0px 0px;
  margin-right: 5px;
}
.plan__detail__section__schedule .koutei__dl__dd ul li sleep::before {
  content: "\f236";
}
.plan__detail__section__schedule .koutei__dl__dd ul li time::before {
  content: "\f017";
}
.plan__detail__section__price__noticket {
  color: #C82534;
  font-weight: 400;
}
.plan__detail__section__price__table {
  margin: 5px auto;
}
.plan__detail__section__price__table table {
  width: 100%;
}
.plan__detail__section__price__table table td {
  font-size: 1.4rem;
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .plan__detail__section__price__table table td {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.plan__detail__section__price__table table td .active {
  background: #C82534;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  font-weight: 400;
  opacity: 0.9;
}
.plan__detail__section__price__table table td .active:hover {
  opacity: 1;
}
.plan__detail__section__price__table table td .disactive {
  background: #CCC;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  font-weight: 400;
}
.plan__detail__section__price__table table tr:first-child td,
.plan__detail__section__price__table table tr:nth-child(2) td {
  font-weight: 500;
  background-color: #f5f5f5;
  text-align: center;
}
.plan__detail__section__other dl:not(:last-child) {
  margin-bottom: 10px;
}
.plan__detail__section__entryBtn {
  margin-top: 40px;
}
.plan__detail__section__entryBtn a {
  display: block;
  background-color: goldenrod;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  width: 70%;
  margin: 0 auto 0;
  letter-spacing: 0.2rem;
  opacity: 0.8;
}
.plan__detail__section__entryBtn a.disactive {
  background-color: #ccc;
  pointer-events: none;
}
.plan__detail__section__entryBtn a:hover {
  opacity: 1;
}
.plan__detail__section__entryBtn .message_start {
  text-align: center;
  color: #C82534;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.plan__detail__section__entryBtn .message_done {
  text-align: center;
  color: #999;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.terms__section {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .terms__section {
    font-size: 1.3rem;
  }
}
.terms__section__title {
  background: #C82534;
  color: #FFF;
  max-width: 1140px;
  margin: auto;
  padding: 10px 30px;
  text-align: center;
}
.terms__section__title h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .terms__section__title h2 {
    font-size: 1.8rem;
  }
}
.terms__section__title p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .terms__section__title p {
    font-size: 1.3rem;
  }
}
.terms__section__subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.terms__section__subtitle__border {
  margin-top: 10px;
  font-size: 1px;
  height: 13px;
  padding: 0;
  background-color: #f3f3f3;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 0, transparent 5px);
}
.terms__section__subtitle h3 {
  font-size: 2rem;
  color: #C82534;
}
@media screen and (max-width: 768px) {
  .terms__section__subtitle h3 {
    font-size: 1.6rem;
  }
}
.terms__section__subtitle p {
  color: #C82534;
}
.terms__section__block {
  border-bottom: #999 1px dashed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.terms__section__block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.terms__section__block__title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.terms__section__block__title i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .terms__section__block__title {
    font-size: 1.4rem;
  }
}
.terms__section__block__content {
  margin-left: 20px;
}
.terms__section__block__content__ul li {
  margin-left: 15px;
  list-style: disc;
}
.terms__section__block__content__ol li {
  margin-left: 20px;
  list-style: decimal;
}
.terms__section__block__content__dl {
  margin-top: 15px;
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.terms__section__block__content__dl.necessary {
  width: auto;
}
.terms__section__block__content__dl.necessary dd {
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__dl.necessary dd {
    min-width: calc(100% - 20px);
  }
}
.terms__section__block__content__dl.basedate {
  margin-bottom: 15px;
  width: auto;
}
.terms__section__block__content__dl.basedate dd {
  min-width: 350px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__dl.basedate dd {
    min-width: calc(100% - 20px);
  }
}
.terms__section__block__content__dl.payback {
  margin-bottom: 5px;
}
.terms__section__block__content__dl dt {
  border: 1px solid #CCC;
  display: table-cell;
  width: 200px;
  font-weight: 500;
  padding: 8px;
  background: #f5f5f5;
  vertical-align: middle;
  text-align: center;
}
.terms__section__block__content__dl dd {
  border: 1px solid #CCC;
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
}
.terms__section__block__content__dl dd ul li {
  display: inline-block;
}
.terms__section__block__content__dl dd ul li::after {
  margin-left: 2px;
  content: "、";
}
.terms__section__block__content__dl dd ul li:last-child::after {
  content: "";
}
.terms__section__block__content__dl dd ol {
  margin-left: 10px;
}
.terms__section__block__content__dl dd ol li {
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__dl dd ol {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__dl {
    display: block;
    width: 100%;
    border: none;
  }
  .terms__section__block__content__dl dt {
    display: block;
    width: calc(100% - 20px);
  }
  .terms__section__block__content__dl dd {
    margin-top: -1px;
    display: block;
    width: calc(100% - 20px);
  }
}
.terms__section__block__content__table {
  width: 100%;
}
.terms__section__block__content__table th,
.terms__section__block__content__table td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 8px 10px;
}
.terms__section__block__content__table th {
  text-align: center;
  font-weight: 500;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__table th span {
    display: block;
  }
}
.terms__section__block__content__table.husaiko {
  width: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
.terms__section__block__content__table.cancel {
  margin-top: 5px;
  margin-bottom: 5px;
}
.terms__section__block__content__table.cancel td:last-child {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__table.cancel td:last-child b {
    display: block;
  }
}
.terms__section__block__content__table.cancel td:nth-child(3) {
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content__table.cancel td:nth-child(3) b {
    display: block;
  }
}
.terms__section__block__content h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .terms__section__block__content h5 {
    font-size: 1.4rem;
  }
}

.about__section__infomation {
  display: flex;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about__section__infomation {
    display: block;
    font-size: 1.4rem;
  }
}
.about__section__infomation h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about__section__infomation h2 {
    font-size: 1.6rem;
  }
}
.about__section__infomation h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .about__section__infomation h3 {
    font-size: 1.5rem;
  }
}
.about__section__infomation address {
  display: block;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .about__section__infomation address span {
    display: block;
  }
}
.about__section__infomation__contact i {
  margin-right: 5px;
}
.about__section__infomation__remarks {
  margin-top: 10px;
  font-size: 1.3rem;
}
.about__section__infomation__company {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about__section__infomation__company {
    width: 100%;
  }
}
.about__section__infomation__tourdesk {
  width: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .about__section__infomation__tourdesk {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

.about__section__infomation {
  display: flex;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about__section__infomation {
    display: block;
    font-size: 1.4rem;
  }
}
.about__section__infomation h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about__section__infomation h2 {
    font-size: 1.6rem;
  }
}
.about__section__infomation h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .about__section__infomation h3 {
    font-size: 1.5rem;
  }
}
.about__section__infomation address {
  display: block;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .about__section__infomation address span {
    display: block;
  }
}
.about__section__infomation__contact i {
  margin-right: 5px;
}
.about__section__infomation__remarks {
  margin-top: 10px;
  font-size: 1.3rem;
}
.about__section__infomation__company {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about__section__infomation__company {
    width: 100%;
  }
}
.about__section__infomation__tourdesk {
  width: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .about__section__infomation__tourdesk {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

.prevent__wrap {
  background-color: #01346b;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.prevent__wrap__inner {
  padding: 30px 0;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .prevent__wrap__inner {
    padding: 20px 15px 30px;
  }
}
.prevent__title {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .prevent__title {
    font-size: 1.6rem;
  }
}
.prevent__img-list {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
.prevent__img-list img {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .prevent__img-list img {
    width: 100%;
  }
}
.prevent__link {
  text-align: center;
  margin-top: 20px;
}
.prevent__link a {
  display: inline-block;
  margin: auto;
  color: #ffffff;
  border: 1px solid #FFF;
  padding: 10px 50px;
  text-decoration: none;
}
.prevent__link a:hover {
  background: #FFF;
  color: #01346b;
}
.prevent .caution__wrap {
  background-color: rgba(3, 13, 64, 0.986);
  color: rgb(255, 255, 255);
  margin: 0;
}
.prevent .caution__wrap__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.prevent .caution__wrap__inner h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 30px 0;
  font-weight: 500;
}
.prevent .caution__wrap__inner ul {
  padding: 0px 30px 30px;
}
@media screen and (max-width: 768px) {
  .prevent .caution__wrap__inner {
    font-size: 1.6rem;
  }
  .prevent .caution__wrap__inner h2 {
    font-size: 2rem;
    padding: 20px 15px 0;
  }
  .prevent .caution__wrap__inner ul {
    padding: 0px 15px 30px;
    font-size: 1.4rem;
  }
}

.tixplus__wrap {
  width: 100%;
}
.tixplus__wrap .header-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.tixplus__wrap .header-logo img {
  margin-top: 10px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tixplus__wrap .header-logo img {
    width: 180px;
  }
}
.tixplus__header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tixplus__header {
    margin-bottom: 1em;
  }
}
.tixplus__header .header-desc {
  font-size: 1.8rem;
  font-weight: 500;
  color: #eb6129;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .tixplus__header .header-desc {
    font-size: 1.6rem;
  }
}
.tixplus__header .header-link {
  color: #eb6129;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 2rem;
}
.tixplus__header .header-link i {
  color: #999;
  margin-right: 0.25rem;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.tixplus__header .header-link a {
  color: #e74375;
  font-size: initial;
  line-height: 2rem;
}
.tixplus__howto {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tixplus__howto {
    display: block;
  }
}
.tixplus__howto__sec {
  width: 50%;
  margin: 15px 15px 30px;
}
.tixplus__howto__sec:first-child {
  width: 58%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec:first-child {
    width: 100%;
    margin: 0 0 15px;
  }
}
.tixplus__howto__sec:last-child {
  width: 42%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec:last-child {
    width: 100%;
    margin: 0 0 15px;
  }
}
.tixplus__howto__sec__inner {
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec__inner {
    padding: 15px;
  }
}
.tixplus__howto__sec__inner .sec-heading {
  padding: 0px;
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec__inner .sec-heading {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.tixplus__howto__sec__inner.--departure {
  background: #FFBEDC;
}
.tixplus__howto__sec__inner.--departure .sec-heading {
  color: #e74375;
}
.tixplus__howto__sec__inner.--day {
  background: #9EE3F0;
}
.tixplus__howto__sec__inner.--day .sec-heading {
  color: #2F89C9;
}
.tixplus__howto__sec__inner .sec-item {
  display: table;
  margin: 1em 0 0 0;
  background-color: #FFF;
  width: 100%;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec__inner .sec-item {
    display: block;
    min-height: auto;
  }
}
.tixplus__howto__sec__inner .sec-item__img {
  display: table-cell;
  width: 80px;
  padding: 15px;
  vertical-align: middle;
}
.tixplus__howto__sec__inner .sec-item__img img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec__inner .sec-item__img {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0px 0 0;
  }
}
.tixplus__howto__sec__inner .sec-item__desc {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}
.tixplus__howto__sec__inner .sec-item__desc .head {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec__inner .sec-item__desc .head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .tixplus__howto__sec__inner .sec-item__desc {
    display: block;
    width: calc(100% - 30px);
    padding: 15px 15px 20px;
  }
}
.tixplus__footer {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tixplus__footer {
    display: block;
  }
}
.tixplus__footer dl:first-child {
  width: 58%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .tixplus__footer dl:first-child {
    width: 100%;
    margin: 0 0 15px;
  }
}
.tixplus__footer dl:last-child {
  width: 42%;
  margin-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .tixplus__footer dl:last-child {
    width: 100%;
    margin: 0 0 0px;
    padding-left: 0;
  }
}
.tixplus__footer dl dt {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.tixplus__footer dl dt::first-letter {
  margin-right: 0.5em;
}
.tixplus__footer dl dd {
  font-weight: 500;
  padding-left: 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tixplus__footer dl dd {
    padding-left: 0px;
  }
}
.tixplus__footer dl dd a {
  margin-right: 1em;
  display: inline-block;
}
.tixplus__footer dl dd a img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .tixplus__footer dl dd a {
    width: 140px;
  }
  .tixplus__footer dl dd a img {
    width: 100%;
  }
}
.tixplus .space {
  padding-bottom: 10px;
}

/* PCナビゲーション */
.navigation .navigation-pc, .navigation .navigation-sp {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.navigation-pc {
  background: rgba(0, 0, 0, 0.8);
}
.navigation-pc__list {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .navigation-pc__list {
    display: none;
  }
}
.navigation-pc__list li {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.navigation-pc__list li a {
  color: white;
}
.navigation-pc__list li a:hover {
  opacity: 0.8;
}
.navigation-pc__list li a:link {
  color: white;
  text-decoration: none;
}
.navigation-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation-sp {
    display: flex;
  }
}
.navigation-sp #menu-toggle {
  display: none;
}
.navigation-sp #menu-toggle:checked ~ .navigation-sp__list {
  transform: translateX(-100vw);
}
.navigation-sp #menu-toggle ~ label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px;
  transition: 0.5s transform;
  color: white;
}
.navigation-sp #menu-toggle ~ label::before {
  font-family: "Font Awesome 5 Free";
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px #444;
  content: "\f0c9";
}
.navigation-sp #menu-toggle:checked ~ label {
  transform: translateX(-220px);
  width: 100vw;
  height: 100vh;
}
.navigation-sp #menu-toggle:checked ~ label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px #444;
  position: absolute;
  right: -25px;
}
.navigation-sp .navigation-sp__list {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100%;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  z-index: 1;
}
.navigation-sp .navigation-sp__list ul li a {
  display: block;
  border-bottom: 1px solid white;
  color: white;
  font-size: 1.6rem;
  padding: 20px 28px;
  text-decoration: none;
}

/* TOPボタン */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  background: rgba(255, 255, 255, 0.6156862745);
  color: #666;
  padding: 10px;
  border: solid 1px;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}
#page-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #page-top {
    font-size: 2rem;
    line-height: 2rem;
    z-index: 999;
  }
}

.cp_qa {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .cp_qa {
    padding: 15px;
    margin: 0px;
  }
}
.cp_qa__con:not(:last-child) {
  border-bottom: 1px dotted #7f7f7f;
}
@media screen and (max-width: 768px) {
  .cp_qa__con:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cp_qa__q {
  position: relative;
  padding: 0 0 1.5em 2em;
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cp_qa__q {
    line-height: 1.5;
    margin: 0;
  }
}
.cp_qa__q::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  padding: 0.1em 0.3em;
  content: "？";
  font-weight: bold;
  background: #f57c00;
  font-size: 1em;
  margin: 0 0.2em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .cp_qa__q::before {
    margin: 0;
  }
}
.cp_qa__a {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 1.5em 2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cp_qa__a {
    line-height: 1.5;
    margin: 0;
  }
}
.cp_qa__a::before {
  position: absolute;
  left: 3px;
  font-size: 2rem;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  line-height: 1.2em;
  padding: 0 7px;
  content: "A";
  background: #ff4d6c;
  font-weight: bold;
}
.cp_qa .text-center {
  text-align: center;
  margin-top: 40px;
}

.onsen__title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: #76af63;
}
.onsen__cap {
  text-align: center;
}
.onsen__wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.onsen__area {
  background: #76af63;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .onsen__area {
    width: auto;
  }
}
.onsen__name {
  font-size: 2.5rem;
}
.onsen__detail {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 calc(20px - 0.5em);
}
.onsen__detail:not(:first-child), .onsen__detail:not(:first-child) {
  border-top: 1px dashed #ccc;
}
.onsen__detail .flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .onsen__detail .flex {
    flex-wrap: wrap;
  }
}
.onsen__detail .flex ul {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .onsen__detail .flex ul {
    width: 100%;
  }
}
.onsen__detail__name {
  flex: 0 0 23%;
  font-size: 2rem;
  color: #76af63;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding: 0.1em 0.1em 0em 0.5em;
  /*上下左右の余白*/
  border-left: solid 6px #76af63;
  /*左線（線種 太さ 色）*/
}
@media screen and (max-width: 768px) {
  .onsen__detail__name {
    font-size: 1.6rem;
    flex: 0 0 100%;
  }
}
.onsen__detail__name span {
  font-size: 1.2rem;
  display: block;
  color: #444;
}
.onsen__detail .hotel-img {
  flex: 0 0 275px;
  max-width: 275px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .onsen__detail .hotel-img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
  }
}
.onsen__detail .hotel-img img {
  width: 100%;
}
.onsen__detail .hotel-img figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5em;
}
.onsen__detail .hotel__text {
  line-height: 1.2;
  flex: 0 0 100%;
  max-width: calc(100% - 290px - 0.5em);
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .onsen__detail .hotel__text {
    max-width: 100%;
    margin-left: 0;
  }
}
.onsen__detail .hotel__text table {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .onsen__detail .hotel__text table {
    font-size: 1.2rem;
  }
}
.onsen__detail .hotel__text table tr:first-child td {
  background: #eee;
  font-weight: bold;
}
.onsen__detail .hotel__text table tr td {
  text-align: center;
  padding: 0.5em 0.25em;
  border: 1px solid #444;
}
.onsen__detail .hotel__text table tr td:first-child {
  background: #eee;
  font-weight: bold;
}
.onsen__detail .hotel__text2 {
  color: #fff;
  text-align: center;
  padding: 50px;
  border: 1px solid rgb(0, 145, 255);
  background: rgb(0, 145, 255);
  font-weight: bold;
  font-size: 1.6em;
}
.onsen__detail .remark {
  margin-top: 10px;
}

.business__title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: #e28675;
}
.business__cap {
  text-align: center;
}
.business__wrap {
  background: #fff;
  flex-wrap: wrap;
}
.business__area {
  background: #e28675;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .business__area {
    width: auto;
  }
}
.business__area-2 {
  background: #e28675;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1180px;
}
.business__area-2 .hotel__text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business__area-2 {
    width: auto;
  }
}
.business__name {
  font-size: 2.5rem;
}
.business__detail {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 calc(20px - 0.5em);
}
.business__detail:not(:first-child), .business__detail:not(:first-child) {
  border-top: 1px dashed #ccc;
}
.business__detail ul {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .business__detail ul {
    width: 100%;
  }
}
.business__detail .flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business__detail .flex {
    flex-wrap: wrap;
  }
}
.business__detail__name {
  flex: 0 0 23%;
  font-size: 2rem;
  color: #e28675;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding: 0.1em 0.1em 0em 0.5em;
  /*上下左右の余白*/
  border-left: solid 6px #e28675;
  /*左線（線種 太さ 色）*/
}
@media screen and (max-width: 768px) {
  .business__detail__name {
    flex: 0 0 100%;
    font-size: 1.6rem;
  }
}
.business__detail__name span {
  font-size: 1.2rem;
  display: block;
  color: #444;
}
.business__detail .hotel-img {
  flex: 0 0 275px;
  max-width: 275px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .business__detail .hotel-img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
  }
}
.business__detail .hotel-img img {
  width: 100%;
}
.business__detail .hotel-img figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5em;
}
.business__detail .hotel__text {
  line-height: 1.2;
  flex: 0 0 100%;
  max-width: calc(100% - 290px - 0.5em);
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .business__detail .hotel__text {
    max-width: 100%;
    margin-left: 0;
  }
}
.business__detail .hotel__text table {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business__detail .hotel__text table {
    font-size: 1.2rem;
  }
}
.business__detail .hotel__text table tr:first-child td {
  background: #eee;
  font-weight: bold;
}
.business__detail .hotel__text table tr td {
  text-align: center;
  padding: 0.5em 0.25em;
  border: 1px solid #444;
}
.business__detail .hotel__text table tr td:first-child {
  background: #eee;
  font-weight: bold;
}
.business__detail .hotel__text1 {
  line-height: 1.2;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0.5em;
}
.business__detail .hotel__text2 {
  color: #fff;
  text-align: center;
  padding: 50px;
  border: 1px solid rgb(0, 145, 255);
  background: rgb(0, 145, 255);
  font-weight: bold;
  font-size: 1.6em;
}
.business__detail .remark {
  margin-top: 10px;
}

.boufu__area {
  background: #758ce2;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .boufu__area {
    width: auto;
  }
}
.boufu__detail {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 calc(20px - 0.5em);
}
.boufu__detail:not(:first-child), .boufu__detail:not(:first-child) {
  border-top: 1px dashed #ccc;
}
.boufu__detail__name {
  flex: 0 0 23%;
  font-size: 2rem;
  color: #758ce2;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding: 0.1em 0.1em 0em 0.5em;
  /*上下左右の余白*/
  border-left: solid 6px #758ce2;
  /*左線（線種 太さ 色）*/
}
@media screen and (max-width: 768px) {
  .boufu__detail__name {
    flex: 0 0 100%;
    font-size: 1.6rem;
  }
}
.boufu__detail__name span {
  font-size: 1.2rem;
  display: block;
  color: #444;
}

.hakata__area {
  background: #bc503b;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .hakata__area {
    width: auto;
  }
}
.hakata__detail {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 calc(20px - 0.5em);
}
.hakata__detail:not(:first-child), .hakata__detail:not(:first-child) {
  border-top: 1px dashed #ccc;
}
.hakata__detail__name {
  flex: 0 0 100%;
  font-size: 2rem;
  color: #bc503b;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding: 0.1em 0.1em 0em 0.5em;
  /*上下左右の余白*/
  border-left: solid 6px #bc503b;
  /*左線（線種 太さ 色）*/
}
@media screen and (max-width: 768px) {
  .hakata__detail__name {
    font-size: 1.6rem;
  }
}
.hakata__detail__name span {
  font-size: 1.2rem;
  display: block;
  color: #444;
}

.kokura__area {
  background: #0756c4;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .kokura__area {
    width: auto;
  }
}
.kokura__detail {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 calc(20px - 0.5em);
}
.kokura__detail:not(:first-child), .kokura__detail:not(:first-child) {
  border-top: 1px dashed #ccc;
}
.kokura__detail__name {
  flex: 0 0 100%;
  font-size: 2rem;
  color: #0756c4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding: 0.1em 0.1em 0em 0.5em;
  /*上下左右の余白*/
  border-left: solid 6px #0756c4;
  /*左線（線種 太さ 色）*/
}
@media screen and (max-width: 768px) {
  .kokura__detail__name {
    font-size: 1.6rem;
  }
}
.kokura__detail__name span {
  font-size: 1.2rem;
  display: block;
  color: #444;
}

.js-scrollable {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1.2rem;
  margin-top: 10px;
}
.js-scrollable__table {
  width: 1100px;
  border-collapse: collapse;
}
.js-scrollable__th {
  background-color: #eee;
  text-align: center;
  padding: 10px;
  width: 194px;
}
.js-scrollable__th2 {
  background-color: #eee;
  text-align: center;
  width: 194px;
}
.js-scrollable__td {
  background-color: #eee;
  text-align: center;
  padding: 10px;
  width: 194px;
}
.js-scrollable__td2 {
  text-align: center;
  width: 194px;
}
.js-scrollable__td3 {
  background-color: #ffcccc;
  text-align: center;
  width: 194px;
}

.lost {
  padding: 0 20px;
  margin: 3em 0 0;
}
.lost__wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  width: auto;
  background: #fff;
  border: solid 3px red;
  padding: 0px 0px 10px 0px;
}
.lost__inner {
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lost__inner {
    padding: 0px 15px;
  }
}
.lost__heading {
  color: #fff;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  background-color: red;
  padding: 10px;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .lost__heading {
    font-size: 1.4em;
    flex-direction: column;
    align-items: flex-start;
  }
}
.lost h4 {
  margin-bottom: 20px;
}

.news {
  margin: 3em 0;
}
.news .mt10 {
  margin-top: 10px;
}
.news__ticket {
  color: #2264b4;
  margin: 0 auto;
  font-size: 2.3rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news__ticket {
    font-size: 2rem;
    width: auto;
    line-height: 1.5;
    padding-top: 10px;
  }
}
.news h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 20px;
    margin: 2em 0 0;
  }
}
.news__title span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.3em;
}
.news__wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  width: auto;
  background: #fff;
  border: solid 3px red;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .news__wrap {
    padding: 15px 9px;
  }
}
.news__wrap span {
  margin-top: 20px;
}
.news__wrap2 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  width: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  border: 3px solid #2264b4;
  background: rgba(255, 255, 255, 0.5294117647);
  padding: 20px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news__wrap2 {
    padding: 10px;
    padding-bottom: 30px;
  }
}
.news__wrap3 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  width: auto;
  background: #fff;
  border: solid 1px #000;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .news__wrap3 {
    padding: 15px 9px;
  }
}
.news__wrap3 span {
  margin-top: 20px;
}
.news__link {
  background-color: #2466fd;
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-size: 1.8rem;
}
.news__link a {
  color: #fff;
}
.news__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .news__link {
    width: auto;
    font-size: 1.4rem;
  }
}
.news__inner {
  padding-left: 10px;
}
.news__i {
  display: flex;
  flex-direction: column;
}
.news__i ul .disc {
  list-style: disc;
}
.news__i .heading {
  color: #02367f;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .news__i .heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__i .heading .red {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .news__i .heading .red {
    font-size: 1.6rem;
  }
}
.news__i .heading .end {
  background-color: #ff3300;
  color: #fff;
  padding: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .news__i .heading .end {
    display: block;
    margin: 10px 0;
  }
}
.news__i .heading .font-s {
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 1em;
}
.news__i .heading .font-s span {
  color: #fff;
  background-color: #ff3300;
  font-weight: bold;
  padding: 3px;
  margin-left: 5px;
}
.news__i .heading .date {
  color: #aaa;
  font-size: 0.8em;
  padding-left: 0.5em;
  margin-left: auto;
  border: none;
}
@media screen and (max-width: 768px) {
  .news__i .heading .date {
    margin-top: 0.25em;
  }
}
.news__i:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: solid 4px #a6a6a6;
}

.news-shinyamaguti__box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__left {
    margin-bottom: 2rem;
  }
}
.news-shinyamaguti__left.--round {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__left.--round {
    width: 100%;
  }
}
.news-shinyamaguti__left.--oneway {
  width: 48%;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__left.--oneway {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__right {
    margin-bottom: 3rem;
  }
}
.news-shinyamaguti__right.--round {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__right.--round {
    width: 100%;
  }
}
.news-shinyamaguti__right.--oneway {
  width: 48%;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__right.--oneway {
    width: 100%;
    margin-left: 0;
  }
}
.news-shinyamaguti__title {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__title {
    text-align: center;
  }
}
.news-shinyamaguti__title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__title span {
    display: block;
    margin-top: 0.5em;
  }
}
.news-shinyamaguti__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__list {
    flex-direction: column;
  }
}
.news-shinyamaguti__list dt {
  width: 25%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__list dt {
    border: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.news-shinyamaguti__list dd {
  width: 75%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .news-shinyamaguti__list dd {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.news-shinyamaguti__attention {
  border: 2px solid red;
  padding: 1rem;
  color: red;
}
.news-shinyamaguti__attention h4 {
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 2px solid red;
}
.news-shinyamaguti__attention ul {
  padding-left: 20px;
}
.news-shinyamaguti__attention ul .disc {
  list-style-type: disc;
}

.pia {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pia {
    font-size: 1.4rem;
  }
}
.pia-body {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .pia-body {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
  }
  .pia-body .font-bb {
    margin-left: -0.5em;
  }
}
.pia-img {
  width: 300px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pia-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pia-img img {
    width: 90%;
  }
}
.pia .font-bb {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pia .font-bb {
    font-size: 1.7rem;
  }
}
.pia .title-b {
  margin: 1em 0 0.5em;
  font-size: 1.6rem;
}
.pia .tour {
  padding-left: 10px;
}

.renraku {
  margin: 10px 0;
  border: solid 1px #ccc;
  padding: 10px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .renraku {
    display: block;
    width: auto;
  }
}
.renraku .font-red {
  color: red;
}

.title_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .title_flex {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0px;
  }
}

.title-icon {
  background: red;
  padding: 4px 10px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

.top-cms {
  background: #fff;
  font-weight: bold;
  width: 535px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-cms {
    width: 100%;
  }
}

.red2 {
  color: red;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .red2 {
    font-size: 16px;
  }
}

.plan-catch {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 1.5em 2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .plan-catch {
    margin: 0 0 90px;
  }
}
.plan-catch::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 230px;
  height: 165px;
  background-image: url(../img/fukidashi.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .plan-catch::before {
    width: 120px;
    height: 100px;
    right: 0;
    top: 10px;
  }
}

.end {
  pointer-events: none; /* クリックを無効化 */
  animation: none; /* アニメーション停止 */
  cursor: default;
}
.end::after {
  background: #999 !important;
}

.end2 {
  float: initial;
  margin-bottom: 10px;
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .end2 {
    text-align: center;
    order: 4;
    margin-top: 10px;
  }
}

.sanyou__area {
  background: #d86dcd;
  padding: 10px;
  color: #fff;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
  max-width: 1180px;
  margin: 0 auto;
}

.sanyou__detail__name {
  flex: 0 0 23%;
  font-size: 2rem;
  color: #d86dcd;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding: 0.1em 0.1em 0em 0.5em;
  border-left: solid 6px #d86dcd;
}
@media screen and (max-width: 768px) {
  .sanyou__detail__name {
    flex: 0 0 100%;
    font-size: 1.6rem;
  }
}
.sanyou__detail__name span {
  font-size: 1.2rem;
  display: block;
  color: #444;
}

.plan__end {
  text-align: center;
  color: #fff;
  padding: 1em 0;
  font-weight: 700;
  font-size: 1.2em;
  margin: -84px auto 1em;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan__end {
    margin-top: -62px;
    width: 94%;
  }
}
.plan__end .badge {
  top: calc(50% - 20px);
  left: calc(50% - 120px);
  position: absolute;
  background: #fff;
  color: #c82534 !important;
  border: 2px solid #c82534;
  line-height: 40px;
  text-align: center;
  width: 250px;
  font-weight: 500;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .plan__end .badge {
    line-height: 35px;
    width: 200px;
    left: calc(50% - 100px);
  }
}

.tokyo {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .tokyo {
    margin-bottom: 0;
  }
}
.tokyo .br3 {
  display: block;
}
@media screen and (max-width: 768px) {
  .tokyo .br3 {
    display: none;
  }
}
.tokyo-new {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .tokyo-new {
    margin-top: 0 !important;
  }
}

.font-b-tokyo {
  font-weight: bold;
  color: #000;
  width: 140px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .font-b-tokyo {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .point__section__spa .title_flex {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .point__section__hotel .title_flex {
    flex-direction: column;
    justify-content: center;
  }
}

.shinkansen .item-right .item-title2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .shinkansen .item-right .item-title2 {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .shinkansen .item-right .item-title2 .end {
    text-align: center;
  }
}

.font-b-jtb {
  max-width: initial;
}

.title_flex:has(.end2) {
  flex-wrap: wrap;
  row-gap: 0;
}

.playguide {
  margin: 28px 0;
  background: #EFEFEF;
  padding: 20px;
}
.playguide__title {
  text-align: center;
  border-bottom: 2px solid #444;
  padding-bottom: 12px;
  margin-bottom: 28px;
  font-size: 2rem;
  font-weight: bold;
}
.playguide__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.playguide__item .logo {
  flex: 0 0 150px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .playguide__item .logo {
    margin-bottom: 8px;
  }
}
.playguide__item .detail {
  font-size: 1.4rem;
  flex: 0 0 100%;
  max-width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  .playguide__item .detail {
    max-width: 100%;
  }
}
.playguide__item .detail dl {
  display: flex;
  flex-wrap: wrap;
}
.playguide__item .detail dl dt {
  flex: 0 0 100px;
  background: #fff;
  border: 2px solid #EFEFEF;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
.playguide__item .detail dl dd {
  flex: 0 0 100%;
  max-width: calc(100% - 140px);
  background: #fff;
  border: 2px solid #EFEFEF;
  padding: 8px;
}/*# sourceMappingURL=style.css.map */