@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.fontNotoSerif {
	font-family: "Noto Serif JP", serif;
}

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*----------------------*/

.contents {
	min-width: 1024px;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

.mainvisualWrap01 {
	padding: 40px 0px;
	background-color: #F3F0E7;
	position: relative;
}

.mainSwiper01 .swiper-slide {
	border-radius: 24px;
	overflow: hidden;
	width: 1024px;
}
.mainSwiper01 {
	position: relative;
}

.mainSwiperControl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 16px;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0px;
  width: 44px;
  height: 44px;
  margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
  z-index: 10;
  cursor: pointer;
  display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
	background-image: url("/attending/fuk-i/1981eur/images/pc/slide_plev01.png");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
	background-image: url("/attending/fuk-i/1981eur/images/pc/slide_next01.png");
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
	margin: 0px 4px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff;
}

.mainH201 {
	width: 450px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -512px;
	z-index: 10;
}

/*-----------------------*/

.ancNaviWrap01 {
	background-color: #E06E16;
}
.ancNaviFlex01 {
	display: flex;
	justify-content: center;
	padding: 16px 0px;
}
.ancNaviFlex01 li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 340px;
	height: 40px;
	text-align: center;
	border-right: 1px solid #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
}
.ancNaviFlex01 li:first-child a {
	border-left: 1px solid #ffffff;
}

