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

/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&family=Outfit&display=swap");
*/

.contents {
    letter-spacing: 0.1em;
}

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.0;
}

.confirmation {
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
}

.sample {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 500px;
    margin: 20px auto 40px auto;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.1);
}
  
/* 見出し_start */
.Common21__section-ttl-lev1 {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
content: "";
display: block;
width: 40px;
height: 4px;
position: absolute;
bottom: -15px;
}
/* 見出し_end */

/* 遷移ボタン_start */
.search__btn {
  margin-bottom: 20px;
}
.search__btn:first-of-type {
  margin-top: 20px;
}
.search__btn button {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: transform 0.3s, background-color 0.3s;
}
.search__btn button::before,
.search__btn button::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
}
.search__btn button::before {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.search__btn button::after {
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) rotate(45deg);
}
.search__btn button:hover {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.search__btn button:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.search__btn button:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
/* 遷移ボタン_end */

.Common21__section-ttl-lev1::before {
left: 50%;
transform: translateX(-100%);
background: var(--corporate-color);
}

.Common21__section-ttl-lev1::after {
left: 50%;
background: var(--sub-corporate-color);
}

/* その他おすすめ特集_start */
.swiper-slider__outer {
    position: relative;
  }
  
  .bannerCassette_content .bannerImg {
      width: 230px;
      height: 173px;
  }
  /* 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: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    background-image: none;
    border: 1px solid #61574B;
  }
  
  .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 #61574B;
    border-right: 3px solid #61574B;
  }
  /* その他おすすめ特集_end */

/*---2023/12/12------------------------------*/
.contents {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

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

.contIn1024 {
	width: 1024px;
	margin: auto;
	position: relative;
}
.mainTit01 {
	position: absolute;
	top: 46px;
	left: 22px;
}
.mainBgLeft01 {
	position: absolute;
	left: -95px;
	bottom: -95px;
}
.mainBgRight01 {
	position: absolute;
	right: -79px;
	bottom: -110px;
}
.mainTextWrap01 {
	width: 560px;
	margin: 40px auto 48px auto;
}

.mainTextWrap01 p {
    font-size: 1.4rem;
    line-height: 2.0;
}

.LinkFlex01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.LinkFlex01 li {
}
.LinkFlex01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 492px;
	height: 226px
}
.LinkFlex01 li a:link {	color: #ffffff;	text-decoration: none;}
.LinkFlex01 li a:visited {	color: #ffffff;	text-decoration: none;}
.LinkFlex01 li a:hover {	color:#ffffff;	text-decoration: none;}
.LinkFlex01 li a:active {	color:#ffffff;	text-decoration: none;}

.LinkFlex01 li a.linkKokunai {
	background-image: url("/attending/jyoshitabi/images/pc/link_btn01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.LinkFlex01 li a.linkKokunai::before {
	content: "";
	background-image: url("/attending/jyoshitabi/images/pc/link_btn01_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 544px auto;
	width: 544px;
	height: 101px;
	position: absolute;
	left: -39px;
	bottom: -36px;
}

.LinkFlex01 li a.linkKaigai {
	background-image: url("/attending/jyoshitabi/images/pc/link_btn02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.LinkFlex01 li a.linkKaigai::before {
	content: "";
	background-image: url("/attending/jyoshitabi/images/pc/link_btn02_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 544px auto;
	width: 544px;
	height: 101px;
	position: absolute;
	right: -36px;
	bottom: -31px;
}

.LinkFlex01 li a .p01 {
	font-size: 35px;
	line-height: 1.23em;
	font-weight: bold;
}
.LinkFlex01 li a .p02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 300px;
	height: 42px;
	background-color: #ED8F52;
	border: 2px solid #ED8F52;
	border-radius: 50px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	margin-top: 30px;
	transition-duration: 0.3s;
}
.LinkFlex01 li a:hover .p02 {
	background-color: #ffffff;
	color: #ED8F52;
	transition-duration: 0.3s;
}

.LinkFlex01 li a .p02::after {
  content: '';
  width: 7px;
  height: 7px;
  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: 16px;;
  margin-top: -4px;
	transition-duration: 0.3s;
}
.LinkFlex01 li a:hover .p02::after {
  border-top: solid 2px #ED8F52;
  border-right: solid 2px #ED8F52;
	transition-duration: 0.3s;
}

.LinkFlex01 li a.linkKaigai .p02 {
	background-color: #D9AACD;
	border: 2px solid #D9AACD;
}
.LinkFlex01 li a.linkKaigai:hover .p02 {
	background-color: #ffffff;
	color: #D9AACD;
}
.LinkFlex01 li a.linkKaigai:hover .p02::after {
  border-top: solid 2px #D9AACD;
  border-right: solid 2px #D9AACD;
}

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

.cont01Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont01Block .bg01 {
	position: absolute;
	top: 65px;
	left: 0px;
}
.cont01Block .bg02 {
	position: absolute;
	top: 50px;
	right: 0px;
}

.cont01Block .contH201 .icon01 {
    bottom: -15px;
}

.cont01Block .contH201 .icon02 {
    bottom: 3px;
}

.h201Wrap01 {
	text-align: center;
}
.contH201 {
	display: inline-block;
	position: relative;
	font-weight: bold;
	margin-bottom: 48px;
}
.contH201 .s01 {
	display: block;
	color: #DEA000;
	font-size: 28px;
	line-height: 1.4em;
}
.contH201 .s02 {
	display: block;
	color: #EB7F00;
	font-size: 42px;
	line-height: 1.4em;
}
.contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -96px;
}
.contH201 .icon02 {
	position: absolute;
	bottom: 18px;
	right: -48px;
}

/* ------------------------- */
/* タブ */
/* ------------------------- */
.tab-area {
  display: flex;
	justify-content: space-between;
  margin: 0px auto 40px;
}
.tab {
	position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	width: 492px;
	height: 100px;
  padding: 10px;
	border: 3px solid #F6C84F;
	border-radius: 16px;
	color: #838383;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
}
/*.tab:nth-child(n+2) {
  border-left: 1px solid #333;
}*/
.tab.active {
	border: 3px solid #EB8900;
  color: #3D3D3D;
}
.tab.active::after {
	content: "";
  background: #EB8900;
  height: calc(tan(60deg) * 22px / 2);
  width: 22px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: -20px;
}

/* ------------------------- */
/* タブの中身 */
/* ------------------------- */
.panel {
  display: none;
}
.panel.active {
  display: block;
}

.tabContFlex01 {
	display: flex;
	justify-content: space-between;
}
.tabFlexBox01 {
	width: 320px;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
    display: flex;
    flex-direction: column;
    height: auto;
}
.tabFlexBox01 .h301 {
	margin: 16px 0px 16px 0px;
	display: flex;
	align-items: center;
}
.tabFlexBox01 .h301 .s01 img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin-right: 14px;
}
.tabFlexBox01 .h301 .s01 {
	display: inline-block;
}
.tabFlexBox01 .h301 .s02 {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}
.tabFlexBox01 .h301 .s03 {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
}
.tabBtnWrap01 {
	margin-top: auto;
}
.tabBtnWrap01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	background-color: #EC9D2E;
	border: 2px solid #EC9D2E;
	border-radius: 60px;
	transition-duration: 0.3s;
	font-weight: 600;
}
.tabFlexBox01 p {
    padding-bottom: 20px;
}
.tabBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.tabBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.tabBtnWrap01 a:hover {
	text-decoration: none;
	color: #EC9D2E;
	background-color: #ffffff;
	transition-duration: 0.3s;
}
.tabBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

.tabBtnWrap01 a::after {
  content: '';
  width: 7px;
  height: 7px;
  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: 16px;;
  margin-top: -4px;
	transition-duration: 0.3s;
}
.tabBtnWrap01 a:hover::after {
  border-top: solid 2px #EC9D2E;
  border-right: solid 2px #EC9D2E;
	transition-duration: 0.3s;
}

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

.tabBtnWrap01 button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    background: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	background-color: #EC9D2E;
	border: 2px solid #EC9D2E;
	border-radius: 60px;
	transition-duration: 0.3s;
	color: #ffffff;
}
.tabBtnWrap01 button:hover {
	color: #EC9D2E;
	background-color: #ffffff;
	transition-duration: 0.3s;
}

.tabBtnWrap01 button::after {
  content: '';
  width: 7px;
  height: 7px;
  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: 16px;;
  margin-top: -4px;
	transition-duration: 0.3s;
}
.tabBtnWrap01 button:hover::after {
  border-top: solid 2px #EC9D2E;
  border-right: solid 2px #EC9D2E;
	transition-duration: 0.3s;
}


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

.cont02Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/images/pc/cont02_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont02Block .bg01 {
	position: absolute;
	top: 26px;
	left: 37px;
}
.cont02Block .bg02 {
	position: absolute;
	top: 49px;
	right: 0px;
}

.cont02Block .contH201 .s01 {
	color: #69C33E;
}
.cont02Block .contH201 .s02 {
	color: #0D9C00;
}
.cont02Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -72px;
}
.cont02Block .contH201 .icon02 {
	position: absolute;
	bottom: 0;
	right: -56px;
}

.cont02Block .tab {
	border: 3px solid #8DDD67;
}
.cont02Block .tab.active {
	border: 3px solid #0D9C00;
}
.cont02Block .tab.active::after {
  background: #0D9C00;
}

.cont02Block .tabBtnWrap01 a {
	background-color: #00A984;
	border: 2px solid #00A984;
}
.cont02Block .tabBtnWrap01 a:hover {
	color: #00A984;
	background-color: #ffffff;
}

.cont02Block .tabBtnWrap01 a:hover::after {
  border-top: solid 2px #00A984;
  border-right: solid 2px #00A984;
}

.cont02Block .tabBtnWrap01 button {
	background-color: #00A984;
	border: 2px solid #00A984;
}
.cont02Block .tabBtnWrap01 button:hover {
	color: #00A984;
	background-color: #ffffff;
}

.cont02Block .tabBtnWrap01 button:hover::after {
  border-top: solid 2px #00A984;
  border-right: solid 2px #00A984;
}

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

.cont03Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/images/pc/cont03_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont03Block .bg01 {
	position: absolute;
	top: 52px;
	left: 0px;
}
.cont03Block .bg02 {
	position: absolute;
	top: 12px;
	right: 34px;
}

.cont03Block .contH201 .s01 {
	color: #DE8500;
}
.cont03Block .contH201 .s02 {
	color: #E56036;
}
.cont03Block .contH201 .icon01 {
	position: absolute;
	bottom: 10px;
	left: -80px;
}
.cont03Block .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -80px;
}

.cont03Flex01 {
	display: flex;
	justify-content: space-between;
	width: 880px;
	margin: auto;
}
.cont03FlexBox01 {
	width: 420px;
	text-align: center;
}
.cont03FlexBox01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 186px;
	background-color: #ffffff;
	border: 3px solid #E86C45;
	border-radius: 16px;
}
.cont03FlexBox01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #252525;
  border-right: solid 2px #252525;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
	right: 24px;
}

