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

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600&display=swap');

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

.contents {
	font-family: "Noto Sans JP", sans-serif;
	color: #080705;
}

.fontZenOldMincho {
	font-family: "Zen Old Mincho", serif;
}

.fontCormorantGaramond {
	font-family: "Cormorant Garamond", serif;
}

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

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

/*検索モジュールstart*/
    .wrap {
        /*width: 100%;
        height: 100%;
        background-color: #e5e5e5;*/
    }

    .inner_horizontal {
        padding: 50px 0 80px;
    }

    .Search_module--horizontal {
        width: 1024px;
        margin: 0 auto;
    }

    .Search_module--horizontal:not(:last-of-type) {
        margin-bottom: 80px;
    }

.Search__form-ttl {
	display: none;
}

/*検索モジュールend*/

/*ブログ*/
.blog{
	clear: both;
	overflow: hidden;
	
}
.blog dl{
	float: left;
	width: 192px;
	height: 140px;
	position: relative;
	background: #000000;
}
.blog dl .pht{
	height: 140px;
}
.blog dl .date{
	display: none;
}
.blog dl .pht img{
	    width: 100%;
}
.blog dl dt{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 6px;
	
}
.blog dl dt a{
		color: #ffffff;
	line-height: 1.4;

}
.blog dl dt a:hover {
	text-decoration: underline;
}

/*------------------------------
	2025/09/08
-------------------------------*/

/* ------------------------- */
/* タブ */
/* ------------------------- */

/* ------------------------- */
/* タブの中身 */
/* ------------------------- */

.panel {
  display: none;
}
.panel.active {
  display: block;
}

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

/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.slider {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}

/* スライド */
.slide {
  /*width: calc(100vw / 3);*/ /* 3はスライドの枚数 */
	margin-right: 8px;
}
/* スライドの画像 */
.slide img {
  display: block;
  width: auto;
	height: 370px;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

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

.slideWrap01 {
	margin-top: 30px;
	position: relative;
}
.mainBlock01 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mvtxt img {
	width: 598px;
	height: auto;
	margin: auto;
}

.mainBlock02 {
	padding: 52px 0px;
}
.mainFlex01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0px 16px;
}
.mainH1 {
	margin-bottom: 20px;
}
.mainText01 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
}

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

