@charset "UTF-8";
/* CSS Document */
/*

*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
main.oshi_lp {
  overflow: hidden;
}
body.oshi_lp {
  top: 60px;
}
.oshi_lp section {
  border: none;
  background: none;
}
.oshi_lp a {
  color: #333;
}
.oshi_lp a:hover {
  color: inherit;
}
.oshi_lp i[class*="fa-"] {
  margin-right: 0;
}
.oshi_lp a:focus {
  color: inherit;
}
.oshi_lp select {
  outline: none;
  appearance: none;
  color: #333;
}
@media screen and (max-width:768px) {
  main.oshi_lp {
    overflow-x: hidden;
  }
}
/*=======================================
	共通
=======================================*/
.oshi_lp section {
  overflow: hidden;
}
.oshi_lp section * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  list-style-type: none;
  box-sizing: border-box;
}
.oshi_lp .footer {
  background: #915da3;
}
.oshi_lp .footer__inner p {
  font-size: 13px !important;
}
.oshi_lp p, .oshi_lp li, .oshi_lp dt, .oshi_lp dd, .oshi_lp th, .oshi_lp td, .oshi_lp h1, .oshi_lp h2, .oshi_lp h3, .oshi_lp h4, .oshi_lp h5 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.oshi_lp span {
  font-size: inherit;
  font-weight: inherit;
}
.oshi_lp i {
  font-size: inherit;
  font-weight: bold;
}
.oshi_lp a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.oshi_lp a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.oshi_lp .inner {
  max-width: 1241px;
  margin: 0 auto;
  padding: 80px 20px;
}
.oshi_lp h1, .oshi_lp h2, .oshi_lp h3 {}
.oshi_lp h1 {}
.oshi_lp h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 70px 0;
}
.oshi_lp h3 {}
.oshi_lp img {
  width: 100%;
  height: auto;
}
.oshi_lp .sp_only {
  display: none;
}
/*Slick*/
.oshi_lp .slick-slide {
  height: auto;
}
.oshi_lp .slick-prev, .oshi_lp .slick-next {
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 42px;
}
.oshi_lp .slick-prev::before, .oshi_lp .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.oshi_lp .slick-prev::before {
  content: "\f053";
}
.oshi_lp .slick-next::before {
  content: "\f054";
}
@media screen and (max-width:768px) {
  .oshi_lp .slick-active {
    cursor: grab;
  }
  .oshi_lp .slick-active:active {
    cursor: grabbing;
  }
  .oshi_lp a:hover {
    opacity: 1;
  }
  .oshi_lp .sp_only {
    display: inherit;
  }
  .oshi_lp .pc_only {
    display: none;
  }
  .oshi_lp .inner {
    width: 95%;
    padding: 40px 0 30px 0;
  }
}
/*=======================================
	ヘッダー（header）
=======================================*/
.oshi_lp .header_menu a.search:before {
        background: url(../img/ico_search_blue.svg) no-repeat 0 0;
}
.oshi_lp .header_menu a.menu:before {
    background: url(../img/ico_menu.svg) no-repeat center center;
}
.oshi_lp .breadcrumbs .breadcrumbs-list {
    overflow-x: inherit;
}
@media screen and (max-width:768px) {
  .oshi_lp .header {
    height: 70px;
  }
}
/*=======================================
	メインビジュアル（mv_wrap）
=======================================*/
.oshi_lp .fw-top .fw-mv-search { /*/jr/sass/style.cssの打ち消し*/
  width: auto;
}
.oshi_lp .mv_wrap .inner {
  padding: 0 20px;
}
.oshi_lp .mv_wrap {
  background: #d1bada url("../img/main-bk.png") repeat-x bottom center;
  background-size: 792px 150px;
  position: relative;
}
.oshi_lp .mv_wrap::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("../img/hanabi-1.png") no-repeat top left / contain;
  position: absolute;
  bottom: 150px;
  right: 10px;
}
.oshi_lp .mv_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.oshi_lp .mv_wrap .flex_wrap::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("../img/hanabi-1.png") no-repeat top left / contain;
  position: absolute;
  top: 10px;
  left: -100px;
}
.oshi_lp .mv_wrap .left_box {
  width: 48%;
  padding: 20px;
  background: rgba(145, 93, 163, 0.8);
  position: relative;
}
.oshi_lp .mv_wrap .right_box {
  width: 50%;
  text-align: center;
  padding: 40px 30px 160px 50px;
  position: relative;
}
.oshi_lp .mv_wrap .right_box::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: url("../img/hanabi-2.png") no-repeat top left / contain;
  position: absolute;
  top: -30px;
  left: -20px;
}
.oshi_lp .mv_wrap .right_box h1 {
  position: relative;
  z-index: 1;
}
.oshi_lp .mv_wrap .right_box .txt {
  width: 100%;
  max-width: 450px;
  text-align: justify;
  margin: 0 auto;
  padding: 20px 0 0 0;
  color: #422414;
  position: relative;
  z-index: 1;
}
.oshi_lp .mv_wrap .right_box .txt strong {
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .oshi_lp .mv_wrap .inner {
    padding: 0 0 100px 0;
  }
  .oshi_lp .mv_wrap .flex_wrap {
    flex-direction: column-reverse;
  }
  .oshi_lp .mv_wrap .left_box {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 20px 20px 20px;
  }
  .oshi_lp .mv_wrap .right_box {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .oshi_lp .mv_wrap .right_box .txt {
    width: 100%;
    padding: 10px;
  }
  .oshi_lp .mv_wrap::after {
    content: none;
  }
  .oshi_lp .mv_wrap .right_box::before {
    top: 180px;
    left: inherit;
    right: -38px;
  }
  .oshi_lp .mv_wrap .flex_wrap::before {
    top: inherit;
    bottom: 190px;
    left: -35px;
  }
}
/*=======================================
	検索ボックス（_search_g.scssの上書き）
=======================================*/
.oshi_lp .fw-top {
  position: relative;
}
.oshi_lp .fw-top .fw-search-top__ttl {
  color: #FFF;
  margin: 0 0 20px 0;
}
.oshi_lp .fw-top .fw-icon-search-top-info-wrap, .oshi_lp .fw-top .fw-search-top__item-label {
  font-size: 13px;
  padding: 0;
  margin: 0 5px 0 0;
  font-weight: bold;
  color: #FFF;
}
.oshi_lp .fw-top .fw-search-top--tour .fw-departure-wrap {
  padding: 0;
  color: #FFF;
}
.oshi_lp .fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label {
  color: #FFF;
}
.oshi_lp .fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label:before {
  background-color: #FFF;
  border-color: #FFF;
}
.oshi_lp .fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label::after {
  color: #333;
}
.oshi_lp .fw-top .fw-checkbox--icon .fw-checkbox__label:before, .oshi_lp .fw-top .fw-checkbox--icon .fw-checkbox__label:after {
  left: 0;
}
.oshi_lp .fw-top .fw-checkbox--icon .fw-checkbox__label {
  padding-left: 20px;
  color: #FFF;
}
.fw-top .fw-icon-search-top-info-note {
  color: #333;
  font-size: 14px;
}
.oshi_lp .fw-top .fw-select select, .oshi_lp .fw-top .fw-select--area-set select, .oshi_lp .fw-top .fw-search-top__item-data, .oshi_lp .fw-top .fw-text--date.fw-is-disabled, .oshi_lp .fw-top .fw-text--date input {
  font-size: 14px;
  line-height: 1;
}
.oshi_lp .fw-top .fw-text--date input {
  height: auto;
}
.oshi_lp .fw-top .fw-select:before {
  color: #333;
}
@media screen and (max-width:768px) {
  .oshi_lp .fw-top .fw-search-top__ttl {
    margin: 0 0 10px 0;
  }
  .oshi_lp .fw-top .fw-search-top--tour .fw-departure-spot, .oshi_lp .fw-top .fw-search-top--tour .fw-departure-area, .oshi_lp .fw-search-top__item--date {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .oshi_lp .fw-top .fw-search-top--tour .fw-departure-ttl {
    width: 50px;
  }
  .oshi_lp .fw-top .fw-search-top--tour .fw-departure-wrap {
    width: 100%;
  }
  .oshi_lp .fw-top .fw-departure-area {
    width: 100%;
  }
  .oshi_lp .fw-top .fw-select {
    width: calc(100% - 50px);
  }
  .oshi_lp .fw-search-top__item-data {
    display: flex;
    align-items: center;
  }
  .oshi_lp .fw-top .fw-search-top__item--date {
    margin: 0 0 10px 0;
  }
  .oshi_lp .fw-top .fw-search-top__item--date .fw-search-top__item-label {
    width: 50px;
    margin: 0;
  }
  .oshi_lp .fw-top .fw-text--date {
    width: 150px;
    margin: 0 10px 0 0;
  }
  .oshi_lp .fw-top .fw-search-top--tour .fw-search-top__sub-data .fw-select {
    width: 100%;
  }
  .oshi_lp .fw-top .fw-search-top__item-data .fw-select {
    width: 100%;
  }
}
/*=======================================
	お知らせ（news）
=======================================*/
.oshi_lp .news {
  padding: 20px 0 0 0;
}
.oshi_lp .news .inner {
  width: 90%;
}
.oshi_lp .news h2 {
  width: fit-content;
  margin: 0 auto 50px auto;
  padding: 10px 240px;
  background-image: url("../img/ttl-left.png"), url("../img/ttl-right.png");
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: contain;
}
.oshi_lp .news ul {
  max-width: 800px;
  margin: 0 auto;
}
.oshi_lp .news li a {
  border-bottom: 1px solid #915da3;
  margin: 0 0 10px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.oshi_lp .news li a .news_day {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #915da3;
  margin: 0 20px 0 0;
}
.oshi_lp .news li a p {
  padding: 5px 0;
}
.oshi_lp .news li a .news_ico {
  display: block;
  font-size: 13px;
  margin: 0 20px 0 0;
  padding: 1px 5px;
  background: #915da3;
  color: #FFF;
}
.oshi_lp .news li a:hover, .oshi_lp .news li a:hover .news_day {
  color: #33b381;
}
.oshi_lp .news li a:hover .news_ico {
  background: #33b381;
}
@media screen and (max-width:768px) {
  .oshi_lp .news h2 {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    background-image: url("../img/ttl-left-sp.png"), url("../img/ttl-right-sp.png");
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 60px 40px;
  }
}
/*=======================================
	楽しむコツ（point）
=======================================*/
.oshi_lp .point {
  background: #915da3;
  padding: 0;
  overflow: visible;
}
.oshi_lp .point h2 {
  width: 500px;
  text-align: center;
  margin: 0 auto 50px auto;
  color: #FFF;
  position: relative;
}
.oshi_lp .point h2::before {
  content: "";
  display: block;
  width: 300px;
  height: 180px;
  background: url("../img/point-bk-1.png") no-repeat bottom left / contain;
  position: absolute;
  left: -300px;
  bottom: 0px;
}
.oshi_lp .point h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 180px;
  background: url("../img/point-bk-2.png") no-repeat bottom left / contain;
  position: absolute;
  right: -300px;
  bottom: 0px;
}
.oshi_lp .point .flex_wrap {
  display: flex;
  justify-content: space-between;
}
.oshi_lp .point .box {
  width: calc(100% / 3 - 30px);
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
  border-bottom: 4px solid #DDD;
  border-right: 4px solid #EEE;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.oshi_lp .point .box::before {
  content: "point";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #33b381;
  color: #FFF;
  text-align: center;
  padding: 10px 0 0 0;
  position: absolute;
  top: -20px;
  left: -20px;
  box-sizing: border-box;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.oshi_lp .point .box::after {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  width: 80px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: -20px;
}
.oshi_lp .point .box:first-child::after {
  content: "１";
}
.oshi_lp .point .box:nth-child(2)::after {
  content: "２";
}
.oshi_lp .point .box:last-child::after {
  content: "３";
}
.oshi_lp .point .box .img_box {
  margin: 0 0 10px 0;
}
.oshi_lp .point .box .img_box img {
  border-radius: 7px;
}
@media screen and (max-width:768px) {
  .oshi_lp .point h2 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 180px 0;
    width: 100%;
  }
  .oshi_lp .point h2::before {
    left: calc(50% - 150px);
  }
  .oshi_lp .point h2::after {
    content: none;
  }
  .oshi_lp .point .flex_wrap {
    flex-direction: column;
    padding: 0 20px;
  }
  .oshi_lp .point .box {
    width: 100%;
  }
  .oshi_lp .point .box + .box {
    margin: 30px 0 0 0;
  }
}
/*=======================================
	ツアーを探す（tour）
=======================================*/
.oshi_lp .tour .inner {
  max-width: none;
  padding: 80px 0 0 0;
}
.oshi_lp .tour h2 {
  width: fit-content;
  margin: 0 auto 50px auto;
  padding: 10px 240px;
  background-image: url("../img/ttl-left.png"), url("../img/ttl-right.png");
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: contain;
}
/*メニュー*/
.oshi_lp .tour .menu_wrap {
  margin: 0 0 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oshi_lp .tour .menu_wrap .ttl {
  background: #915da3;
  border: 2px solid #915da3;
  border-radius: 7px 0 0 7px;
  color: #FFF;
  text-align: center;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
}
.oshi_lp .tour .menu_wrap .select_wrap {
  background: #FFF;
  border: 2px solid #915da3;
  border-radius: 0 7px 7px 0;
  height: 40px;
  text-align: center;
  position: relative;
}
.oshi_lp .tour .menu_wrap .select_wrap::before {
  content: "▼";
  display: block;
  font-size: 10px;
  color: #ee7800;
  position: absolute;
  right: 10px;
  top: 6px;
}
.oshi_lp .tour .menu_wrap .select_wrap select {
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
}
/*タブの中身*/
.oshi_lp .area_wrap {
  background: #d1bada;
  padding: 30px 0;
}
.oshi_lp .area_inner {
  max-width: 1241px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
.oshi_lp .area_box + .area_box {
  margin: 70px 0 0 0;
}
.oshi_lp .area_wrap .area_menu {
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0;
  padding: 30px 0 0 0;
}
.oshi_lp .area_wrap .area_menu li {
  margin: 0 15px;
  font-size: 20px;
}
.oshi_lp .area_wrap .area_menu li a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #915da3;
  color: #FFF;
  padding: 0 30px;
}
.oshi_lp .area_wrap .area_menu li a:hover {
  background: #ee7800;
  transition: 0.3s;
}
/*路線図とツアーリンク*/
.oshi_lp .tour .map_wrap {
  background: #FFF;
  padding: 30px 30px 20px 30px;
  border-radius: 10px 10px 0 0;
}
.oshi_lp .tour h3 {
  text-align: center;
  font-size: 24px;
  color: #915da3;
  margin: 0 0 30px 0;
}
.oshi_lp .tour h3 strong {
  font-size: 24px;
  font-weight: bold;
  margin: 0 -10px 0 0;
}
.oshi_lp .tour h3 strong::before {
  content: "「";
  margin: 0 0 0 5px;
}
.oshi_lp .tour h3 strong::after {
  content: "」";
  margin: 0 5px 0 0;
}
.oshi_lp .tour .map {
  display: flex;
  justify-content: space-between;
}
.oshi_lp .tour .map .left_box {
  width: 760px;
  position: relative;
}
.oshi_lp .tour .map .left_box .no li {
  position: absolute;
  /*位置指定はまとめて記述*/
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #915da3;
  color: #FFF;
  cursor: pointer;
}
.oshi_lp .tour .map .left_box .no li:hover, .oshi_lp .tour .map .left_box .no li.active {
  background: #ee7800;
  transition: 0.3s;
}
.oshi_lp .tour .map .left_box .no li::after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 2px);
}
.oshi_lp .tour .tourlink {
  width: calc(100% - 790px);
}
.oshi_lp .tour .tourlink li {
  width: 100%;
  min-height: 70px;
  border-bottom: 1px dotted #000;
}
.oshi_lp .tour .tourlink li a {
  display: block;
  padding: 10px;
  color: #000;
}
.oshi_lp .tour .tourlink li a:hover, .oshi_lp .tour .tourlink li.active {
  background: #EEE;
  border-radius: 5px;
  transition: 0.3s;
}
.oshi_lp .tour .tourlink li a h4 {
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 5px 0;
}
.oshi_lp .tour .tourlink li a h4 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 7px 0 0;
  text-align: center;
  background: #915da3;
  color: #FFF;
}
.oshi_lp .tour .tourlink li a:hover > h4 span, .oshi_lp .tour .tourlink li.active h4 span {
  background: #ee7800;
  transition: 0.3s;
}
.oshi_lp .tour .tourlink li a .access {
  font-size: 13px;
  line-height: 140%;
  padding: 0 0 0 18px;
  margin: 0 0 5px 0;
  position: relative;
}
.oshi_lp .tour .tourlink li a .access::before {
  font-family: "Font Awesome 5 Free";
  content: "\f239";
  font-weight: bold;
  color: #915da3;
  position: absolute;
  top: 0;
  left: 0;
}
.oshi_lp .tour .tourlink li a:hover > .access::before, .oshi_lp .tour .tourlink li.active .access::before {
  color: #ee7800;
  transition: 0.3s;
}
.oshi_lp .tour .tourlink li a .btn {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  background: #915da3;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.oshi_lp .tour .tourlink li a .btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.oshi_lp .tour .tourlink li a:hover > .btn, .oshi_lp .tour .tourlink li.active .btn {
  background: #ee7800;
  transition: 0.3s;
}
/*路線図がない場合（.no_map）*/
.oshi_lp .tour .no_map .map {
  display: block;
}
.oshi_lp .tour .no_map .tourlink {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oshi_lp .tour .no_map .tourlink li {
  width: 48%;
}
/*ホテル（スライダー）*/
.oshi_lp .tour .hotel_wrap {
  background: #33b381;
  padding: 30px 30px 40px 30px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.oshi_lp .tour .hotel_wrap h3 {
  color: #FFF;
}
.oshi_lp .tour .hotel_wrap .slider_hotel {
  padding: 0 120px 0 0;
}
.oshi_lp .tour .slick-list {
  overflow: visible;
}
.oshi_lp .tour .slick-slide {
  opacity: 0.5;
}
.oshi_lp .tour .slick-slide.slick-active {
  opacity: 1;
}
.oshi_lp .tour .slick-arrow.slick-disabled {
  opacity: 0;
}
.oshi_lp .tour .slick-prev, .oshi_lp .tour .slick-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid #33b381;
}
.oshi_lp .tour .slick-prev::before, .oshi_lp .tour .slick-next::before {
  line-height: 48px;
  color: #33b381;
  text-align: center;
}
/*ホテルカード*/
.oshi_lp .tour .slick-track {
  display: flex;
}
.oshi_lp .tour .slick-slide {
  height: auto !important;
}
.oshi_lp .tour .hotel_box {
  background: #FFF;
  border-radius: 5px;
  padding: 20px 20px 60px 20px;
  margin: 0 15px;
  position: relative;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}
.oshi_lp .tour .hotel_box .img_box {
  margin: 0 0 10px 0;
}
.oshi_lp .tour .hotel_box h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.oshi_lp .tour .hotel_box .access {
  font-size: 13px;
  line-height: 140%;
  color: #33b381;
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  position: relative;
}
.oshi_lp .tour .hotel_box .access::before {
  font-family: "Font Awesome 5 Free";
  content: "\f239";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.oshi_lp .tour .hotel_box .txt {
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 10px 0;
}
.oshi_lp .tour .hotel_box .btn {
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.oshi_lp .tour .hotel_box .btn a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #ee7800;
  color: #FFF;
}
.oshi_lp .tour .hotel_box .btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
/*//////////////路線図上のポイント位置指定///////////////////*/
/*関東＞東京*/
.oshi_lp .tour li.kanto.area1.no1 {
  top: 175px;
  left: 377px;
}
.oshi_lp .tour li.kanto.area1.no2 {
  top: 290px;
  left: 400px;
}
.oshi_lp .tour li.kanto.area1.no3 {
  top: 326px;
  left: 529px;
}
.oshi_lp .tour li.kanto.area1.no4 {
  top: 470px;
  left: 619px;
}
.oshi_lp .tour li.kanto.area1.no5 {
  top: 100px;
  left: 270px;
}
/*関東＞横浜*/
.oshi_lp .tour li.kanto.area2.no1 {
  top: 175px;
  left: 220px;
}
.oshi_lp .tour li.kanto.area2.no2 {
  top: 160px;
  left: 165px;
}
.oshi_lp .tour li.kanto.area2.no3 {
  top: 400px;
  left: 490px;
}
.oshi_lp .tour li.kanto.area2.no4 {
  top: 430px;
  left: 570px;
}
.oshi_lp .tour li.kanto.area2.no5 {
  top: 490px;
  left: 485px;
}
/*関東＞埼玉*/
.oshi_lp .tour li.kanto.area3.no1 {
  top: 90px;
  left: 160px;
}
.oshi_lp .tour li.kanto.area3.no2 {
  top: 85px;
  left: 480px;
}
/*関東＞千葉*/
.oshi_lp .tour li.kanto.area4.no1 {
  top: 330px;
  left: 415px;
}
.oshi_lp .tour li.kanto.area4.no2 {
  top: 360px;
  left: 395px;
}
.oshi_lp .tour li.kanto.area4.no3 {
  top: 260px;
  left: 300px;
}
.oshi_lp .tour li.kanto.area4.no4 {
  top: 510px;
  left: 630px;
}
/*東北＞仙台*/
.oshi_lp .tour li.tohoku.area1.no1 {
  top: 175px;
  left: 377px;
}
/*中部・東海＞名古屋*/
.oshi_lp .tour li.chubu.area1.no1 {
  top: 150px;
  left: 530px;
}
.oshi_lp .tour li.chubu.area1.no2 {
  top: 220px;
  left: 240px;
}
.oshi_lp .tour li.chubu.area1.no3 {
  top: 525px;
  left: 155px;
}
/*中部・東海＞長野*/
.oshi_lp .tour li.chubu.area2.no1 {
  top: 175px;
  left: 377px;
}
/*新潟・北陸＞新潟*/
.oshi_lp .tour li.hokuriku.area1.no1 {
  top: 175px;
  left: 377px;
}
/*新潟・北陸＞北陸*/
.oshi_lp .tour li.hokuriku.area2.no1 {
  top: 175px;
  left: 377px;
}
/*関西＞大阪*/
.oshi_lp .tour li.kansai.area1.no1 {
  top: 250px;
  left: 280px;
}
.oshi_lp .tour li.kansai.area1.no2 {
  top: 195px;
  left: 550px;
}
.oshi_lp .tour li.kansai.area1.no3 {
  top: 255px;
  left: 150px;
}
.oshi_lp .tour li.kansai.area1.no4 {
  top: 510px;
  left: 490px;
}
/*//////////////路線図上のポイント位置指定ここまで////////////*/
@media screen and (max-width:768px) {
  .oshi_lp .tour .inner {
    width: 100%;
  }
  .oshi_lp .tour h2 {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
    padding: 10px 0;
    background-image: url("../img/ttl-left-sp.png"), url("../img/ttl-right-sp.png");
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 60px 40px;
  }
  .oshi_lp .tour .menu_wrap {
    margin: 0 0 50px 0;
  }
  .oshi_lp .area_wrap .area_menu {
    margin: 0 0 30px 0;
  }
  .oshi_lp .area_wrap .area_menu li {
    font-size: 18px;
    margin: 0 10px;
  }
  .oshi_lp .area_wrap .area_menu li a {
    padding: 0 15px;
  }
  .oshi_lp .tour .map_wrap {
    padding: 15px;
    border-radius: 0;
  }
  .oshi_lp .tour h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .oshi_lp .tour .map {
    flex-direction: column;
  }
  .oshi_lp .tour .map .left_box {
    width: 100%;
  }
  .oshi_lp .tour .tourlink {
    width: 100%;
  }
  .oshi_lp .tour .hotel_wrap {
    border-radius: 0;
  }
  .oshi_lp .tour .hotel_wrap h3 {
    margin: 0 0 30px 0;
  }
  .oshi_lp .tour .hotel_wrap .slider_hotel {
    padding: 0 10px;
  }
  .oshi_lp .area_box + .area_box {
    margin: 0;
    padding: 0;
  }
  .oshi_lp .area_inner {
    padding: 0;
  }
  .oshi_lp .area_wrap {
    padding: 0;
  }
  .oshi_lp .tour .hotel_box {
    padding: 20px 15px 55px 15px;
  }
  .oshi_lp .tour .hotel_box .btn {
    width: calc(100% - 20px);
    bottom: 15px;
    left: 10px;
  }
  .oshi_lp .tour .map .left_box .no li {
    display: none;
  }
  /*路線図がない場合（.no_map）*/
  .oshi_lp .tour .no_map .tourlink {
    flex-direction: column;
  }
  .oshi_lp .tour .no_map .tourlink li {
    width: 100%;
  }
}
/*=======================================
	出発までの流れ（flows）
=======================================*/
.oshi_lp .flows {
  padding: 80px 0 100px 0;
}
.oshi_lp .flows h2 {
  width: fit-content;
  margin: 0 auto 50px auto;
  padding: 10px 240px;
  background-image: url("../img/ttl-left.png"), url("../img/ttl-right.png");
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: contain;
}
.oshi_lp .flows .head {
  max-width: 1241px;
  margin: 0 auto;
  padding: 0 20px;
}
.oshi_lp .flows .body {
  max-width: 730px;
  margin: 0 auto;
}
.oshi_lp .flows .block {
  border-radius: 10px;
  border: 2px solid #33b381;
  position: relative;
  padding: 0 0 10px 0;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.oshi_lp .flows .block_badge {
  display: block;
  background: #EE7801;
  color: #FFF;
  padding: 5px 0 5px 0;
  width: 62px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  position: absolute;
  left: 15px;
  top: -3px;
  z-index: 1;
}
.oshi_lp .flows .block_badge span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.oshi_lp .flows .block_badge::before {
  content: "";
  display: block;
  width: 62px;
  height: 10px;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 31px solid #EE7801;
  border-right: 31px solid #EE7801;
  position: absolute;
  bottom: -10px;
  left: 0;
  box-sizing: border-box;
}
.oshi_lp .flows .block + .block {
  margin: 40px 0 0 0;
}
.oshi_lp .flows .block_head {
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
}
.oshi_lp .flows .block_head .block_ttle {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 35px 0;
  padding: 10px 0;
  background: #33b381;
  color: #FFF;
  border-radius: 8px 8px 0 0;
}
.oshi_lp .flows .block_head p {
  font-size: 18px;
}
.oshi_lp .flows .block_body {
  margin: 0 30px;
  padding: 30px 0 10px 0;
  border-top: 1px dotted #33b381;
}
.oshi_lp .flows .block_body li, .oshi_lp .flows .block_body p, .oshi_lp .flows .block_body div {
  text-align: justify;
  font-size: 14px;
}
.oshi_lp .flows .block_body p + p {
  margin: 10px 0 0 0;
}
.oshi_lp .flows .block_body li a, .oshi_lp .flows .block_body .block_links a {
  color: #EE7801;
  text-decoration: underline;
}
.oshi_lp .flows .block_body .block_links a {
  display: block;
  margin: 10px 0 0 0;
}
.oshi_lp .flows .block_body li + li {
  margin: 10px 0 0 0;
}
.oshi_lp .flows .block:nth-child(2) .block_body h4 {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  background: #33b381;
  border-radius: 3px;
  padding: 5px;
  color: #FFF;
}
.oshi_lp .flows .block:nth-child(2) .block_body h5 {
  font-size: 16px;
  font-weight: bold;
  color: #33b381;
  margin: 20px 0 10px 0;
}
.oshi_lp .flows .block_foot {
  margin: 20px 0 0 0;
  text-align: center;
}
.oshi_lp .flows .block_foot a span {
  display: none;
}
.oshi_lp .flows .block_foot a {
  color: #EE7801;
}
.oshi_lp .flows .block_foot a.open::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  margin: 0 0 0 10px;
}
.oshi_lp .flows .block_foot a.close::after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: bold;
  margin: 0 0 0 10px;
}
.oshi_lp .flows .open, .oshi_lp .flows .close {
  justify-content: center;
}
@media screen and (max-width:768px) {
  .oshi_lp .flows {
    padding: 80px 0;
  }
  .oshi_lp .flows h2 {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 10px 0;
    background-image: url("../img/ttl-left-sp.png"), url("../img/ttl-right-sp.png");
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 60px 40px;
  }
  .oshi_lp .flows .body {
    padding: 0 20px;
  }
}
/*=======================================
	よくある質問（faq）
=======================================*/
.oshi_lp .faq {
  background: #d1bada;
  padding: 80px 0 100px 0;
  border-radius: 0;
  margin: 0;
}
.oshi_lp .faq h2 {
  width: fit-content;
  margin: 0 auto 50px auto;
  padding: 10px 240px;
  background-image: url("../img/ttl-left.png"), url("../img/ttl-right.png");
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: contain;
}
.oshi_lp .faq .section { /*/jr/sass/style.cssの打ち消し*/
  padding: 0;
}
.oshi_lp .faq .section + .section {
  margin: 40px 0 0 0;
}
.oshi_lp .faq .head, .oshi_lp .faq .body {
  max-width: 1241px;
  margin: 0 auto;
  padding: 0 20px;
}
.oshi_lp .faq h3 {
  max-width: 730px;
  margin: 0 auto 20px auto;
  font-size: 22px;
  text-align: center;
  color: #774b87;
}
.oshi_lp .faq h3::before {
  content: "＼";
  font-size: 32px;
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
}
.oshi_lp .faq h3::after {
  content: "／";
  font-size: 32px;
  margin: 0 0 0 10px;
  position: relative;
  top: 3px;
}
.oshi_lp .faq .accordion {
  max-width: 730px;
  margin: 10px auto 0 auto;
  padding: 10px 15px;
  background: #FFF;
  border: 2px solid #915da3;
  border-radius: 10px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.oshi_lp .faq .accordion:hover {
  background: #fafafa;
  transition: 0.3s;
}
.oshi_lp .faq h4 {
  font-size: 18px;
  color: #774b87;
  position: relative;
  padding: 0 15px 0 0;
}
.oshi_lp .faq h4::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  position: absolute;
  right: -5px;
}
.oshi_lp .faq h4.active::after {
  content: "\f106";
}
.oshi_lp .faq .pannel {
  max-width: 700px;
  margin: 10px auto 0 auto;
  padding: 10px 0;
}
@media screen and (max-width:768px) {
  .oshi_lp .faq {
    padding: 50px 0 80px 0;
  }
  .oshi_lp .faq h2 {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 10px 0;
    background-image: url("../img/ttl-left-sp.png"), url("../img/ttl-right-sp.png");
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: 60px 40px;
  }
  .oshi_lp .faq h3 {
    font-size: 18px;
  }
  .oshi_lp .faq h3::after, .oshi_lp .faq h3::before {
    font-size: 24px;
  }
}
/*=======================================
	おすすめ特集・情報（information）
=======================================*/
.oshi_lp .information {
  background: #d1bada;
}
.oshi_lp .information .inner {
  max-width: 868px;
  padding: 0 30px 80px 30px;
}
.oshi_lp .information .slider_ban {
  padding: 0 30px;
}
.oshi_lp .information .slider_ban li {
  margin: 0 10px;
}
.oshi_lp .information .slider_ban li img {
  border: 2px solid #FFF;
}
.oshi_lp .information .slick-prev::before, .oshi_lp .information .slick-next::before {
  color: #774b87;
}
@media screen and (max-width:768px) {
  .oshi_lp .information .inner {
    padding: 0 10px 50px 10px;
  }
  .oshi_lp .information .slider_ban {
    padding: 0;
  }
  .oshi_lp .information .slick-prev {
    left: -15px;
  }
  .oshi_lp .information .slick-next {
    right: -15px;
  }
  .oshi_lp .information .slick-prev::before, .oshi_lp .information .slick-next::before {
    font-size: 20px;
  }
}
/*====================================
	モーダルの設定
====================================*/
#lean_overlay {
  position: fixed;
  z-index: 101;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.modal_inner {
  display: none;
  padding: 30px;
  max-width: 600px;
  margin-top: 100px;
  color: #FFF;
  background: #915da3;
}
.modal_inner .name-en {
  margin: 10px 0 30px 0;
}
.modal_inner p.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  /* widthとheightは閉じるボタンの画像の幅を指定 */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  z-index: 104;
  cursor: pointer;
}
.modal_inner p.modal-close::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: bold;
  color: #915da3;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_inner p.modal-close:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width:428px) {}
