@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

.contents {
	font-family: "Noto Sans JP", sans-serif;
}

.fontZenMaruGothic {
	font-family: "Zen Maru Gothic", sans-serif;
}
.fontMsMadi {
	font-family: "Ms Madi", cursive;
}

/*-----------------------------*/

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

/* その他おすすめ特集_start */
.swiper-slider__outer {
    position: relative;
  }
  
  .bannerCassette_content .bannerImg {
      width: 230px;
      height: 173px;
  }

.bannerCassette_content .bannerImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

  /* swiper */
  .swiper-wrapper {
    margin-bottom: 30px;
  }
  
  .swiper-button-prev {
    top: calc(50% - 15px);
    left: -25px;
  }
  
  .swiper-button-next {
    top: calc(50% - 15px);
    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: rgba( 51,51,51,0.8 );
    border-radius: 50%;
  
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    background-image: none;
  }
  
  .swiper-button-prev:active,
  .swiper-button-next:active {
    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-container-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 10px;
  }
  
  .swiper-slider__outer .swiper-button-prev::before,
  .swiper-slider__outer .swiper-button-next::before {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  /* その他おすすめ特集_end */


/*---------------------------------
	2026/03/05
----------------------------------*/

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*------------------------*/

.weightM {
	font-weight: 500;
}
.weightB {
	font-weight: bold;
}

.text14_16_n {
	font-size: 14px;
	line-height: 1.6em;
}
.text15_16_n {
	font-size: 15px;
	line-height: 1.6em;
}
.text16_16_n {
	font-size: 16px;
	line-height: 1.6em;
}
.text17_18_n {
	font-size: 17px;
	line-height: 1.8em;
}

.imgRad_8 {
	border-radius: 8px;
}

/*------------------------*/

.mainWrap01 {
	position: relative;
	height: 45vh;
	overflow: hidden;
}
.slideCont {
	width: 100%;
	height: 45vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.slideCont.slide01 {
	background-image: url("/attending/kokunai/fujisan/images/pc/main_slide_BP20-037862D.jpg");
}
.slideCont.slide02 {
	background-image: url("/attending/kokunai/fujisan/images/pc/main_slide_BP25-039580D.jpg");
	background-position: center center;
}
.slideCont.slide03 {
	background-image: url("/attending/kokunai/fujisan/images/pc/main_slide_BP23-033364D.jpg");
}
.slideCont.slide04 {
	background-image: url("/attending/kokunai/fujisan/images/pc/main_slide_AS21-031831D.jpg");
}
.slideCont.slide05 {
	background-image: url("/attending/kokunai/fujisan/images/pc/main_slide_BP24-039724D.jpg");
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 5px;
}
.slick-dots li {
}
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 8px ;
	height: 8px;
	border-radius: 10px;
	background-color: #E9EDF2;
}
.slick-dots li.slick-active button {
	background-color: #1E63A0;
}

/*-------------------*/

.mainTitWrap01 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mainTitWrap01 .Common21__inner{
	height: 80%;
	margin: 25px auto 0;
}
.mainTit01 {
	width: auto;
	height: 100%;
}

/*---------------------*/

.mainBlock01 {
	padding: 45px 0px;
	text-align: center;
}

/*--------------------*/

.mainAncBlock01 {
	background-image: url("/attending/kokunai/fujisan/images/pc/navi_bg01.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: auto 100%;
	padding: 10px 0px;
}

.ancNaviFlex01 {
	display: flex;
	justify-content: center;
}
.ancNaviFlex01 li {
	flex-grow: 1;
	width: 100%;
}
.ancNaviFlex01 li a {
	display: flex;
	justify-content: center;
	align-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 104px;
	padding: 10px 0px 0px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
.ancNaviFlex01 li:first-child a {
	border-left: 1px solid #ffffff;
}

.naviIcon01 {
	width: 100%;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ancNaviText01 {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
}

.naviAr01 {
	width: 10px;
  height: 7px;
	line-height: 0px;
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_ar01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*-----------------------*/
.naviIcon01.li01{
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_icon01.png");
}
.naviIcon01.li02{
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_icon02.png");
}
.naviIcon01.li03{
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_icon03.png");
}
.naviIcon01.li04{
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_icon04.png");
}
.naviIcon01.li05{
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_icon05.png");
}
.naviIcon01.li06{
  background-image: url("/attending/kokunai/fujisan/images/pc/navi_icon06.png");
}
/*-----------------------*/

.contBgImg01 {
	background-image: url("/attending/kokunai/fujisan/images/pc/cont_bg01.png");
	background-repeat: repeat;
	background-position: center top;
}

.contBaseBlock01 {
	padding: 80px 0px;
}

.contBaseBlock02 {
	padding-bottom: 80px;
}

.contH201 {
	position: relative;
	text-align: center;
	padding: 40px 0px 32px;
	background-image: url("/attending/kokunai/fujisan/images/pc/cont_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 76px auto;
	margin-bottom: 40px;
}
.contH201 .s01 {
	font-size: 42px;
	line-height: 1.2em;
	font-weight: 500;
}
.contH201 .s02 {
	display: inline-block;
	font-size: 28px;
	line-height: 1.3em;
	transform: rotate( -4deg ) translateX(-50%);
	position: absolute;
	bottom: 10px;
	left: 50%;
	
	background-image: linear-gradient(90deg, #66c2f4 0%, #e9f4fa 90%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.slideSwiper a {
	display: block;
	position: relative;
	height: auto;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 13px 13px 58px;
	border: 1px solid #DFE4EA;
	
box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-webkit-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-moz-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-o-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-ms-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
}

.tourImgWrap01 {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 14px;
}
.tourImgWrap01 img {
	width: 100%;
	height: 176px;
	object-fit: cover;
	object-position: center center;
}

.tourBox01 {
	padding: 4px 6px;
	background-color: #DDF0FA;
	color: #4686E0;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 6px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tourFlex01 {
	display: flex;
	gap: 5px;
	margin-bottom: 6px;
}
.tourFlex01 li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background-color: #4686E0;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 6px;
	text-align: center;
}
.tourH301 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 6px;
}

.tourPrice01 {
	color: #DB2100;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 800;
	position: absolute;
	right: 13px;
	bottom: 13px;
}

.tourLinkBox01 {
	background: #4989BE;
	background: linear-gradient(120deg,rgba(73, 137, 190, 1) 0%, rgba(113, 199, 245, 1) 100%);
	border-radius: 8px;
	padding: 1px;
	margin-top: 60px;
}
.tourLinkBox01In {
	background-color: #ffffff;
	border-radius: 7px;
	padding: 40px 20px;
}

.contH301 {
	text-align: center;
	color: #1E63A0;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 28px;
}
.contH301::after {
	content: "";
	width: 60px;
	height: 2px;
background: #81C2FF;
background: linear-gradient(120deg,rgba(129, 194, 255, 1) 0%, rgba(137, 228, 97, 0.2) 100%);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.fujiBox03 .contH301 {
	color: #287749;
}
.fujiBox04 .contH301 {
	color: #287749;
}


.tourFlex02 {
	display: flex;
	justify-content: center;
	gap: 19px;
}
.textLink01 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	display: inline-block;
}

.textLink01 span {
	display: inline-block;
	vertical-align: middle;
}
.textLink01::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/link_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 1px 3px 0px 0px;
}

/*-------------------------*/

.fujiFlex01 {
	display: flex;
	align-items: center;
	gap: 15px 38px;
}
.fujiFlex01 .box01 {
	width: 400px;
	flex-shrink: 0;
}

.contH302 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
}
.contH302 .line01 {
	background-image: url("/attending/kokunai/fujisan/images/pc/text_line01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 6px;
}

.fujiBox01 {
	position: relative;
	background-color: #F9F9F9;
	border-radius: 8px;
	padding: 24px 24px 24px 30px;
	margin-top: 30px;
}
.triangle01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 30px solid #f9f9f9;
  border-top: 0;
	position: absolute;
	left: 50px;
	top: -25px;
}
.contH303 {
	color: #1E63A0;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	border-left: 3px solid #1E63A0;
	padding-left: 12px;
	margin-bottom: 8px;
}

.fujiFlex02 {
	display: flex;
	gap: 16px 30px;
}
.fujiFlex02 .box02 {
	width: 200px;
	flex-shrink: 0;
}

.fujiBox02 {
	position: relative;
	background-image: url("/attending/kokunai/fujisan/images/pc/cont_box_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 48px 40px;
	margin-top: 60px;
}

.contBoxDeco01 {
	width: 30px;
  height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
  background-image: url("/attending/kokunai/fujisan/images/pc/cont01_box_deco01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contBoxDeco02 {
	width: 30px;
  height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
  background-image: url("/attending/kokunai/fujisan/images/pc/cont01_box_deco02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contBoxDeco03 {
	width: 30px;
  height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
  background-image: url("/attending/kokunai/fujisan/images/pc/cont01_box_deco03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contBoxDeco04 {
	width: 30px;
  height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
  background-image: url("/attending/kokunai/fujisan/images/pc/cont01_box_deco04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*--タブ切り替え 基本-----------------------*/

.tabs {
}

.tab-list {
  display: flex;
}

.tab-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1.5px solid #1E63A0;
  border-radius: 100px;
  box-shadow: 0px 2px 8px rgba(41,64,108,0.25);
  padding: 6px 22px 6px 16px;
  color: #1E63A0;;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.tab-item::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont01_tit_pin01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 11px;
	height: 15px;
	display: inline-block;
	margin-right: 4px;
}
.tab-item::after {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 5px;
	height: 8px;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.tab-item:hover {
  background-color: #DCFAFF;
  transition-duration: 0.3s;
}

.tab-content {
}

.tab-panel {
  display: none;
}

.tab-item.active {
  background-color: #DCFAFF;
}

.tab-panel.active {
  display: block;
}
.tab-panel.active h2 {
}

/*-------------------------*/

/* .tab-list li:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
} */

.mapArea01 {
	position: relative;
}

.fujiTab01 {
	position: absolute;
	top: 328px;
	right: 73px;
}
.fujiTab02 {
	position: absolute;
	top: 38px;
	right: 305px;
}
.fujiTab03 {
	position: absolute;
	top: 80px;
	left: 416px;
}
.fujiTab04 {
	position: absolute;
	top: 105px;
	left: 273px;
}
.fujiTab05 {
	position: absolute;
	top: 190px;
	left: 175px;
}
.fujiTab06 {
	position: absolute;
	top: 560px;
	left: 60px;
}
.fujiTab07 {
	position: absolute;
	top: 155px;
	right: 50px;
}
.fujiTab08 {
	position: absolute;
	top: 210px;
	right: 105px;
}
.fujiTab09 {
	position: absolute;
	top: 310px;
	left: 300px;
}
.fujiTab10 {
	position: absolute;
	top: 510px;
	left: 270px;
}

.fujiTabCont01 {
	position: relative;
	margin-top: 32px;
}
.fujiTabCont01::after {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont01_tab_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 400px;
	height: 14px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.fujiTabBox01 {
	background: #4989BE;
	background: linear-gradient(120deg,rgba(73, 137, 190, 1) 0%, rgba(113, 199, 245, 1) 100%);
	border-radius: 8px;
	padding: 1px;
}
.fujiTabBox01In {
	background-color: #ffffff;
	border-radius: 7px;
	padding: 32px;
}

.contH304 {
	position: relative;
	color: #1E63A0;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 500;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.contH304::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont01_tit_pin01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 14px;
	height: 19px;
	display: inline-block;
	margin-right: 8px;
}
.contH304::after {
	content: "";
background: #3259A0;
background: linear-gradient(120deg,rgba(50, 89, 160, 1) 0%, rgba(50, 89, 160, 0) 100%);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.fujiFlex03 {
	display: flex;
	gap: 16px 38px;
}
.fujiFlex03 .box01 {
	width: 400px;
	flex-shrink: 0;
}

.fujiTabFlex01 {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.fujiTabBtn01 {
	width: 100%;
}
.fujiTabBtn01 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	width: 100%;
	height: 58px;
	background-color: #1E76C0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	position: relative;
}
.fujiTabBtn01 button::after {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont01_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 8px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.fujiTabBtn01 button:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.fujiImgDeco01 {
	width: 310px;
	position: absolute;
	right: 31px;
	bottom: -75px;
}

.fujiImgDeco02 {
	width: 320px;
	position: absolute;
	left: 0px;
	bottom: -75px;
}

/*--------------------*/

.fujiBox03 {
	position: relative;
	background-image: url("/attending/kokunai/fujisan/images/pc/cont_box_bg02.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 48px 40px;
	margin-top: 60px;
}
.fujiFlex04 {
	display: flex;
	gap: 24px;
}
.fujiFlex04 .box01 {
	width: 500px;
	flex-shrink: 0;
}
.fujiUlFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0px;
}
.fujiUlFlex01 li {
	box-sizing: border-box;
	width: 100%;
}
.fujiUlFlex01 li.li02 {
	width: 48%;
}
.rootH401 {
	background-image: url("/attending/kokunai/fujisan/images/pc/root_tit_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 4px;
	margin-bottom: 12px;
}
.rootIcon {
  background-repeat: no-repeat;
	background-position: center center;
  background-size: contain;
  width: 22px;
  height: 15px;
	line-height: 0px;
	margin-right: 8px;
}

.rootH401 .rootIcon {
  background-image: url("/attending/kokunai/fujisan/images/pc/cont02_map_icon01.png");
}
.rootH402 .rootIcon {
  background-image: url("/attending/kokunai/fujisan/images/pc/cont02_map_icon02.png");
}
.rootH403 .rootIcon {
  background-image: url("/attending/kokunai/fujisan/images/pc/cont02_map_icon03.png");
}
.rootH404 .rootIcon {
  background-image: url("/attending/kokunai/fujisan/images/pc/cont02_map_icon04.png");
}

.rootH401 .h401 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
}
.rootH401 .rootText01 {
	border: 1px solid #E13F3F;
	color: #E13F3F;
	border-radius: 100px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	padding: 2px 12px;
	margin-right: 10px;
}

.rootH401.rootH402 {
	background-image: url("/attending/kokunai/fujisan/images/pc/root_tit_bg02.png");
}
.rootH401.rootH403 {
	background-image: url("/attending/kokunai/fujisan/images/pc/root_tit_bg03.png");
}
.rootH401.rootH404 {
	background-image: url("/attending/kokunai/fujisan/images/pc/root_tit_bg04.png");
}
.rootH401.rootH402 .rootText01 {
	border: 1px solid #4581D5;
	color: #4581D5;
}
.fujiUlFlex01 li.li02 {
	width: 47%;
}

/*--------------------*/

.fujiBox04 {
	position: relative;
	background-image: url("/attending/kokunai/fujisan/images/pc/cont_box_bg03.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 48px 40px;
	margin-top: 60px;
}
.fujiBox05 {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 32px 40px;
	margin-top: 24px;
}

.fujiH401 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 22px;
	text-align: center;
	color: #287749;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 22px;
}
.fujiH401 .s01 {
	display: inline-block;
}
.fujiH401::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont02_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 17px;
	height: 27px;
}
.fujiH401::after {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont02_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 17px;
	height: 27px;
}

.fujiTable01 {
	width: 100%;
	border-bottom: 1px solid #DFE4EA;
	margin-top: 24px;
}
.fujiTable01 th {
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #DFE4EA;
	color: #287749;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 500;
	padding: 8px 15px;
	box-sizing: border-box;
	width: 120px;
	position: relative;
}
.fujiTable01 td {
	border-top: 1px solid #DFE4EA;
	font-size: 15px;
	line-height: 1.6em;
	padding: 8px 0px;
}
.tdCont01 {
	padding-left: 15px;
	border-left: 1px solid #DFE4EA;
}
.fujiTable01 th .p01 {
	display: flex;
}
.fujiTable01 th .p01::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont02_icon_check01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 13px;
	height: 12px;
	margin-top: 4px;
	margin-right: 8px;
}

.fujiFlex05 {
	display: flex;
	gap: 40px;
}
.fujiImg01 {
	width: 130px;
	flex-shrink: 0;
}

.fujiBox06 {
	border: 2px dotted #287749;
	border-radius: 8px;
	padding: 20px 24px;
	margin-top: 24px;
	color: #287749;
}
.contH401 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}
.contH401::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/cont02_icon_excla01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: inline-block;
	width: 18px;
	height: 16px;
	margin-right: 10px;
}

.fujiText01 {
	font-size: 12px;
	line-height: 1.6em;
	text-align: right;
	margin-top: 5px;
}
.textLink02 {
	color: #2199DA;
	font-weight: 500;
	text-decoration: underline;
}
.textLink02:hover {
	text-decoration: none;
}
.textLink02::before {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/icon_blank01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 2px;
}

/*----------------------*/

.sessionSlide a {
	display: block;
	position: relative;
	height: auto;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 13px 13px 16px;
	border: 1px solid #DFE4EA;
	
box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-webkit-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-moz-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-o-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
-ms-box-shadow: 2px 2px 8px 0px rgba( 51,51,51,0.1 );
}
.sessionTable01 {
	width: 100%;
	border-top: 1px solid #DFE4EA;
	border-left: 1px solid #DFE4EA;
}
.sessionTable01 th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #DFE4EA;
	border-right: 1px solid #DFE4EA;
	padding: 8px;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	white-space: nowrap;
}
.sessionTable01 td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #DFE4EA;
	border-right: 1px solid #DFE4EA;
	padding: 6px;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
}
.colRed01 {
	font-weight: bold;
	color: #DB2100;
}

.movieBox01 {
	background-image: url("/attending/kokunai/fujisan/images/pc/movie_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 30px;
	display: flex;
	gap: 30px;
	position: relative;
}
.movieBox01 .box01 {
	width: 400px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
}

/*---------------------------*/

.contH305 {
	position: relative;
	color: #1E63A0;
	font-size: 36px;
	line-height: 1.6em;
	font-weight: 500;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.contH305::after {
	content: "";
background: #3259A0;
background: linear-gradient(120deg,rgba(50, 89, 160, 1) 0%, rgba(50, 89, 160, 0) 100%);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.movieFuki01 {
	position: relative;
	background-color: #4686E0;
	border-radius: 60px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	padding: 5px 24px;
	display: inline-block;
	margin-bottom: 10px;
}
.triangle02 {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #4686e0;
  border-bottom: 0;
	position: absolute;
	left: 30px;
	bottom: -15px;
}
.movieImg01 {
	width: 160px;
	margin: 15px 0px auto auto;
}

/*---------------------------*/

.charmFlex01 {
	display: flex;
	justify-content: space-between;
}
.charmFlex01 li {
	width: 23%;
}
.charmH401 {
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 12px;
}
.charmH401 .s01 {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.charmH401 .s01::after {
	content: "";
	height: 2px;
	width: 100%;
background: #BADE9F;
background: linear-gradient(120deg,rgba(186, 222, 159, 1) 0%, rgba(186, 222, 159, 0) 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.contDeco01 {
	width: 130px;
	position: absolute;
	left: 70px;
	bottom: -40px;
}
.contDeco02 {
	width: 130px;
	position: absolute;
	right: 70px;
	bottom: -40px;
}

.spotFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0px;
}
.spotFlex01 li {
	width: 448px;
	display: flex;
}

.reverse01 {
	flex-direction: row-reverse;
}

.spotFlex01 li .box01 {
	position: relative;
	width: 44.2%;
}
.spotFlex01 li .box01 img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
}

.spotFlex01 li.reverse01 .box01 img {
	left: auto;
	right: 0px;
}

.spotFlex01 li .box02 {
	background-color: #ffffff;
	border-radius: 14px;
	padding: 16px 18px 16px 30px;
	box-sizing: border-box;
	width: 55.8%;
	flex-shrink: 0;
	margin-top: 20px;
}
.spotFlex01 li.reverse01 .box02 {
	padding: 16px 28px 16px 18px;
}

.spotP01 {
	background-color: #DDF0FA;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 50px;
	color: #4686E0;
	font-size: 13px;
	line-height: 1.0em;
	font-weight: 500;
	margin-bottom: 8px;
}
.spotH401 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.spotH401::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/kokunai/fujisan/images/pc/cont01_tit_pin01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 14px;
	height: 19px;
	position: absolute;
	left: 0px;
	top: 4px;
}

/*-------------------------*/

.boxShadow01 {
	border-radius: 8px;
	overflow: hidden;
box-shadow: 0px 2px 8px 0px rgba( 51,51,51,0.25 );
-webkit-box-shadow: 0px 2px 8px 0px rgba( 51,51,51,0.25 );
-moz-box-shadow: 0px 2px 8px 0px rgba( 51,51,51,0.25 );
-o-box-shadow: 0px 2px 8px 0px rgba( 51,51,51,0.25 );
-ms-box-shadow: 0px 2px 8px 0px rgba( 51,51,51,0.25 );
}

.btnBlock01 {
	background-image: url("/attending/kokunai/fujisan/images/pc/btnblock_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0px;
}
.btnFlex01 {
	display: flex;
	justify-content: space-between;
}
.btnFlex01 li {
	width: 48.8%;
}

.contBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #1E63A0;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
	position: relative;
}
.contBtn01::after {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 10px;
	height: 15px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.Search_module--horizontal {
	border: 1px solid #DFE4EA;
	border-radius: 8px;
}

/*-------------------------*/

.faqFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.faqFlex01 li {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #DFE4EA;
	border-bottom: 1px solid #DFE4EA;
	padding: 0px 20px;
	cursor: pointer;
}
.acWrap01 {
	padding: 16px 0px;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 17px;
	line-height: 1.6em;
	position: relative;
}

.acWrap01::after {
	content: "";
	background-image: url("/attending/kokunai/fujisan/images/pc/faq_ac_plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.acWrap01.open::after {
	background-image: url("/attending/kokunai/fujisan/images/pc/faq_ac_minus.png");
}

.acQ01 {
	width: 38px;
	height: 38px;
	background-color: #1E63A0;
	border-radius: 50px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.acA01 {
	width: 38px;
	height: 38px;
	background-color: #DDF0FA;
	border-radius: 50px;
	color: #1E63A0;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-bottom: 5px;
}

.acCont01 {
	display: none;
}
.acCont01In {
	background-image: url("/attending/kokunai/fujisan/images/pc/ac_line_dot01.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 1px;
	padding: 16px 0px;
	display: flex;
	gap: 20px;
	font-size: 16px;
	line-height: 1.6em;
}