.cont03FlexBox01 a .img01 {
	margin-bottom: 14px;
}
.cont03FlexBox01 a .img01 img {
	width: 90px;
	height: auto;
}
.cont03FlexBox01 a .p01 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.cont03FlexBox01 a .p01::before {
	content: "";
	width: 100%;
	height: 9px;
	background-color: #FFFCB9;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.cont03FlexBox01 a .p01 .s01 {
	position: relative;
}

.cont03FlexBox01 .text01 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 500;
	margin-top: 13px;
}

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

.cont04Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/images/pc/cont04_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont04Block .bg01 {
	position: absolute;
	top: 52px;
	left: 15px;
}
.cont04Block .bg02 {
	position: absolute;
	top: 32px;
	right: 27px;
}

.cont04Block .contH201 .s01 {
	color: #9E68B1;
}
.cont04Block .contH201 .s02 {
	color: #755DBB;
}
.cont04Block .contH201 .icon01 {
	position: absolute;
	bottom: -10px;
	left: -40px;
}
.cont04Block .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -24px;
}

.list-blogs {
	display: flex;
	justify-content: space-between;
}
.list-blogs___item {
	width: 492px;
}
.list-blogs___item a {
	position: relative;
	display: flex;
	box-sizing: border-box;
	border: 1px solid #000000;
	padding: 16px 40px 16px 16px;
}
.list-blogs___item a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #252525;
  border-right: solid 2px #252525;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
	right: 24px;
}