/*=======================================
	トップに戻るボタン
=======================================*/
.pagetop {
  display: none;
}
@media screen and (max-width:768px) {
  .pagetop a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    background: #ee7800;
    color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
  }
  .pagetop a:hover {
    opacity: 0.8;
    transition: .3s;
    color: #FFF;
  }
}
/*=======================================
	パンクズ
=======================================*/
.breadcrumbs {
  padding: 12px 0 0
}
.breadcrumbs .breadcrumbs-list {
  width: 1241px;
  margin: 0 auto 10px auto;
  list-style-type: none;
  display: flex;
  align-items: center
}
.breadcrumbs .breadcrumbs-list li {
  color: #b4b4b4;
  font-size: 14px;
  position: relative
}
.breadcrumbs .breadcrumbs-list li.archive {
  padding-top: 0;
  padding-bottom: 0
}
.breadcrumbs .breadcrumbs-list li + li {
  padding-left: 12px
}
.breadcrumbs .breadcrumbs-list li + li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""
}
.breadcrumbs .breadcrumbs-list li a {
  color: #b4b4b4
}
.breadcrumbs .breadcrumbs-list li a.home {
  color: #b4b4b4
}
@media (max-width:1024px) {
  .breadcrumbs {
    padding: 12px 20px 0
  }
  .breadcrumbs .breadcrumbs-list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .breadcrumbs .breadcrumbs-list li, .breadcrumbs .breadcrumbs-list li a {
    white-space: nowrap;
    font-size: 12px
  }
}