@charset "UTF-8";
/* CSS Document */
.contents {
  margin: 0 auto;
  /*background-color: #f5f5f5;*/
}

/*.contents h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 50px auto 20px;
	text-decoration: underline;
}*/

.Common21__inner {
  width: 1024px;
  margin: 0 auto;
}

/* ツアー str */
.dept__tour--inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Tour__ohitori {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
  margin: 0 auto;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Tour--ohitori {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: auto;
  outline: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
  margin-right: 21px;
  margin-bottom: 21px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.Tour--ohitori:nth-child(4n) {
  margin-right: 0;
}

.Tour--ohitori__link {
  display: block;
  width: 100%;
  height: 100%;
  /* position: absolute;
  top: 0;
  left: 0; */
  z-index: 1;
  transition: opacity 0.5s;
}

.Tour--ohitori__link:hover {
  opacity: 0.5;
}

.Tour--ohitori__img {
  border-radius: 5px;
  overflow: hidden;
  margin: 10px;
}

.Tour--ohitori img {
  transition: opacity 0.3s;
}

a.Tour--ohitori__link:hover + figure > img {
  opacity: var(--hoverOpacity);
}

.Tour--ohitori__group {
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Tour--ohitori__dest {
  color: #e76776;
  background-color: #f7edee;
  margin: 0 10px 5px;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.Tour--ohitori__tags01,
.Tour--ohitori__tags02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 10px;
}

.Tour--ohitori__tag01,
.Tour--ohitori__tag02 {
  width: calc(96% / 2);
  color: #e76776;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 3px 5px;
  border: 1px solid #e76776;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Tour--ohitori__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 10px;
}

.Tour--ohitori__caption {
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 0 10px;
}

.Tour--ohitori:hover .Tour--ohitori__name,
.Tour--ohitori:hover .Tour--ohitori__caption {
  text-decoration: underline;
}

.Tour--ohitori__price {
  color: #ff2800;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.01em;
  margin-top: auto;
  padding: 0 10px 10px;
}

/* start_おひとり様に関するブログ */
.blog_box_parrent {
  position: relative;
  background-color: #fff;
  width: calc(98% / 2);
}
.blog_box_parrent a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog_box_parrent:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.tabiBlog {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.tabiBlogTmp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding: 10px;
}

.tabiBlogTmp .photo {
  overflow: hidden;
  width: 180px;
  height: 120px;
  margin-right: 15px;
}

.tabiBlogTmp .text {
  position: relative;
  width: calc(100% - 205px);
}

.tabiBlogTmp .photo img {
}

.blog_flex {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
}
.date_flex {
  display: flex;
  justify-content: space-between;
}

.tabiBlogTmp .ttl {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.tabiBlogTmp .pref {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  background-color: var(--corporate-color);
  padding: 5px 15px;
  margin-right: 14px;
  margin-bottom: 10px;
}

.tabiBlogTmp .day {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #333;
  padding-top: 3px;
}

.tabiBlogTmp::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}

/* end_離島に関するブログ */

/* start_おすすめ特集 */

.Other {
  padding: 80px 0 40px 0;
  width: 1024px;
  margin: 0 auto;
}

.Other h2 {
  text-align: center;
}

.Other__swiper-outer {
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
  height: 8px !important;
}

.common_recommend_wapper {
  margin-top: 50px;
}

#SlideBanner {
  width: 1024px;
}

.swiper-wrapper {
  margin-bottom: 25px;
}

.bannerCassette_content {
  width: 95%;
}

.bannerCassette_content p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
  width: 230px;
  height: 174px;
}

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

.swiper-banner-container {
  position: relative;
  width: 1074px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-banner-container .swiper-slide a {
  display: block;
}

.swiper-banner-container .swiper-slide a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
  text-decoration: underline;
  color: #4c4c4c;
}

.swiper-button-prev,
.swiper-button-next {
  width: 58px !important;
  height: 58px !important;
  background-size: 58px 58px !important;
  margin-top: -35px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  right: -22px;
  background-image: url(/attending/ohitori/common/images/arrow.png) !important;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  left: -22px;
  background-image: url(/attending/ohitori/common/images/arrow.png) !important;
  transform: scale(-1, 1);
  /* 左右反転 */
}

.bannerImg {
  transition: opacity 0.3s;
}

.bannerImg:hover {
  opacity: 0.7;
}

/* end_おすすめ特集 */

/*---ここから 2022/10/26----------------------------------------------*/

.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  /*top: -69px;*/
}

