@charset "UTF-8";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

.webFontNotoSerif {
	font-family: 'Noto Serif JP', serif;
}
.fontYumin{
	font-family: "游明朝体", "Yu Mincho", YuMincho,  serif;
}
/* .fontMPlus1p {
	font-family: "M PLUS 1p", sans-serif;
}
.fontMeiryo_MPlus1p {
	font-family:'メイリオ', 'Meiryo', "M PLUS 1p", sans-serif; //M PLUS 1pはメイリオの代替として 
} */
/*-------------------------*/

.contents {
  margin: 0 auto;
  /*background-color: #f5f5f5;*/
}

#PageName {
	width: 1024px;
	margin: 2px auto -28px;
	font-weight: 700;
}

.pc {display: inherit;}
.sp {display: none;}
/*.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;
}

.Tour--ritotabi__wrapper {
  display: flex;
  justify-content: flex-start;
}

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

.Tour--ritotabi {
  display: flex;
  flex-direction: column;
  width: calc(calc(1024px / 4) - 15px);
  height: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
}

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

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

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

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

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

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

.Tour--ritotabi__dest {
  color: #031264;
  background-color: #B5E8F2;
  margin: 0 10px 8px;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.0;
}

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

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

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

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

.Tour--ritotabi:hover .Tour--ritotabi__name,
.Tour--ritotabi:hover .Tour--ritotabi__caption {
  text-decoration: underline;
}

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

.no_tour {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 1.5rem;
  padding: 1.5rem 0 3.5rem;
}

/* swiper */
/*.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

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

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    border-radius: 50%;

    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;

    transition: all 0.3s;

    background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
}

.swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}*/

.swiper-button-prev_tour, .swiper-button-next_tour {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
}

.swiper-button-next_tour.swiper-button-disabled, .swiper-button-prev_tour.swiper-button-disabled {
	display: none;
}

.swiper-button-next_tour, .swiper-container-rtl .swiper-button-prev_tour
{
    right: -20px;
    left: auto;
	position: absolute;
	top: 47%;
	z-index: 10;
	cursor: pointer;
}

.swiper-button-prev_tour, .swiper-container-rtl .swiper-button-next_tour {
    left: -20px;
    right: auto;
	position: absolute;
	top: 47%;
	z-index: 10;
	cursor: pointer;
}

/* 次ページボタンのスタイル */
.swiper-button-next_tour {
	background-image: url(/attending/kokunai/ritotabi/images/slide_ar.png);
}
/* 前ページボタンのスタイル */
.swiper-button-prev_tour {
	background-image: url(/attending/kokunai/ritotabi/images/slide_ar.png);
	transform: scale(-1, 1); /* 左右反転 */
}


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

/* start_離島に関するブログ */
.blog_box_parrent {
	position: relative;
    background-color: #fff;
    /* width: calc(98% / 2); */
    width: 100%;
}
.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;
	gap: 20px;
}
.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;
	width: 100%;
}

.tabiBlogTmp .pref {
    font-size: 14px;
	line-height: 1.0;
    text-align: center;
	border: 1px solid #031264;
    color: #031264;
    font-weight: 600;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.tabiBlogTmp .pref:empty {
	border: none;
	height: calc(14px + 2px + 10px); /* font-size　border padding分 */
}

.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);
}

.rishiri .tabiBlog__wrap,
.yonaguni .tabiBlog__wrap{
	display: flex;
	justify-content: space-between;

}
.rishiri .tabiBlog,
.yonaguni .tabiBlog {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.rishiri .tabiBlogTmp .text,
.yonaguni .tabiBlogTmp .text {
    width: 287px;
}
/* end_離島に関するブログ */


/* start_おすすめ特集 */

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

.Other h2 {
	text-align: center;
}

.Other__swiper-outer {
  position: relative;
}

#SlideBanner .swiper-wrapper {
	margin-bottom: 15px;
}

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

.common_recommend_wapper {
  margin-top: 50px;
}

#SlideBanner {
  width: 1024px;
}

.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: 44px !important;
  height: 44px !important;
  background-size: 44px 44px !important;
}

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

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

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

.bannerImg {
  transition: opacity .3s;
}

.bannerImg:hover {
  opacity: .7;
}

/* end_おすすめ特集 */

/*--2022/10/14---------------------------------*/