.blogs-thumb {
	box-sizing: content-box;
	width: 200px;
	flex-shrink: 0;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #888888;
}
.blogs-thumb img {
	width: 200px;
	height: 158px;
	object-fit: cover;
}
.blogs-info {}
.blogs-info .tag {
	background-color: #7B68B1;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	padding: 1px 5px;
}
.blogs-info .date {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
	margin: 4px auto 0px auto;
}
.blogs-info .blogs-ttl {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
	margin: 18px auto 0px auto;
}

.tabBtnWrap01.blog {
	margin-top: 40px;
}
.tabBtnWrap01.blog a {
	background-color: #7B68B1;
	border: 2px solid #7B68B1;
	width: 400px;
	margin: auto;
}
.tabBtnWrap01.blog a:hover {
	color: #7B68B1;
	background-color: #ffffff;
}

.tabBtnWrap01.blog a:hover::after {
  border-top: solid 2px #7B68B1;
  border-right: solid 2px #7B68B1;
}

.tabBtnWrap01.blog button {
	background-color: #7B68B1;
	border: 2px solid #7B68B1;
}
.tabBtnWrap01.blog button:hover {
	color: #7B68B1;
	background-color: #ffffff;
}

.tabBtnWrap01.blog button:hover::after {
  border-top: solid 2px #7B68B1;
  border-right: solid 2px #7B68B1;
}

.blogCyusyaku01 {
	text-align: right;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 500;
	margin-top: 5px;
}

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

.cont05Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/images/pc/cont05_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont05Block .bg01 {
	position: absolute;
	top: 44px;
	left: 0px;
}
.cont05Block .bg02 {
	position: absolute;
	top: 30px;
	right: 24px;
}

.cont05Block .contH201 .s01 {
	color: #9E68B1;
}
.cont05Block .contH201 .s02 {
	color: #4d94ba;
}
.cont05Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -80px;
}
.cont05Block .contH201 .icon02 {
	position: absolute;
	bottom: 0px;
	right: -80px;
}

.cont05Block .swiper-scrollbar-drag {
    background: #4d94ba;
}


















