@charset "UTF-8";
/*----------------------------------------------------------------------------------
  PC 
----------------------------------------------------------------------------------*/

/* page common ----------------------------------------------------------- */
body,
html {
  height: auto !important;
  width: 100%;
  min-width: 1060px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
p {
  line-height: 1.5;
}
.travel-tieup {
  color: #333;
  line-height: 1.5;
}
a {
  color: #0055B8;
}
.travel-tieup a:hover {
  text-decoration: none;
}
/* table */
.s-table {
  margin-bottom: 20px;
  line-height: 1.6;
}
.s-table th {
  width: 32%;
  background-color: #f2f2f2;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  font-size: 0.875rem;
  padding: 20px 0 20px 20px;
}
.s-table td {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #ffff;
  border-right: 1px solid #fff;
  padding: 20px 20px;
}
.s-table td p,
.s-table td div {
  margin-bottom: 0.7rem;
  line-height: 1.6;
}
.s-table td ul {
  margin: 0;
}
.s-table td ul li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 0.4rem;
}
.s-table td .attention {
  padding-left: 1rem;
  text-indent: -1rem;
}
.s-table td .red {
  color: #ff0000;
}

/* entry-area ----------------------------------------------------------- */
.entry-area p {
  text-align: center;
}
.entry-area::after {
  display: block;
  content: '';
  width: 100%;
  height: 32px;
  background: #e6e6e6;
}
/* New botton */
.iQoIye.iQoIye.iQoIye.iQoIye {
  width: 70% !important;
  color: #fff !important;
  font-size: 30px !important;
  font-size: 20px !important;
}
.iQoIye.iQoIye.iQoIye.iQoIye::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -6px;
  text-shadow: none;
}
.eNQuho {
  margin: 16px 0 18px !important;
}
.CWQMf {
  display: block;
  margin: 32px auto 20px !important;
  text-align: center;
  width: 80%;
}
.feDfHu.feDfHu.feDfHu.feDfHu {
  font-size: 16px !important;
}
.bvTEgL.bvTEgL.bvTEgL.bvTEgL {
  width: 80% !important;
}
.bvTEgL.bvTEgL.bvTEgL.bvTEgL span {
  font-size: 16px !important;
}
.jZiKem.jZiKem {
  display: block;
  position: absolute;
  top: 50%;
  left: 2.5rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: 0;
}

/* howto-area ----------------------------------------------------------- */
.howto-area ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.howto-area ol li {
  width: 200px;
  height: 280px;
  box-sizing: border-box;
  border: 2px solid #f60;
  padding: 24px 14px 0;
  position: relative;
  font-size: 0.875rem;
}
.howto-area ol li div {
  display: flex;
  align-items: center;
  color: #f60;
  font-weight: bold;
  margin-bottom: 10px;
}
.howto-area ol li div .number {
  font-size: 1.5rem;
  letter-spacing: -1px;
  margin-right: 3px;
  line-height: 1.2;
}
.howto-area ol li div .howto-title {
  font-size: 1.25rem;
  line-height: 1.2;
}
.howto-area ol li img {
  width: 160px;
  height: 80px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 24px;
}
.howto-area ol .arrow {
  align-self: center;
}
.howto-area ul {
  font-size: 0.875rem;
}
.howto-area ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}

/* course-area ----------------------------------------------------------- */
.course-area {
  background-color: #f2f2f2;
}
.course-area .list-contents,
.travel-area .list-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.course-area .list-contents li,
.travel-area .list-contents li {
  width: 32%;
  height: auto;
  background: #fff;
  font-size: 0.875rem;
}
.course-area .list-contents li .btn,
.travel-area .list-contents li .btn {
  margin-top: -20px;
  padding: 0 20px;
}
.course-area .list-contents li .btn a,
.travel-area .list-contents li .btn a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 13px 20px;
  border: 1px solid #f60;
  background: #f60;
  box-shadow: 0 1px 4px rgb(51 51 51 / 20%);
  color: #fff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.course-area .list-contents li .btn a::after,
.travel-area .list-contents li .btn a::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(-45deg);
  content: '';
}
.course-area .list-contents li .btn a:hover,
.travel-area .list-contents li .btn a:hover {
  box-shadow:0 2px 8px rgba(51,51,51,.3);
  transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out
}
.course-area .list-contents li .text,
.travel-area .list-contents li .text {
  padding: 16px 20px;
  line-height: 1.6;
  letter-spacing: .05em;
}