.ancNaviFlex01 a:link {	color: #ffffff;	text-decoration: none;}
.ancNaviFlex01 a:visited {	color: #ffffff;	text-decoration: none;}
.ancNaviFlex01 a:hover {	color:#ffffff;	text-decoration: none;}
.ancNaviFlex01 a:active {	color:#ffffff;	text-decoration: none;}

.ancNaviFlex01 li a::after {
	content: "";
	background-image: url("/attending/fuk-i/1981eur/images/pc/anc_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 8px;
	display: block;
	margin: 8px auto 0px auto;
}

/*----------------------*/

.contBlock01 {
	background-color: #F3F0E7;
	padding: 80px 0px;
}
.contNewsWrap01 {
	background-color: #ffffff;
	border: 1px solid #D3D3D3;
	border-radius: 8px;
	padding: 30px;
	display: flex;
	align-items: center;
}
.newsH301 {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 500;
	margin-right: 100px;
	flex-shrink: 0;
}
.newsContBlock01 {
	overflow: auto;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding-right: 25px;
}
.newsContBlock01 li {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 0px;
}
.newsContBlock01 .noTour{
	font-size: 20px;
	vertical-align: middle;
	height: 100%;
	padding-top: 30px;
}

.newsContBlock01 a:link {	color: #220901;	text-decoration: none;}
.newsContBlock01 a:visited {	color: #220901;	text-decoration: none;}
.newsContBlock01 a:hover {	color:#220901;	text-decoration: underline;}
.newsContBlock01 a:active {	color:#220901;	text-decoration: none;}

.newsContBlock01 li .p01 {
	flex-shrink: 0;
	margin-right: 15px;
}
.newsContBlock01 li .p01 img {
	width: 30px;
	height: auto;
}

.simplebar-track {
	background-color: #E7E7E7;
	border-radius: 30px;
}

.simplebar-scrollbar:before {
    left: 1px;
    right: 1px;

}

/*---------------------*/

.contH301 {
	text-align: center;
	font-size: 34px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 48px;
}
.contH301::before {
	content: "";
	display: block;
	background-image: url("/attending/fuk-i/1981eur/images/pc/tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px auto;
	width: 70px;
	height: 25px;
	margin: 0px auto 8px auto;
}

.osusume_inner {
	margin-top: 80px;
}

.posiRe01 {
	position: relative;
}
.contRecommend01 {
	overflow: hidden;
	padding-bottom: 25px;
}
.contRecommendFlex01 {
	/*display: flex;*/
}
.contRecommendFlex01 li {
	/*width: 238px;
	margin-right: 24px;
	flex-shrink: 0;*/
	text-align: left;
}
.contRecommendFlex01 li a {
	display: block;
}

.contRecommendFlex01 li .p01 {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.swiperPrev01 {
	position: absolute;
	left: -30px;
	top: 37%;
	transform: translateY( -50% );
}
.swiperNext01 {
	position: absolute;
	right: -30px;
	top: 37%;
	transform: translateY( -50% );
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 8px;
}


/*------------------------*/

.contBlock02Wrap01 {
	background-color: #F3F0E7;
}
.contBlock02 {
	background-color: rgba(205, 206, 190, 0.26);
	padding: 80px 0px;
}
.contH302 {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 40px;
}
.block02Flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block02Flex01 a {
	box-sizing: border-box;
	width: 244px;
	margin-top: 16px;
	background-color: #ffffff;
	border: 1px solid #D3D3D3;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	position: relative;
}
.block02Flex01 a .icon01 img {
	width: 100px;
	height: auto;
}
.block02Flex01 a .p01 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	margin-top: 4px;
}
.block02Flex01 a::after {
	content: "";
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour01_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY( -50% );
}

.block02Flex01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*------------------------*/

.contBlock03 {
	padding: 80px 0px;
}
.mapAreaWrap01 {
	position: relative;
	text-align: left;
	margin-bottom: 70px;
}
.mapBase01 {
	padding: 60px 74px 0px 140px;
}
.mapBase01 img {
	width: 810px;
	height: auto;
}

#mapBase {}

.areaMapWrap01 {
  width: 100%;
  background: url(/attending/fuk-i/1981eur/images/pc/map01.png) left top no-repeat;
  background-size: 100% auto;
	border-style: none !important;
}
.areaMap01{
  width: 100%;
  height: auto;
	border-style: none !important;
}

/*--------------*/

.tab-group01 {
	font-size: 16px;
	line-height: 1.4em;
}

.tab {
	margin-top: 15px;
}
.tab a:link {	color: #220901;	text-decoration: underline;}
.tab a:visited {	color: #220901;	text-decoration: underline;}
.tab a:hover {	color:#220901;	text-decoration: none;}
.tab a:active {	color:#220901;	text-decoration: none;}


.panel{
  display:none;
}
.panel.is-show{
  display:block;
}

/*---------------*/

.mapTit01 {
	display: inline-block;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 5px 8px;
}

.mapLinkBox01 .mapTit01 {
	background-color: #B8737B;
}
.mapLinkBox02 .mapTit01 {
	background-color: #DB8828;
}
.mapLinkBox03 .mapTit01 {
	background-color: #818664;
}
.mapLinkBox04 .mapTit01 {
	background-color: #5A708B;
}
.mapLinkBox05 .mapTit01 {
	background-color: #BBA34E;
}

.mapLinkBox01 {
	position: absolute;
	top: 0px;
	left: 214px;
}
.mapLinkBox02 {
	position: absolute;
	top: 150px;
	left: 0px;
}
.mapLinkBox03 {
	position: absolute;
	top: 150px;
	right: 0px;
}
.mapLinkBox04 {
	position: absolute;
	top: 320px;
	left: 0px;
}
.mapLinkBox05 {
	position: absolute;
	top: 400px;
	right: 0px;
}

/*-------------------*/

#tabTop {
	padding-top: 35px;
}

.panel-group .panel {
	position: relative;
	border: 2px solid #DB8828;
	padding: 70px 30px 80px 30px;
}
.tabH401Wrap01 {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -35px;
}
.tabH401 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-image: url("/attending/fuk-i/1981eur/images/pc/obi_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 964px auto;
	width: 964px;
	height: 73px;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: 500;
	margin: auto;
}

.tabContFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tabContFlex01 > li {
	width: 462px;
	margin-bottom: 48px;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
	padding: 24px;
}
.tabImgWrap01 {
	position: relative;
	margin-bottom: 20px;
}
.tabImgWrap01 .p01 {
	display: inline-flex;
	box-sizing: border-box;
	padding: 8px;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-radius: 0px 16px 0px 0px;
	background-color: #DB8828;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.tabH501 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden; 
}

.tabtext01 {
	font-size: 16px;
	line-height: 1.4em;
	display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 5;
    overflow: hidden; 
}
.tabTextPrice01 {
	text-align: right;
	color: #D7263D;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	margin: 20px auto 22px auto;
}
.tabBtn01 {}
.tabBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 8px 10px;
	background-color: #B0413E;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.tabBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.tabBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.tabBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.tabBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.tabBtn01 a span::after {
	content: "";
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 12px;
	display: inline-block;
	/*vertical-align: middle;*/
	margin-left: 16px;
}
.tabBtn01 a span {
	vertical-align: middle;
}

.tabContUl01 {
	margin: 12px auto 0px auto;
	padding-bottom: 48px;
}
.tabContUl01 li {
	margin-top: 30px;
}
.tabContUl01 li:first-child {
	margin-top: 0px;
}

.tabContUl01 li a {
	position: relative;
	border: 1px solid #DB8828;
	border-radius: 10px;
	padding: 22px 74px 22px 22px;
	display: flex;
}
.tabContUl01 li a::after {
	content: "";
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY( -50% );
}

.tabContBox01 {
	margin-right: 20px;
	flex-shrink: 0;
}
.tabContBox01 .p01 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	min-height: 48px;
	padding: 5px 10px;
	border-radius: 12px;
	background-color: #DB8828;
}

.tabContBox02 {
	width: 100%;
	
}
.tabContBox02 .p01 {
	max-width: 600px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.tabContBox02 .p02 {
	text-align: right;
	margin-top: 20px;
	color: #D7263D;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}

.tabBtn02 {
	margin-top: 12px;
	display: flex;
	justify-content: center;
}
.tabBtn02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 560px;
	height: 98px;
	padding: 10px 50px;
	border-radius: 100px;
	background-color: #DB8828;
	margin: 0px 15px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
}
.tabBtn02 a::after {
	content: "";
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY( -50% );
}

/*----------------*/

/*南ヨーロッパ諸国　DB8828　south*/
.south .panel-group .panel {
	border: 2px solid #DB8828;
}
.south .tabH401 {
	background-image: url("/attending/fuk-i/1981eur/images/pc/obi_01.png");
}
.south .tabImgWrap01 .p01 {
	background-color: #DB8828;
}
.south .tabContUl01 li a {
	border: 1px solid #DB8828;
}
.south .tabContUl01 li a::after {
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar02.png");
}
.south .tabContBox01 .p01 {
	background-color: #DB8828;
}
.south .tabBtn02 a {
	background-color: #DB8828;
}

/*北ヨーロッパ諸国　B8737B　north*/
.panel-group .panel.north {
	border: 2px solid #B8737B;
}
.north .tabH401 {
	background-image: url("/attending/fuk-i/1981eur/images/pc/obi_02.png");
}
.north .tabImgWrap01 .p01 {
	background-color: #B8737B;
}
.north .tabContUl01 li a {
	border: 1px solid #B8737B;
}
.north .tabContUl01 li a::after {
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar02_north.png");
}
.north .tabContBox01 .p01 {
	background-color: #B8737B;
}
.north .tabBtn02 a {
	background-color: #B8737B;
}

/*東ヨーロッパ諸国　818664　east*/
.panel-group .panel.east {
	border: 2px solid #818664;
}
.east .tabH401 {
	background-image: url("/attending/fuk-i/1981eur/images/pc/obi_03.png");
}
.east .tabImgWrap01 .p01 {
	background-color: #818664;
}
.east .tabContUl01 li a {
	border: 1px solid #818664;
}
.east .tabContUl01 li a::after {
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar02_east.png");
}
.east .tabContBox01 .p01 {
	background-color: #818664;
}
.east .tabBtn02 a {
	background-color: #818664;
}

/*西ヨーロッパ諸国　5A708B　west*/
.panel-group .panel.west {
	border: 2px solid #5A708B;
}
.west .tabH401 {
	background-image: url("/attending/fuk-i/1981eur/images/pc/obi_04.png");
}
.west .tabImgWrap01 .p01 {
	background-color: #5A708B;
}
.west .tabContUl01 li a {
	border: 1px solid #5A708B;
}
.west .tabContUl01 li a::after {
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar02_west.png");
}
.west .tabContBox01 .p01 {
	background-color: #5A708B;
}
.west .tabBtn02 a {
	background-color: #5A708B;
}

/*アフリカ・その他地域　BBA34E　others*/
.panel-group .panel.others {
	border: 2px solid #BBA34E;
}
.others .tabH401 {
	background-image: url("/attending/fuk-i/1981eur/images/pc/obi_05.png");
}
.others .tabImgWrap01 .p01 {
	background-color: #BBA34E;
}
.others .tabContUl01 li a {
	border: 1px solid #BBA34E;
}
.others .tabContUl01 li a::after {
	background-image: url("/attending/fuk-i/1981eur/images/pc/tour02_ar02_others.png");
}
.others .tabContBox01 .p01 {
	background-color: #BBA34E;
}
.others .tabBtn02 a {
	background-color: #BBA34E;
}

/*------------------*/

.contBlock04 {
	background-color: #F3F0E7;
	padding: 80px 0px;
}

.list-blogs.flex {
	display: flex;
	justify-content: space-between;
}
.list-blogs.flex > li {
	width: 238px;
}
.blogs-thumb img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.blogs-info {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.4em;
}
.blogs-info .date {
	display: inline-block;
	padding: 0px 10px 1px;
	background-color: #F39A32;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.blogs-group .tag {
	font-weight: 500;
	margin-bottom: 8px;
}

.list-blogs a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.blog_btn {
	margin-top: 40px;
}
.blog_btn a {
	background-color: #E06E16;
    width: 400px;
    margin: auto;
    color: #fff;
    display: block;
    text-align: center;
    padding: 24px;
    border-radius: 8px;
	font-size: 20px;
	position: relative;
}

.blog_btn a::after {
	content: '';
    width: 9px;
    height: 9px;
    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: 30px;
    margin-top: -4px;
    transition-duration: 0.3s;
}

.blog_btn a:hover {
	opacity: 0.7;
    transition-duration: 0.3s;
}

/*--------------------*/

.contBottomBtnWrap01 {
	display: flex;
	justify-content: center;
}
.contBottomBtnWrap01 li {
	width: 420px;
	margin: 0px 12px;
}
.contBottomBtnWrap01 li a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 80px;
	padding: 10px 40px 10px 30px;
	border-radius: 8px;
	border: 1px solid #E06E16;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
}
.contBottomBtnWrap01 a:link {	color: #E06E16;	text-decoration: none;}
.contBottomBtnWrap01 a:visited {	color: #E06E16;	text-decoration: none;}
.contBottomBtnWrap01 a:hover {	color:#E06E16;	text-decoration: none;}
.contBottomBtnWrap01 a:active {	color:#E06E16;	text-decoration: none;}

.contBottomBtnWrap01 li a::after {
	content: "";
	background-image: url("/attending/fuk-i/1981eur/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY( -50% );
}


/*---------*/