.mainvisualWrap01 {
	position: relative;
	padding-top: 32px;
}
.mainvisualWrap01::after {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/mainvisual_bottom01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: -3px;
}

.mainvisual01 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 490px;
}

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

.mainvisual01.top {
	background-image: url("/attending/kokunai/ritotabi/images/mv_BP21-048766D.jpg");
}

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

.mainatit01 {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mainatit01 img {
	width: 310px;
	height: auto;
}

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

.contReadBlock01 {
	text-align: left;
	width: 700px;
	margin: 20px auto 75px auto;
}
.contText14_185 {
	font-size: 14px;
	line-height: 1.85em;
	/*font-weight: 500;*/
}

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

.contH2Wrap01 {
	text-align: center;
	margin-top: -145px;
}
.detailBlock01 .contH2Wrap01 {
	margin-top: 0;
}
.contH2Wrap01 .h201 {
	margin-bottom: 35px;
	display: inline-block;
	position: relative;
}
.contH2Wrap01 .h201::before {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/tit_bg_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 157px auto;
	width: 157px;
	height: 52px;
	position: absolute;
	left: -188px;
	bottom: 0px;
}
.contH2Wrap01 .h201::after {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/tit_bg_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 141px auto;
	width: 141px;
	height: 49px;
	position: absolute;
	right: -171px;
	bottom: 0px;
}

.contH2Wrap01 .h201 .s01 {
	display: block;
	margin-bottom: 6px;
}
.contH2Wrap01 .h201 .s01 img {
	width: auto;
	height: 26px;
}
.contH2Wrap01 .h201 .s02 {
	display: block;
	color: #031264;
	font-size: 42px;
	line-height: 1.2em;
	font-weight: 500;
}
.contH2Wrap01 .h201 .sm01 {
	font-size: 32px;
}

.contBgBlock01 {
	background-image: url("/attending/kokunai/ritotabi/images/cont_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 200px auto;
	padding: 90px 0px 50px 0px;
	margin: 125px auto auto auto;
}

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

.contAncAreaBlock01 {
	padding: 90px 0px 0px 0px;
	margin: 125px auto 80px auto;
    position: relative;
}
.contAncBtnWrap01 {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
.contAncBtnWrap01 li {
	width: 118px;
	margin: auto 0px auto 10px;
}
.contAncBtnWrap01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

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

.contAreaBlock {
	margin: 120px 0px;
}

/*---*/

.contAreaBlockIn01 {
	background-image: url("/attending/kokunai/ritotabi/images/area01_bg_top.png"), url("/attending/kokunai/ritotabi/images/area01_bg_bottom.png");
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-size: auto 63px, auto 63px;
	background-color: #F8ECAC;
	padding: 70px 0px 70px 0px;
	position: relative;
}
.contAreaBlockIn01 .s0102 {
	color: #C7A400;
}

.contAreaBlockIn02 {
	background-image: url("/attending/kokunai/ritotabi/images/area02_bg_top.png"), url("/attending/kokunai/ritotabi/images/area02_bg_bottom.png");
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-size: auto 63px, auto 63px;
	background-color: #D7F8FC;
	padding: 70px 0px 70px 0px;
	position: relative;
}
.contAreaBlockIn02 .s0102 {
	color: #38B1C1;
}
.contAreaBlockIn02 .areaBoxIn01 .p01 .s01 {
	color: #38B1C1;
}

.contAreaBlockIn03 {
	background-image: url("/attending/kokunai/ritotabi/images/area03_bg_top.png"), url("/attending/kokunai/ritotabi/images/area03_bg_bottom.png");
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-size: auto 63px, auto 63px;
	background-color: #F7DEF1;
	padding: 70px 0px 70px 0px;
	position: relative;
}
.contAreaBlockIn03 .s0102 {
	color: #B15F9C;
}
.contAreaBlockIn03 .areaBoxIn01 .p01 .s01 {
	color: #B15F9C;
}

.contAreaBlockIn04 {
	background-image: url("/attending/kokunai/ritotabi/images/area04_bg_top.png"), url("/attending/kokunai/ritotabi/images/area04_bg_bottom.png");
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-size: auto 63px, auto 63px;
	background-color: #DBEFCD;
	padding: 70px 0px 70px 0px;
	position: relative;
}
.contAreaBlockIn04 .s0102 {
	color: #47891B;
}
.contAreaBlockIn04 .areaBoxIn01 .p01 .s01 {
	color: #47891B;
}

.contAreaBlockIn05 {
	background-image: url("/attending/kokunai/ritotabi/images/area05_bg_top.png"), url("/attending/kokunai/ritotabi/images/area05_bg_bottom.png");
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-size: auto 63px, auto 63px;
	background-color: #CEF0FF;
	padding: 70px 0px 70px 0px;
	position: relative;
}
.contAreaBlockIn05 .s0102 {
	color: #1693C9;
}
/* .contAreaBlockIn05::after {
    content: "";
    background: url(/attending/kokunai/ritotabi/images/area_bg06.png) no-repeat;
    background-size: contain;
    width: 196px;
    height: 191px;
    position: absolute;
    bottom: 500px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 399px;
} */

/*---*/

.areaBg01 {
	width: 141px;
	position: absolute;
	left: 50%;
	margin-left: 120px;
	top: -48px;
}
.areaBg02 {
	width: 131px;
	position: absolute;
	left: 50%;
	margin-left: 380px;
	top: 0px;
}

.areaBg03 {
	width: 157px;
	position: absolute;
	left: 50%;
	margin-left: -322px;
	top: -54px;
}
.areaBg04 {
	width: 147px;
	position: absolute;
	left: 50%;
	margin-left: -553px;
	top: -30px;
}

.areaBg05 {
	width: 141px;
	position: absolute;
	left: 50%;
	margin-left: 204px;
	top: -62px;
}

.areaBg06 {
	width: 157px;
	position: absolute;
	left: 50%;
	margin-left: -286px;
	top: -74px;
}
.areaBg07 {
	width: 77px;
	position: absolute;
	left: 50%;
	margin-left: 496px;
	top: 312px;
	z-index: 1;
}

.areaBg08 {
	width: 115px;
	position: absolute;
	left: 50%;
	margin-left: -244px;
	top: -45px;
}
.areaBg09 {
	width: 177px;
	position: absolute;
	left: 50%;
	margin-left: -580px;
	top: 585px;
}
.areaBg10 {
	width: 196px;
	position: absolute;
	left: 50%;
	margin-left: 370px;
	top: 700px;
}


/*---*/

.areaH3Wrap01 {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -54px;
}
.areaH3Wrap01 .s01 {
	display: block;
	color: #031264;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 500;
}

.areaH3Wrap01 .s02 {
	display: block;
	margin-top: 10px;
}
.areaH3Wrap01 .s02 img {
	width: auto;
	height: 26px;
}

.areaFlex01 {
	width: 1024px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.areaFlexBox01 {
	display: block;
	position: relative;
	width: 240px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #ffffff;
	margin: 30px 8px 0px 8px;
}
.areaBoxIn01 {
	padding: 20px 15px 70px 15px;
}
.areaBoxIn01 .p01 {
	text-align: center;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 18px;
}
.areaBoxIn01 .p01 .s01 {
	font-size: 16px;
	font-weight: 500;
}

.areaBoxIn01 .p02 {
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
}

.areaBoxBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0px 20px 0px 0px;
	width: 154px;
	height: 32px;
	border: 1px solid #031264;
	border-radius: 100px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	background-color: #ffffff;
	position: absolute;
	right: 15px;
	bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.areaBoxBtn01::after {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/area_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.areaFlexBox01:hover {
	/*filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;*/
}
a:hover .areaBoxBtn01 {
	background-color: #CEF7FF;
}

.areaFlexBox01 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

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

.rankingBox01 {
	display: block;
	width: 398px;
	margin: 30px 20px 0px 20px;
	padding: 13px 0px 14px 0px;
	position: relative;
}
.rankingBox01.box02 {
	width: 320px;
	margin-right: 10px;
	margin-left: 10px;
}

.rankingNum {
	width: 91px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.rankingText01 {
	text-align: center;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	color: #031264;
	padding-left: 60px;
}
.rankingText01 .s01 {
	font-size: 18px;
}
.rankingBox01 .areaBoxBtn01 {
	width: 210px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}

.rankingBtn01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #031264;
	border: 1px solid #031264;
	border-radius: 100px;
	box-sizing: border-box;
	width: auto;
	height: 56px;
	padding: 10px 40px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	margin: auto 0px auto auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.rankingBtn01::after {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/area_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
.rankingBtn01:hover {
	/*background-color: #CEF7FF;*/
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.rankingBtnWrap01 {
	text-align: right;
	width: 1024px;
	padding: 0px 13px;
	margin: 50px auto 0px auto;
}

.relativeWrap {
	position: relative;
}

.rankingBg01 {
	width: 270px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -700px;
}
.rankingBg02 {
	width: 270px;
	position: absolute;
	top: 370px;
	left: 50%;
	margin-left: 460px;
}
.rankingBg03 {
	width: 180px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -520px;
}




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

.blog-btn-wrap a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #031264;
	border: 1px solid #031264;
	border-radius: 100px;
	box-sizing: border-box;
	width: 480px;
	height: 56px;
	padding: 10px 40px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blog-btn-wrap a::after {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/area_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
.blog-btn-wrap a:hover {
	/*background-color: #CEF7FF;*/
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.blog-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 1024px;
	padding: 0px 13px;
	margin: 40px auto 0px;
}

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

.contFaqWrap {}
.contFaqWrap li {
	margin-top: 30px;
}

.faqAc01 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 70px;
	padding: 5px 84px 5px 84px;
	color: #031264;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	background-color: #B5E8F2;
	border-radius: 6px;
	position: relative;
}
.faqAc01::before {
	content: "Q";
	font-size: 32px;
	line-height: 1.0em;
	font-weight: bold;
	color: #50BED5;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -18px;
}

.faqAc01::after {
	content: "";
	background-image: url("/attending/kokunai/ritotabi/images/faq_ac_pluse.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 20px;
}
.faqAc01.open::after {
	background-image: url("/attending/kokunai/ritotabi/images/faq_ac_pluse_on.png");
}

.faqAcCont {
	display: none;
}
.faqAcContIn01 {
	padding: 30px 15px 0px 84px;
	font-size: 16px;
	line-height: 1.85em;
	position: relative;
}
.faqAcContIn01::before {
	content: "A";
	font-size: 32px;
	line-height: 1.0em;
	font-weight: bold;
	color: #031264;
	position: absolute;
	left: 30px;
	top: 35px;
}

.faqAcContIn01 a {
	font-weight: bold;
}
.faqAcContIn01 a:link {	color: #031264;	text-decoration: underline;}
.faqAcContIn01 a:visited {	color: #031264;	text-decoration: underline;}
.faqAcContIn01 a:hover {	color:#031264;	text-decoration: none;}
.faqAcContIn01 a:active {	color:#031264;	text-decoration: none;}

.contents a:hover {
	opacity: 0.8;
}

.dept__tour--inner.bot {
	display: flex;
	justify-content: space-between;
}

.contAreaBlockIn04 {
    position: relative;
}

/* .contAreaBlockIn04::after {
    content: "";
    background: url(/attending/kokunai/ritotabi/images/area_bg03.png) no-repeat;
    background-size: contain;
    width: 67px;
    height: 226px;
    position: absolute;
    top: 595px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 460px;
} */

.contAncAreaBlock01.ranking::after {
    content: "";
    background: url(/attending/kokunai/ritotabi/images/cloud02.png) no-repeat;
    background-size: contain;
    width: 270px;
    height: 135px;
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 390px;
    z-index: -1;
}

.mainAncs{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.mainAnc a{
    border: 1px #031264 solid;
    width: 184px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
	font-weight: 500;
    position: relative;
	padding-right: 10px;
}
.mainAnc a::before {
	content:"";
	border-left: 1px solid #031264;
	border-top: 1px solid #031264;
	position: absolute;
	right: 10px;
	top:calc(50% - 8px / 2);
	width: 8px;
	height: 8px;
	transform:rotate(225deg) ;
}
.mainAnc a::after {
	content: '';
	position: absolute;
	background: url(/attending/kokunai/ritotabi/images/mainAnc.png) no-repeat;
	inset: 0;
	margin: auto;
	background-size: 100% 100%;
	width: 100%;
	height: 120%;
	z-index: -1;
}






/* mapここから--------------------- */
.group-map{
	background-image: url(/attending/kokunai/ritotabi/images/map_jp.svg);
	width: 1024px;
	height: 720px;
    background-position: bottom center;
    position: relative;
    background-repeat: no-repeat;
	margin: 0 auto 50px;
}
.group-map .map_area{
	position: absolute;
	width: 100%;
	height: 100%;
}

.area_ttl a {
    display:inline-flex;
    align-items: center;
    z-index:3;
    position:relative;
    font-weight: 700;
    line-height: 1;
    border: solid 2px #031264;
    border-radius: 100px;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 15%);
    transition: background-color 0.5s, box-shadow 0.3s;
    font-size: 26px;
	font-feature-settings: "palt";
}
.area01 .area_ttl a {
	color: #C7A400;
	border-color: #C7A400;
	text-shadow: 
	0.03px 0 0 #C7A400,
	0 0.03px 0 #C7A400,
	-0.03px 0 0 #C7A400,
	0 -0.03px 0 #C7A400;
}
.area02 .area_ttl a {
	color: #38B1C1;
	border-color: #38B1C1;
	text-shadow: 
	0.03px 0 0 #38B1C1,
	0 0.03px 0 #38B1C1,
	-0.03px 0 0 #38B1C1,
	0 -0.03px 0 #38B1C1;
}
.area03 .area_ttl a {
	color: #B15F9C;
	border-color: #B15F9C;
	text-shadow: 
	0.03px 0 0 #B15F9C,
	0 0.03px 0 #B15F9C,
	-0.03px 0 0 #B15F9C,
	0 -0.03px 0 #B15F9C;
}
.area04 .area_ttl a {
	color: #47891B;
	border-color: #47891B;
	text-shadow: 
	0.03px 0 0 #47891B,
	0 0.03px 0 #47891B,
	-0.03px 0 0 #47891B,
	0 -0.03px 0 #47891B;
}
.area05 .area_ttl a {
	color: #1693C9;
	border-color: #1693C9;
	text-shadow: 
	0.03px 0 0 #1693C9,
	0 0.03px 0 #1693C9,
	-0.03px 0 0 #1693C9,
	0 -0.03px 0 #1693C9;
}

.area_ttl a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 3px;
    vertical-align: -2px;
    background: url("/attending/kokunai/ritotabi/images/map_pin.svg") no-repeat center / contain;
}
.area01 .area_ttl a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_spk.svg");
}
.area02 .area_ttl a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_tyo.svg");
}
.area03 .area_ttl a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_osa.svg");
}
.area04 .area_ttl a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_kyu.svg");
}
.area05 .area_ttl a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_oka.svg");
}
.area_ttl a:hover {
    background-color: #031264;
    opacity: 1;
}
.area01 .area_ttl a:hover {
    background-color: #f6eab4;
}
.area02 .area_ttl a:hover {
    background-color: #b2d6db;
}
.area03 .area_ttl a:hover {
    background-color: #e9c8e0;
}
.area04 .area_ttl a:hover {
    background-color: #bde99f;
}
.area05 .area_ttl a:hover {
    background-color: #accfde;
}

/* .group-map .area_ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.0;
    color: #333333;
     text-shadow: 3px 3px 0 #fff,
               -3px 3px 0 #fff,
               3px -3px 0 #fff,
               -3px -3px 0 #fff;
} */
/* 
.circle{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fae10b;
    border: 2px solid #c31c20;
    margin-right: 8px;
} */

.group-map .area_point {
	position: absolute;
	font-size: 18px;
	z-index: 1;
	font-weight: 600;
	text-shadow: 
	-1px -1px 2px rgba(255, 255, 255, 0.9),
	1px 1px 2px rgba(255, 255, 255, 0.9),
	-1px 1px 2px rgba(255, 255, 255, 0.9),
	1px -1px 2px rgba(255, 255, 255, 0.9),
	-1px -1px 2px rgba(255, 255, 255, 0.9),
	1px 1px 2px rgba(255, 255, 255, 0.9),
	-1px 1px 2px rgba(255, 255, 255, 0.9),
	1px -1px 2px rgba(255, 255, 255, 0.9)
	;
}

/* 北海道エリア */
.area01 .area_ttl a {
	top: 120px;
	left: 785px;
}
/* 利尻島 */
.area01 .area_point:nth-of-type(2) {
	top: 30px;
	left: 720px;
}
/* 礼文島 */
.area01 .area_point:nth-of-type(3) {
	top: 70px;
	left: 720px;
}
/* 奥尻島 */
.area01 .area_point:nth-of-type(4) {
	top: 165px;
	left: 670px;
}

/* 東京 新潟エリア */
.area02 .area_ttl a {
	top: 378px;
	left: 695px;
}
/* 小笠原諸島 */
.area02 .area_point:nth-of-type(2) {
	top: 630px;
	left: 715px;
}
/* 伊豆大島 */
.area02 .area_point:nth-of-type(3) {
	top: 493px;
	left: 713px;
}
/* 八丈島 */
.area02 .area_point:nth-of-type(4) {
	top: 570px;
	left: 700px;
}
/* 佐渡島 */
.area02 .area_point:nth-of-type(5) {
	top: 327px;
	left: 640px;
}

/* 関西 中国 四国エリア */
.area03 .area_ttl a {
	top: 344px;
	left: 275px;
}
/* 淡路島 */
.area03 .area_point:nth-of-type(2) {
	top: 480px;
	left: 540px;
}
/* 小豆島 */
.area03 .area_point:nth-of-type(3) {
	top: 520px;
	left: 510px;
}
/* 宮島 */
.area03 .area_point:nth-of-type(4) {
	top: 490px;
	left: 440px;
}
/* 因島 */
.area03 .area_point:nth-of-type(5) {
	top: 485px;
	left: 490px;
}
/* 隠岐諸島 */
.area03 .area_point:nth-of-type(6) {
	top: 405px;
	left: 460px;
}
/* 周防大島 */
.area03 .area_point:nth-of-type(7) {
	top: 530px;
	left: 421px;
}

/* 九州エリア */
.area04 .area_ttl a {
	top: 590px;
	left: 425px;
}
/* 壱岐 */
.area04 .area_point:nth-of-type(2) {
	top: 515px;
	left: 335px;
}
/* 対馬 */
.area04 .area_point:nth-of-type(3) {
	top: 475px;
	left: 345px;
}
/* 五島列島 */
.area04 .area_point:nth-of-type(4) {
	top: 550px;
	left: 253px;
}
/* 軍艦島 */
.area04 .area_point:nth-of-type(5) {
	top: 580px;
	left: 310px;
}
/* 奄美大島 */
.area04 .area_point:nth-of-type(6) {
	top: 695px;
	left: 340px;
}
/* 屋久島 */
.area04 .area_point:nth-of-type(7) {
	top: 670px;
	left: 355px;
}
/* 与論島 */
.area04 .area_point:nth-of-type(8) {
	top: 148px;
	left: 351px;
}
/* 種子島 */
.area04 .area_point:nth-of-type(9) {
	top: 660px;
	left: 420px;
}
/* 甑島 */
.area04 .area_point:nth-of-type(10) {
	top: 605px;
	left: 320px;
}

/* 沖縄エリア */
.area05 .area_ttl a {
	top: 30px;
	left: 120px;
}
/* 石垣島 */
.area05 .area_point:nth-of-type(2) {
	top: 204px;
	left: 148px;
}
/* 宮古島 */
.area05 .area_point:nth-of-type(3) {
	top: 267px;
	left: 216px;
}
/* 久米島 */
.area05 .area_point:nth-of-type(4) {
	top: 99px;
	left: 214px;
}
/* 西表島 */
.area05 .area_point:nth-of-type(5) {
	top: 172px;
	left: 97px;
}
/* 与那国島 */
.area05 .area_point:nth-of-type(6) {
	top: 210px;
	left: 20px;
}
/* 波照間島 */
.area05 .area_point:nth-of-type(7) {
	top: 306px;
	left: 45px;
}
/* 竹富島 */
.area05 .area_point:nth-of-type(8) {
	top: 287px;
	left: 133px;
}
/* 慶良間諸島 */
.area05 .area_point:nth-of-type(9) {
	top: 240px;
	left: 264px;
}

.areaGroup {
	width: 1024px;
	margin-inline: auto;
}
.areaGroup:not(:last-of-type) {
	margin-bottom: 60px;
}
.areaGroup .ttl{
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #031264;
	padding: 0 25px;
	line-height: 1;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}
.contAreaBlockIn01 .areaGroup .ttl {
	border-left: 5px solid #C7A400;
	border-right: 5px solid #C7A400;
}
.contAreaBlockIn02 .areaGroup .ttl {
	border-left: 5px solid #38B1C1;
	border-right: 5px solid #38B1C1;
}
.contAreaBlockIn03 .areaGroup .ttl {
	border-left: 5px solid #B15F9C;
	border-right: 5px solid #B15F9C;
}
.contAreaBlockIn04 .areaGroup .ttl {
	border-left: 5px solid #47891B;
	border-right: 5px solid #47891B;
}
.contAreaBlockIn05 .areaGroup .ttl {
	border-left: 5px solid #1693C9;
	border-right: 5px solid #1693C9;
}

/* .areaGroup .ttl::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #adcc00;
} */

.areaGroup .areaGroup__cont{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	position: relative;	
}
.areaGroup__cont > .pht img{
	display: block;
	width: 504px;
	height: 336px;
	object-fit: cover;
}
.areaGroup__txts{
	position: relative;
	z-index: 1;
}
.areaGroup__txts::after {
	content: '';
	position: absolute;
	left: -5px;
	top: -20px;
	/* background-color:#FF2800; */
	background-color:#03126408;
	/* margin: auto; */
	/* background-size: 100% 100%; */
	width: 80px;
	height: 80px;
	z-index: -1;
	rotate: 45deg;
	
}
.areaGroup .txt{
	
}
.areaGroup__txts .phts{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-top: 20px;
}
.areaGroup__txts .pht img{
	display: block;
	width: 240px;
	height: 160px;
	object-fit: cover;
	
}
.areaGroup .pht img{
	border-radius: 10px;
	filter: drop-shadow(1px 2x 2x #b6b6b666);
}
.areaGroup .cap{
	font-size:12px;
}
.areaGroup .btn{

}
.areaGroup button.btn,
.areaGroup .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #031264;
	padding: 20px 30px 20px 20px;
    width: 520px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	background-color: #031264;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	position: relative;
	margin: 30px auto 0;
}
.areaGroup button.btn::after,
.areaGroup .btn a::after {
	content: "";
	background-image: url("//attending/kokunai/ritotabi/images/area_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 10px;
	position: absolute;
	inset: 0 20px 0 auto;
	margin: auto;
}


.contAreaBlock_anc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
	width: 1024px;
	gap: 20px;
}
.contAreaBlockIn01 .contAreaBlock_anc {
	gap: 20px 50px;
}
.contAreaBlockIn02 .contAreaBlock_anc {
	gap: 20px 30px;
}
.contAreaBlockIn03 .contAreaBlock_anc {
	gap: 20px 30px;
	width: 644px;
}
.contAreaBlockIn04 .contAreaBlock_anc {
	gap: 20px 30px;
}
.contAreaBlockIn05 .contAreaBlock_anc {
	gap: 20px 30px;
}
.contAreaBlock_anc .anchor a {
	font-size: 17px;
	color: #031264;
	border-bottom: 1px solid #031264;
	transition-duration: 0.3s;
	line-height: 1;
	position: relative;
	padding-right: 20px;
}
.contAreaBlockIn01 .contAreaBlock_anc .anchor a {
	padding-right: 30px;
}
.contAreaBlockIn02 .contAreaBlock_anc .anchor a {
	padding-right: 20px;
}
.contAreaBlockIn03 .contAreaBlock_anc .anchor a {
	padding-right: 20px;
}
.contAreaBlockIn04 .contAreaBlock_anc .anchor a {
	padding-right: 20px;
}
.contAreaBlockIn05 .contAreaBlock_anc .anchor a {
	padding-right: 30px;
}
.contAreaBlock_anc .anchor a:hover {
	border-bottom:none;
}
.contAreaBlock_anc .anchor a::after {
	content: '';
	position: absolute;
	inset: auto 0px 5px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 12px solid #031264;
	border-bottom: 0;
}
.contAreaBlockIn01 .contAreaBlock_anc .anchor a::after {
	border-top: 12px solid #C7A400;
}
.contAreaBlockIn02 .contAreaBlock_anc .anchor a::after {
	border-top: 12px solid #38B1C1;
}
.contAreaBlockIn03 .contAreaBlock_anc .anchor a::after {
	border-top: 12px solid #B15F9C;
}
.contAreaBlockIn04 .contAreaBlock_anc .anchor a::after {
	border-top: 12px solid #47891B;
}
.contAreaBlockIn05 .contAreaBlock_anc .anchor a::after {
	border-top: 12px solid #1693C9;
}

/* mapここまで--------------------- */


/* エリア下部　アンカー */

.area_ttl__ancs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.area_ttl__anc a {
    display:inline-flex;
    align-items: center;
    z-index:3;
    position:relative;
    font-weight: 700;
    line-height: 1.4;
    border: solid 2px #031264;
    border-radius: 100px;
    background-color: #fff;
    padding:15px 40px 15px 30px;
    box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 15%);
    transition: background-color 0.5s, box-shadow 0.3s;
    font-size: 16px;
	font-feature-settings: "palt";
	text-align: center;
}
.area_ttl__anc:nth-of-type(1) a {
	color: #C7A400;
	border-color: #C7A400;
	text-shadow: 
	0.03px 0 0 #C7A400,
	0 0.03px 0 #C7A400,
	-0.03px 0 0 #C7A400,
	0 -0.03px 0 #C7A400;
}
.area_ttl__anc:nth-of-type(2) a {
	color: #38B1C1;
	border-color: #38B1C1;
	text-shadow: 
	0.03px 0 0 #38B1C1,
	0 0.03px 0 #38B1C1,
	-0.03px 0 0 #38B1C1,
	0 -0.03px 0 #38B1C1;
}
.area_ttl__anc:nth-of-type(3) a {
	color: #B15F9C;
	border-color: #B15F9C;
	text-shadow: 
	0.03px 0 0 #B15F9C,
	0 0.03px 0 #B15F9C,
	-0.03px 0 0 #B15F9C,
	0 -0.03px 0 #B15F9C;
}
.area_ttl__anc:nth-of-type(4) a {
	color: #47891B;
	border-color: #47891B;
	text-shadow: 
	0.03px 0 0 #47891B,
	0 0.03px 0 #47891B,
	-0.03px 0 0 #47891B,
	0 -0.03px 0 #47891B;
}
.area_ttl__anc:nth-of-type(5) a {
	color: #1693C9;
	border-color: #1693C9;
	text-shadow: 
	0.03px 0 0 #1693C9,
	0 0.03px 0 #1693C9,
	-0.03px 0 0 #1693C9,
	0 -0.03px 0 #1693C9;
}
.area_ttl__anc a::before {
	content:"";
	border-left: 2px solid #031264;
	border-top: 2px solid #031264;
	position: absolute;
	right: 14px;
	top:calc(50% - 8px / 2);
	width: 8px;
	height: 8px;
	transform:rotate(45deg) ;
}
.area_ttl__anc:nth-of-type(1) a::before {
	/* border-color: #f6eab4; */
	border-color: #C7A400;
}
.area_ttl__anc:nth-of-type(2) a::before {
	/* border-color: #b2d6db; */
	border-color: #38B1C1;
}
.area_ttl__anc:nth-of-type(3) a::before {
	/* border-color: #e9c8e0; */
	border-color: #B15F9C;
}
.area_ttl__anc:nth-of-type(4) a::before {
	/* border-color: #bde99f; */
	border-color: #47891B;
}
.area_ttl__anc:nth-of-type(5) a::before {
	/* border-color: #accfde; */
	border-color: #1693C9;
}
/* .area_ttl__anc:nth-of-type(1) a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_spk.svg");
}
.area_ttl__anc:nth-of-type(2) a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_tyo.svg");
}
.area_ttl__anc:nth-of-type(3) a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_osa.svg");
}
.area_ttl__anc:nth-of-type(4) a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_kyu.svg");
}
.area_ttl__anc:nth-of-type(5) a::before {
	background-image: url("/attending/kokunai/ritotabi/images/map_pin_oka.svg");
} */
.area_ttl__anc a:hover {
    background-color: #031264;
    opacity: 1;
}
.area_ttl__anc:nth-of-type(1) a:hover {
    background-color: #f6eab4;
}
.area_ttl__anc:nth-of-type(2) a:hover {
    background-color: #b2d6db;
}
.area_ttl__anc:nth-of-type(3) a:hover {
    background-color: #e9c8e0;
}
.area_ttl__anc:nth-of-type(4) a:hover {
    background-color: #bde99f;
}
.area_ttl__anc:nth-of-type(5) a:hover {
    background-color: #accfde;
}

/* エリア下部　アンカー */