/* travel-area ----------------------------------------------------------- */
.travel-area {
  background-color: #e5e5e5;
}
.travel-area .list-contents li .btn a {
  border: 1px solid #00b901;
  background: #00b901;
}

/* footer --------------------------------------------------------------- */
.footer .pagetop.floating-totop-btn {
  display: none;
}
.footer .pagetop.floating-totop-btn a {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #333;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.footer .pagetop.static-totop-btn a {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  margin: 0 10px 10px 0;
  z-index: 11;
  background: #333;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.footer .pagetop.floating-totop-btn a::after,
.footer .pagetop.static-totop-btn a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  right: 50%;
  margin-top: -3px;
  margin-right: -6px;
  position: absolute;
  z-index: 12;
}
.footer .pagetop a {
  position: relative;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.footer .pagetop a:hover {
  background: #555;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.footer .pagetop a:active {
  background: #444;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

/*----------------------------------------------------------------------------------
  TB only
----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* page common ----------------------------------------------------------- */
  html,
  body {
    width: 100%;
    min-width: 768px;
  }
  .travel-tieup .s-pc {
    display: block !important;
  }
  .travel-tieup .s-sp {
    display: none !important;
  }
  /* howto-area ----------------------------------------------------------- */
  .howto-area ol {
    width: 100%;
  }
  .howto-area ol li {
    width: 24%;
    height: 300px;
  }
  .howto-area ol li div {
    align-items: flex-start;
  }
  .howto-area ol li div .number {
    font-size: 1.25rem;
  }
  .howto-area ol li img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .howto-area ol .arrow img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .howto-area ul {
    width: 100%;
  }
} /* end media query */

/*----------------------------------------------------------------------------------
  SP only
----------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* page common ----------------------------------------------------------- */
  html,
  body {
    width: 100%;
    min-width: 320px;
  }
  .s-pc {
    display: none !important;
  }
  .s-sp {
    display: block !important;
  }
  .travel-tieup {
    width: 100%;
    min-width: 320px;
  }
  .travel-tieup img {
    width: 100%;
    height: auto;
  }
  /* table */
  .s-table {
    margin-bottom: 0;
  }
  .s-table_fixed tr~tr th,
  .s-table tr~tr th {
    padding-top: 16px;
  }
  .s-table_fixed th::after,
  .s-table th::after {
    background: none;
    width: 0;
  }
  .s-table th {
    width: 100%;
    border: none;
    font-size: 0.875rem;
    padding: 16px 0 16px 14px;
  }
  .s-table td {
    width: 100%;
    border: none;
    padding: 18px 14px 30px;
  }
  /* entry-area ---------------------------------------------------------------- */
  /* New botton */
  .iQoIye.iQoIye.iQoIye.iQoIye {
    width: 95% !important;
    color: #fff !important;
    font-size: 20px !important;
  }
  .iQoIye.iQoIye.iQoIye.iQoIye::after {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -7px;
    text-shadow: none;
  }
  .eNQuho {
    margin: 16px 0 18px !important;
  }
  .CWQMf {
    display: block;
    margin: 32px auto 20px !important;
    text-align: center;
    width: 95%;
  }
  .feDfHu.feDfHu.feDfHu.feDfHu {
    width: 95% !important;
    font-size: 19px !important;
  }
  .bvTEgL.bvTEgL.bvTEgL.bvTEgL {
    width: 95% !important;
    font-size: 17px !important;
  }
  .bvTEgL.bvTEgL.bvTEgL.bvTEgL span {
    font-size: 17px !important;
  }
  .jZiKem.jZiKem {
    left: 2.5rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    top: 55% !important;
  }

  /* howto-area ---------------------------------------------------------------- */
  .howto-area ol {
    display: block;
    width: 100%;
  }
  .howto-area ol li {
    width: 100%;
    height: auto;
    position: static;
    padding: 24px;
  }
  .howto-area ol li img {
    width: 70%;
    height: auto;
    display: block;
    margin: 20px auto 0;
    position: static;
    bottom: 0;
  }
  .howto-area ol .arrow img {
    width: 10%;
    height: auto;
    display: block;
    margin: 10px auto;
    transform: rotate(90deg);
  }
  /* course-area ---------------------------------------------------------------- */
  .course-area .list-contents,
  .travel-area .list-contents {
    display: block;
  }
  .course-area .list-contents li,
  .travel-area .list-contents li {
    width: 100%;
    margin-bottom: 20px;
  }
} /* end media query */