.tripBlock01 {
	background-image: url("/attending/t/every25th_anniversary/images/pc/trip_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 55px 0px;
}
.contH2Wrap01 {
	border-left: 3px solid #D60011;
	padding-left: 3px;
	margin-bottom: 40px;
}
.contH2Wrap01In {
	border-left: 1px solid #D60011;
	padding-left: 16px;
}
.contH2Wrap01 .h201 {
	font-size: 32px;
	line-height: 1.0em;
	font-weight: 500;
    letter-spacing: 2px;
}
.contH2Wrap01 .p01 {
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 600;
	margin-top: 16px;
}

.contH2Wrap01.h2Wrap02 {
	border-left: 3px solid #008BCA;
}
.h2Wrap02 .contH2Wrap01In {
	border-left: 1px solid #008BCA;
}

.contH2Wrap01.h2Wrap03 {
	border-left: 3px solid #DE8B00;
}
.h2Wrap03 .contH2Wrap01In {
	border-left: 1px solid #DE8B00;
}

.contH2Wrap01.h2Wrap04 {
	border-left: 3px solid #80B118;
}
.h2Wrap04 .contH2Wrap01In {
	border-left: 1px solid #80B118;
}

.tripSwiperWrap01 {}
.tripBox01 {
	display: flex;
	gap: 0px 24px;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #E4E4E4;
	background-color: #ffffff;
}
.tourImgBox01 {
	width: 300px;
	flex-shrink: 0;
}
.tourImgText01 {
	background: #D8C082;
background: linear-gradient(90deg,rgba(216, 192, 130, 1) 0%, rgba(174, 133, 76, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.6em;
}
.tourImgText01::before {
	content: "";
	background-image: url("/attending/t/every25th_anniversary/images/pc/cont_icon03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
}


.tourUl01 {
	display: flex;
	gap: 8px;
}
.tourHatsu01 {
	border: 1px solid #AE854C;
	border-radius: 2px;
	color: #AE854C;
	font-size: 14px;
	line-height: 1.5em;
	padding: 4px 8px;
	display: inline-flex;
	align-items: center;
}
.tourHatsu01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every25th_anniversary/images/pc/cont_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 16px;
	margin-right: 8px;
	flex-shrink: 0;
}

.tourDay01 {
	border: 1px solid #AE854C;
	border-radius: 2px;
	color: #AE854C;
	font-size: 14px;
	line-height: 1.5em;
	padding: 4px 8px;
	display: inline-flex;
	align-items: center;
}
.tourDay01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every25th_anniversary/images/pc/cont_icon02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 18px;
	margin-right: 8px;
	flex-shrink: 0;
}

.tourH401 {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 16px auto 12px;
}
.tourText01 {
	font-size: 14px;
	line-height: 1.6em;
	margin: 12px auto 16px;
}
.tourText02 {
	text-align: right;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 500;
}
.tourText02 .s01 {
	font-size: 19px;
	line-height: 1.6em;
	font-weight: bold;
	color: #A90003;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px auto;
  position:absolute;
  top:var(--swiper-navigation-top-offset,50%);
  width: 48px;
  height: 48px;
}
.swiper-button-next {
	background-image: url("/attending/t/every25th_anniversary/images/pc/slide_ar01.png");
	right: 146px;
}
.swiper-button-prev {
	background-image: url("/attending/t/every25th_anniversary/images/pc/slide_ar02.png");
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

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

.contBlock01 {
	margin: 88px;
}
.contBox01 {
	width: 900px;
	margin: auto;
}

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

.contBlock02 {
	margin: 88px auto 88px;
}
.tabBlock01 {
	position: relative;
	z-index: 0;
	border-bottom: 1px solid #080705;
	margin-bottom: 64px;
}

.tabArea01 {
	position: relative;
	z-index: 1;
	display: flex;
	width: 1024px;
	margin: auto;
}
.tabArea01 .tab {
	position: relative;
	flex-grow: 1;
	background-color: #F3F2EF;
	/*border-top: 1px solid #080705;
	border-right: 1px solid #080705;
	border-bottom: 1px solid #080705;*/
	border: 1px solid #838382;
	/*border: 1px solid #080705;*/
	margin-bottom: -1px;
	margin-left: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 76px;
	z-index: 1;
	color: #838382;
	cursor: pointer;
}
.tabArea01 .tab.active {
	background-color: #ffffff;
	border-top: 3px solid #080705;
	border-right: 1px solid #080705;
	border-bottom: none;
	border-left: 1px solid #080705;
	color: #080705;
}
.tabAncWrap01 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0.8%;
	margin-bottom: 80px;
}
.tabAncWrap01 li {
	width: 32.8%;
}
.tabAncWrap01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 32px;
	width: 100%;
	height: 56px;
	border: 1px solid #080705;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	transition-duration: 0.3s;
}
.tabAncWrap01 li a:hover {
	background-color: #F1EFED;
	transition-duration: 0.3s;
}

.tabAncWrap01 li a::after {
	content: "";
	background-image: url("/attending/t/every25th_anniversary/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.contH202 {
	margin-bottom: 45px;
	text-align: center;
}
.contH202 .h202 {
	display: inline-block;
	padding-left: 140px;
	padding-right: 140px;
	background-image: url("/attending/t/every25th_anniversary/images/pc/tit_deco01.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 8px;
	font-size: 32px;
	line-height: 1.6em;
	font-weight: 500;
    letter-spacing: 2px;
}
.contH202 .h202 .s01 {
	display: inline-block;
	padding: 0px 16px;
	background-color: #ffffff;
}
.contH202 .p01 {
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 600;
}
.tabAncContBox01 {
	margin-top: 80px;
}
.tabContFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3.8%;
}
.tabContFlex01 > li {
	width: 30.8%;
}
.tabContFlex01 > li a {
	display: block;
	height: 100%;
	padding-bottom: 102px;
	position: relative;
}

.tabContBox01 {
	/*position: relative;*/
	padding: 16px 0px 0px;
}

.tabContBox01 .tourText01 {
	width: 100%;
	height: 3.2em;
	position: absolute;
	left: 0px;
	bottom: 46px;
	margin: 0px;
}
.tabContBox01 .tourText02 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 5px;
	margin: 0px;
}
.tourText02 p {
	font-weight: 400;
}
.tabContFlex01 > li a:hover .tourH401 {
	text-decoration: underline;
}
.tabContFlex01 .tourUl01 {
	justify-content: space-between;
	align-items: center;
}
.tabContFlex01 .tourImgBox01 {
	width: auto;
}
.tourHatsu02 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.tourHatsu02::before {
	content: "";
	background-image: url("/attending/t/every25th_anniversary/images/pc/cont_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 16px;
	margin-right: 8px;
	flex-shrink: 0;
}

.tabContFlex01 .tourDay01 {
	color: #080705;
	border: 1px solid #9B9B9B;
}

.tabContBox01 .tourH401 {
	margin-bottom: 0px;
}

.contBtn01 {
	text-align: center;
	margin-top: 60px;
}
.contBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url("/attending/t/every25th_anniversary/images/pc/cont_btn_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 620px auto;
	width: 620px;
	height: 74px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	color: #ffffff;
	margin: auto;
}

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

.searchAreaBlock01 {
	background-color: #ffffff;
	border-top: 3px solid #B98E52;
	padding-top: 3px;
}
.searchAreaBlock01In {
	background-color: #F3F2EF;
	border-top: 1px solid #B98E52;
	padding: 80px 0px 0px;
}
.searchAreaBox01 {
	position: relative;
	padding-bottom: 80px;
}
.searchAreaBox01::after {
	content: "";
	background-image: url("/attending/t/every25th_anniversary/images/pc/search_bg_text01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 508px auto;
	width: 508px;
	height: 41px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.noTour{
	text-align: center;
}

#SNSCampaign {
	padding: 80px 0px 30px;
}


#SNSCampaign .contBtn01 a {
	background-image: url("/attending/t/every25th_anniversary/images/pc/cont_btn_bg02.png");
}














/*---*/