/*-------------------------*/

.blog-btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.blog-btn-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 426px;
  height: 56px;
  margin: auto;
  background-color: #0c9ed1;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
}
.blog-btn-wrap a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.blog-btn-wrap a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-duration: 0.3s;
}

/*----------------------*/
/*
.mainvisual01 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 576px;
    height: 307px;
    margin: auto;
}
*/
.mainvisual01 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mainvisual01 p img {
  width: 1600px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*
.mainvisual01 {
    position: relative;
    background-image: url(/attending/ohitori/common/images/top/mainvisual_top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
     max-width: 1300px; 
    width: 100%;
    height: 550px;
    margin: 0 auto;
}
.mainvisual01.kokunai {
    background-image: url(/attending/ohitori/common/images/kokunai/mv_kokunai_pc.jpg);
}
.mainvisual01.kaigai {
    background-image: url(/attending/ohitori/common/images/kaigai/mv_kaigai_pc.jpg);
}
*/

.mainvisual01 .subttl {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 25px 10px 30px;
  letter-spacing: 0.5em;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
}
.mainvisual01.kokunai .subttl {
  background-color: #e76776;
}
.mainvisual01.kaigai .subttl {
  background-color: #3db2de;
}
.mainReadWrap01 {
  margin: 50px auto 45px auto;
  width: 1024px;
  font-size: 16px;
  line-height: 1.7em;
  text-align: left;
}

.mainReadWrap01 p {
  text-align: center;
}

.contH201 {
  text-align: center;
  margin-bottom: 50px;
}
.contH201 img {
  width: auto;
  height: 58px;
}

/*----------------------*/

.contBaseBlock01 {
  margin: 80px 0px 80px 0px;
}

.contIn1024 {
  width: 1024px;
  margin: auto;
  position: relative;
}

/*------------------------*/

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*-----------------*/

.rankingContFlex01 {
  display: flex;
  justify-content: space-between;
}
.rankingContFlex01 li {
  width: 320px;
}
.rankingContFlex01 li .img01 {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 240px;
}
.rankingContFlex01 li.flex4 {
  width: 240px;
}
.rankingContFlex01 li.flex4 .img01 {
  height: 180px;
}
.rankingCont01 {
  position: relative;
  width: 280px;
  margin: -24px 20px auto 20px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
}
.flex4 .rankingCont01 {
  width: 220px;
  margin: -24px 10px auto 10px;
}

.rankingCont01 .contIn01 {
  border-bottom: 1px solid #000000;
  text-align: center;
  padding-bottom: 10px;
}
.rankingCont01 .contIn01 .h301 {
  position: relative;
}
.rankingCont01 .contIn01 .numCont {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -23px;
}
.rankingCont01 .contIn01 .numCont img {
  width: 60px;
  height: auto;
}

.rankingCont01 .contIn01 .s01 {
  display: block;
  color: #e76776;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: bold;
}
.rankingCont01 .contIn01 .s02 {
  display: block;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: bold;
}
.flex4 .rankingCont01 .contIn01 .s01,
.flex4 .rankingCont01 .contIn01 .s02 {
  margin-left: 5rem;
}
.rankingCont01 .contIn01 .s02 .s0202 {
  font-size: 28px;
}

.rankingCont01 .contIn02 {
  padding-top: 18px;
  text-align: left;
}
.rankingCont01 .contIn02 .p01 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.rankingCont01 .contIn02 .p02 {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.rankingCont01 .contIn02 .p02 a {
  color: #e76776;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: bold;
}
.rankingCont01 .contIn02 .p02 a:link {
  color: #e76776;
  text-decoration: underline;
}
.rankingCont01 .contIn02 .p02 a:visited {
  color: #e76776;
  text-decoration: underline;
}
.rankingCont01 .contIn02 .p02 a:hover {
  color: #e76776;
  text-decoration: none;
}
.rankingCont01 .contIn02 .p02 a:active {
  color: #e76776;
  text-decoration: none;
}

.rankingCont01 .contIn02 .p02 a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #e56878;
  border-right: solid 2px #e56878;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  vertical-align: middle;
}

/*----------*/

.contKaigai01 .rankingCont01 .contIn01 .s01 {
  color: #0c9ed1;
}
.contKaigai01 .rankingCont01 .contIn02 .p02 a {
  color: #0c9ed1;
}
.contKaigai01 .rankingCont01 .contIn02 .p02 a:link {
  color: #0c9ed1;
  text-decoration: underline;
}
.contKaigai01 .rankingCont01 .contIn02 .p02 a:visited {
  color: #0c9ed1;
  text-decoration: underline;
}
.contKaigai01 .rankingCont01 .contIn02 .p02 a:hover {
  color: #0c9ed1;
  text-decoration: none;
}
.contKaigai01 .rankingCont01 .contIn02 .p02 a:active {
  color: #0c9ed1;
  text-decoration: none;
}

.contKaigai01 .rankingCont01 .contIn02 .p02 a::after {
  border-top: solid 2px #0c9ed1;
  border-right: solid 2px #0c9ed1;
}

/*----------*/

.panel {
  display: none;
}
.panel.is-show {
  display: block;
}

/*---下層----------------------------------*/

.mainHatyaku01 {
  width: 102px;
  height: 102px;
  background-color: #f7edee;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e76776;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  position: absolute;
  position: absolute;
  top: 53%;
  left: 50%;
  margin-left: 200px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 10px;
}
/*
.mainHatyaku01 {
    width: 102px;
    height: 102px;
    background-color: #F7EDEE;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E76776;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: bold;
    position: absolute;
    top: 290px;
    left: 800px;
}
*/
.detailAncBlock01 {
  text-align: center;
  margin: 45px auto 50px auto;
}
.detailAnc01 {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.detailAnc01 li {
  width: 336px;
}
.detailAnc01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-right: 1px solid #c3c3c3;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.detailAnc01 li a:first-child {
  border-left: 1px solid #c3c3c3;
}
.detailAnc01 li a span::after {
  content: "";
  background-image: url("/attending/ohitori/common/images/btn_ar_blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

/*-----------------------*/

.detailBlockBg01 {
  position: relative;
  overflow: hidden;
  background-color: #fcf2ce;
  padding: 45px 0px 45px 0px;
}
.detailBlockBg01::before {
  content: "";
  background-image: url("/attending/ohitori/common/images/detail_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 822px;
  height: 815px;
  position: absolute;
  top: -410px;
  right: 50%;
  margin-right: 240px;
}
.detailBlockBg01::after {
  content: "";
  background-image: url("/attending/ohitori/common/images/detail_bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 621px;
  height: 615px;
  position: absolute;
  bottom: -310px;
  left: 50%;
  margin-left: 440px;
  z-index: 0;
}

.relativeWrap {
  position: relative;
  z-index: 1;
}

.detailPointFlex01 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.detailPointFlex01 li {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.detailPointBox01 .p01 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
}
.detailPointBox01 .p01 .s01 {
  color: #0c9ed1;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.detailPointBox01 .p01 .s02 {
  font-size: 16px;
}
.detailPointBox01 .p02 {
  font-size: 14px;
  line-height: 1.45em;
  margin-top: 13px;
}

.detailPointFlex01 li .s02 {
  text-align: left;
  margin-top: 10px;
}

/*------モーダルウィンドウ用---------------------------------------*/

#modal-win {
  width: 100%;
  position: absolute;
}
#modal-win-inner {
  /*display: inline-block;*/
  /*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 9991;
  text-align: center;
}
#modal-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  cursor: pointer;
}

.click {
  display: none;
}

.clickWrap {
  display: inline-block;
  position: relative;
  text-align: left;
}
.clickClose {
  /*position: absolute;
	top: -50px;
	right: 0px;*/
  cursor: pointer;
}

.movieYoutubu {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.movieYoutubu iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------モーダルウィンドウ用　ここまで---------------------------------------*/

.detailModalBlock01 {
  background-color: #ffffff;
  padding: 30px 20px 20px 20px;
  max-height: 95vh;
  overflow-y: scroll;
}

.detailBtnWrap01 {
  margin-top: 40px;
  text-align: center;
}

.detailBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 426px;
  height: 56px;
  margin: auto;
  background-color: #0c9ed1;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: bold;
  position: relative;
  padding: 0 30px;
}
.detailBtn01::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.detailBtn01.detailBtn02 {
  background-color: #e56878;
}

.clickClose.close01 {
  font-size: 16px;
  line-height: 1.6em;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.clickClose.close02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 36px;
  border: 1px solid #333333;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1.3em;
  margin: 20px auto 0;
}

.modalTit01 {
  text-align: center;
  padding: 0px 0px 25px 0px;
}
.modalTit01 img {
  width: 889px;
  height: auto;
}

.modalBox01 {
  background-color: #e3f8ff;
  padding: 12px;
}
.modalBox01:nth-of-type(3) {
  margin-top: 30px;
}
.modalBox01 .text01 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}
.modalBox01 .table01 {
  width: 100%;
  color: #10a0d2;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: bold;
}

.modalInFlex01 {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 15px auto;
}
.modalInFlex01 li {
  width: 31%;
}
.modalInFlex01 li .p001 {
  font-size: 15px;
  line-height: 1.6em;
}
.modalInFlex01 li .p001 span {
  color: #e76776;
}

.modalTitFlex01 {
  display: flex;
  margin: 6px auto 6px auto;
}
.modalTitFlex01 .p01 {
  position: relative;
  color: #10a0d2;
  font-size: 41px;
  line-height: 1em;
  font-weight: bold;
  padding-right: 15px;
  flex-shrink: 0;
}
.modalTitFlex01 .p01 span {
  position: relative;
}
.modalTitFlex01 .p01::before {
  content: "";
  background-image: url("/attending/ohitori/common/images/modal_num_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 43px auto;
  width: 43px;
  height: 43px;
  position: absolute;
  left: -12px;
  top: -12px;
}

.modalTitFlex01 .p02 {
  font-size: 18px;
  line-height: 1.34em;
  font-weight: bold;
  padding-top: 10px;
}
.modalTitFlex01 .p02 .s01 {
  font-size: 14px;
}
.modalUl01 li {
  font-size: 12px;
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 1em;
}
.modalBloKMovie01 {
  width: max-content;
  margin: 20px auto 0;
  position: relative;
  margin: 20px auto 0;
  width: 800px;
  height: 450px;
}

/*-------------------------*/

.tourTabGroup01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tourTabGroup01 li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 15.35%;
  min-height: 60px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  padding: 10px 45px 10px 30px;
  margin: 0px 1.56% 18px 0px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tourTabGroup01 li:nth-child(6n) {
  margin-right: 0px;
}

.tourTabGroup01 li::after {
  content: "";
  background-image: url("/attending/ohitori/common/images/btn_ar_pink.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.Tab-bottom li::after {
  transform: rotate(180deg);
}

.tourTabGroup01 li.is-active {
  border: 1px solid #e76776;
  background-color: #e76776;
  color: #ffffff;
}
.tourTabGroup01 li.is-active::after {
  background-image: url("/attending/ohitori/common/images/btn_ar_on.png");
}

.tourTabGroup01 li:hover {
  border: 1px solid #e76776;
  background-color: #e76776;
  color: #ffffff;
}
.tourTabGroup01 li:hover::after {
  background-image: url("/attending/ohitori/common/images/btn_ar_on.png");
}

.tourTabH3Wrap01 {
  background-color: #f7edee;
  color: #e76776;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 62px;
}

.detailBtnWrap02 {
  margin-top: 20px;
  margin-bottom: 40px;
}

/*---------------------*/

.departureFlex01 {
  display: flex;
  flex-wrap: wrap;
}
.departureFlex01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  width: 32%;
  height: 64px;
  margin: 0px 2% 15px 0px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.departureFlex01 a:nth-child(3n) {
  margin-right: 0px;
}
.departureFlex01 a::after {
  content: "";
  background-image: url("/attending/ohitori/common/images/btn_ar_outer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.departureFlex01 a:hover {
  background-color: #f7edee;
}

/*-------------------------*/

.detailRankingBlock01 {
  padding: 50px 0px 50px 0px;
  background-color: #f7edee;
}

.detailRankingBlock01 .rankingContFlex01 {
  flex-wrap: wrap;
}
.detailRankingBlock01 .rankingContFlex01 li {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0px !important;
}

/*-------------------------*/

.faqWrap01 li {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px 80px 25px 100px;
  margin-top: 44px;
}
.faqFlex01 {
  display: flex;
}
.faqFlex02 {
  margin-top: 25px;
}
.faqFlex01 .flexBox01 {
  padding-right: 30px;
}
.faqFlex01 .flexBox01 p {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: bold;
  position: relative;
}
.faqFlex01 .flexBox01 p::before {
  content: "";
  background-image: url("/attending/ohitori/common/images/faq_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px auto;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 2px;
  top: 0px;
}
.faqFlex01 .flexBox01 p span {
  position: relative;
}

.faqFlex01 .flexBox02 {
}
.faqFlex01 .flexBox02 h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  background-image: url("/attending/ohitori/common/images/faq_line_dot01.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 2px;
  padding: 8px 0px 8px 0px;
}

.faqFlex01 .flexBox03 {
}
.faqFlex01 .flexBox03 p {
  font-size: 16px;
  line-height: 1.55em;
}
.faqFlex01 .flexBox03 ul {
  display: flex;
  gap: 17px;
}
.faqFlex01 .flexBox03 ul li {
  padding: 0;
  text-align: center;
}
.faqFlex01 .flexBox03 ul li img {
  width: max-content;
}
/*-------------------*/

.searchBtnFlex01 {
  display: flex;
  justify-content: center;
}
.searchBtnFlex01 li {
  width: 406px;
  margin: auto 12px auto 12px;
}

.detailBtn01.btn0101 {
  background-color: #ffffff;
  border: 2px solid #0c9ed1;
  color: #0c9ed1;
}
.detailBtn01.btn0101::after {
  border-top: solid 2px #0c9ed1;
  border-right: solid 2px #0c9ed1;
}
.searchBtnFlex01 li .detailBtn01 {
  width: 100%;
  height: 76px;
}
.no_tour {
  text-align: center;
  border: solid 2px #707070;
  padding: 20px;
  width: 700px;
  margin: 0 auto;
}
.rankingContFlex01 .img01 .img_cover {
  width: auto;
  height: 100%;
  margin-left: -20px;
}
.rankingContFlex01 .img01 p {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  position: absolute;
  right: 15px;
  bottom: 25px;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

/*追加*/
#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
}

.seo {
  text-align: center;
}

.modal.noSmoothScroll {
  text-align: center;
  display: block;
}

.detailAnc01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0c9ed1;
  border-radius: 6px;
  margin-top: 20px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 1.3em;
}

.detailAnc01 a span::after {
  content: "";
  background-image: url("/attending/ohitori/common/images/btn_ar_blue_on.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.Common21__inner--hankyu_dp {
  display: flex;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
}

.Link__item {
  display: block;
  position: relative;
  width: 964px;
  padding: 20px 70px 20px 30px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
  z-index: 1;
}

.Link__item:hover {
  opacity: 0.7;
}

.Link__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 43%;
  right: 15px;
  background: #0c9ed1;
  border-radius: 50%;
}

.Link__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 50%;
  right: 23px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Link__item dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Link__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  color: #0c9ed1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.Link__ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #dbecfa;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/attending/common/senmon/images/icn_SenmonAsideLink--dp.svg);
}

.Link__txt {
  font-size: 1.6rem;
}

.mainvisual_wapper {
  width: 1600px;
  height: 500px;
}

.blog .note {
  text-align: center;
  margin: -50px auto 50px;
}

.btn,
a.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #0c9ed1;
  margin: 30px auto 0;
  width: 40%;
  border-radius: 6px;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #ff6;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #0c9ed1;
  border-radius: 6px;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

/*導線追加*/
.detailBtn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 506px;
  height: 58px;
  margin: auto;
  border-radius: 100px;
  background-color: #ffffff;
  border: 2px solid #0c9ed1;
  color: #0c9ed1;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: bold;
  position: relative;
  padding: 0 30px;
}
/*.detailBtn03::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}*/

/*.detailBtn03::after {
  border-top: solid 2px #0C9ED1;
  border-right: solid 2px #0C9ED1;
}*/

.modalInFlex01.charm_kokunai li {
  width: 48%;
}

.modalInFlex01.charm_kokunai li.charm_column02 div:last-child {
  margin-top: 4%;
}

.graph {
  background-color: #fcf2ce;
  margin-top: 3%;
  padding: 4%;
}

.graph dt {
  color: #10a0d2;
  margin-bottom: 1%;
}

.graph dd:not(:last-child) {
  margin-bottom: 3%;
}

.graph .kome {
  text-align: right;
  font-size: 13px;
}
