@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;
}

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

#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-prev01,
 .swiper-button-prev02,
 .swiper-button-prev03,
 .swiper-button-prev04,
  .swiper-button-prev {
    top: calc(50% - 15px);
    left: -25px;
  }
  
.swiper-button-next01,
.swiper-button-next02,
.swiper-button-next03,
.swiper-button-next04,
  .swiper-button-next {
    top: calc(50% - 15px);
    right: -25px;
  }
  
  .swiper-button-next01:after,
  .swiper-button-prev01:after {
    content: none;
  }
  .swiper-button-next02:after,
  .swiper-button-prev02:after {
    content: none;
  }
  .swiper-button-next03:after,
  .swiper-button-prev03:after {
    content: none;
  }
  .swiper-button-next04:after,
  .swiper-button-prev04:after {
    content: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: none;
  }
  
  .swiper-button-prev01.swiper-button-disabled,
  .swiper-button-next01.swiper-button-disabled {
    display: none;
  }
  .swiper-button-prev02.swiper-button-disabled,
  .swiper-button-next02.swiper-button-disabled {
    display: none;
  }
  .swiper-button-prev03.swiper-button-disabled,
  .swiper-button-next03.swiper-button-disabled {
    display: none;
  }
  .swiper-button-prev04.swiper-button-disabled,
  .swiper-button-next04.swiper-button-disabled {
    display: none;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: none;
  }

     .swiper-button-prev01,
  .swiper-button-next01,
 .swiper-button-prev02,
  .swiper-button-next02,
 .swiper-button-prev03,
  .swiper-button-next03,
 .swiper-button-prev04,
  .swiper-button-next04,
  .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-prev01:active,
  .swiper-button-next01:active,
 .swiper-button-prev02:active,
  .swiper-button-next02:active,
 .swiper-button-prev03:active,
  .swiper-button-next03:active,
 .swiper-button-prev04:active,
  .swiper-button-next04:active,
  .swiper-button-prev:active,
  .swiper-button-next:active  {
    transition: all 0.3s;
    opacity: 0.5;
  }
  
    .swiper-button-prev01:before,
  .swiper-button-next01:before,
 .swiper-button-prev02:before,
  .swiper-button-next02:before,
 .swiper-button-prev03:before,
  .swiper-button-next03:before,
 .swiper-button-prev04:before,
  .swiper-button-next04:before,
  .swiper-button-prev:before,
  .swiper-button-next:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
  }
  
    .swiper-button-prev01::before, 
.swiper-button-prev02::before, 
.swiper-button-prev03::before, 
.swiper-button-prev04::before, 
  .swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  
    .swiper-button-next01::before,
.swiper-button-next02::before,
.swiper-button-next03::before,
.swiper-button-next04::before,
  .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-prev01::before,
  .swiper-slider__outer .swiper-button-next01::before {
    border-top: 3px solid #61574B;
    border-right: 3px solid #61574B;
  }
.swiper-slider__outer .swiper-button-prev02::before,
  .swiper-slider__outer .swiper-button-next02::before {
    border-top: 3px solid #61574B;
    border-right: 3px solid #61574B;
  }
.swiper-slider__outer .swiper-button-prev03::before,
  .swiper-slider__outer .swiper-button-next03::before {
    border-top: 3px solid #61574B;
    border-right: 3px solid #61574B;
  }
.swiper-slider__outer .swiper-button-prev04::before,
  .swiper-slider__outer .swiper-button-next04::before {
    border-top: 3px solid #61574B;
    border-right: 3px solid #61574B;
  }
.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------------------------------*/

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: -98px;
	bottom: -171px;
}
.mainBgRight01 {
	position: absolute;
	right: -92px;
	bottom: -159px;
}
.mainTextWrap01 {
	text-align: center;
	width: 555px;
	margin: 40px auto 48px auto;
}
.LinkFlex01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	margin-top: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.linkTop {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/AS23-051054D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.LinkFlex01 li a.linkTop::before {
	content: "";
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/link_btn03_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 556px auto;
	width: 556px;
	height: 157px;
	position: absolute;
	left: -20px;
	bottom: -36px;
}

.LinkFlex01 li a.linkKokunai {
	background-image: url("/attending/jyoshitabi/kokunai/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/kokunai/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/kokunai/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/kokunai/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: #E56036;
	border: 2px solid #E56036;
	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/kokunai/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;
}

.h201Wrap01 {
	text-align: center;
}
.contH201 {
	display: inline-block;
	position: relative;
	font-weight: bold;
	margin-bottom: 48px;
}
.contH201 .s01 {
	display: block;
	color: #FFA800;
	font-size: 28px;
	line-height: 1.4em;
}
.contH201 .s02 {
	display: block;
	color: #EF7550;
	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 {
	width: 440px;
}
.tab {
	position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
	box-sizing: border-box;
	height: 56px;
  padding: 10px 10px 10px 64px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #E33A23;
	margin-top: 24px;
}
.tab:first-child {
	margin-top: 0px;
}

/*.tab:nth-child(n+2) {
  border-left: 1px solid #333;
}*/
.tab.active {
	background-color: #FFCCBB;
}

.tab::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -20px;
}
.tab:nth-child(1)::before {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_icon01.png");
}
.tab:nth-child(2)::before {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_icon02.png");
}
.tab:nth-child(3)::before {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_icon03.png");
}
.tab:nth-child(4)::before {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_icon04.png");
}
.tab:nth-child(5)::before {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_icon05.png");
}
.tab:nth-child(6)::before {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_icon06.png");
}


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

.tabContFlex01 {
	display: flex;
	justify-content: space-between;
}
.tabFlexBox01 {
	width: 320px;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 40px;
    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;
}
.tabFlexBox01 p {
    margin-bottom: 20px;
}

.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%;
	background-color: #EF7550;
	border: 2px solid #EF7550;
	border-radius: 60px;
	transition-duration: 0.3s;
    line-height: 1.2;
    padding: 7px 0;
    height: 48px;
	font-weight: 700;
}
.tabBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.tabBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.tabBtnWrap01 a:hover {
	text-decoration: none;
	color: #EF7550;
	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 #EF7550;
  border-right: solid 2px #EF7550;
	transition-duration: 0.3s;
}

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

.tabBtnWrap01 button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	background-color: #EF7550;
	border: 2px solid #EF7550;
	border-radius: 60px;
	transition-duration: 0.3s;
	color: #ffffff;
    line-height: 1.2;
    padding: 5px 0;
    height: 48px;
	font-weight: 700;
}
.tabBtnWrap01 button:hover {
	color: #EF7550;
	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 #EF7550;
  border-right: solid 2px #EF7550;
	transition-duration: 0.3s;
}


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

.cont02Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/kokunai/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: 18px;
	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/kokunai/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/kokunai/images/pc/cont04_bg_base01.png");
	background-repeat: no-repeat;

	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont04Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 52px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.cont04Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 32px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

.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 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 44px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.cont05Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

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

/*-----------------------------------
	国内
------------------------------------*/

.mainSyupatuchi01 {
	box-sizing: border-box;
	height: 32px;
	padding: 4px 10px 5px 10px;
	color: #ED8F52;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 50px;
	position: absolute;
	left: 177px;
	top: -6px;
}

.contentsBlock01 {
	text-align: center;
	margin: 80px auto 80px auto;
}
.contentsH201 {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: "Outfit", sans-serif;
}
.contentsH201 .s01 {
	display: inline-block;
	border-bottom: 1px solid #252525;
}
.contentsAncFlex01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contentsAncFlex01 li {
	margin: 12px 5px 0px 5px;
}
.contentsAncFlex01 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 32px;
	padding: 10px;
	border: 1px solid #252525;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
}
.contentsAncFlex01 li a:link {	color: #252525;	text-decoration: none;}
.contentsAncFlex01 li a:visited {	color: #252525;	text-decoration: none;}
.contentsAncFlex01 li a:hover {	color:#252525;	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contentsAncFlex01 li a:active {	color:#252525;	text-decoration: none;}

.contentsAncFlex01 li a::after {
  content: '';
	display: inline-block;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #252525;
  border-right: solid 2px #252525;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	vertical-align: middle;
	margin-left: 8px;
}

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

.contentsBlock02 {
	margin: 80px auto 80px auto;
}

.contentsBlock02 .contH201 .s01 {
	color: #FFA800;
}
.contentsBlock02 .contH201 .s02 {
	color: #EF7550;
}
.contentsBlock02 .contH201 .icon01 {
	position: absolute;
	bottom: 10px;
	left: -72px;
}
.contentsBlock02 .contH201 .icon02 {
	position: absolute;
	bottom: 10px;
	right: -66px;
}
.contentsBlock02Flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentsBlock02Flex01 li {
	width: 32.2%;
	margin-bottom: 16px;
}
.contentsBlock02Flex01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 62px;
	border: 2px solid #EF7550;
	border-radius: 16px;
	background-color: #EF7550;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	transition-duration: 0.3s;
}
.contentsBlock02Flex01 li a:link {	color: #ffffff;	text-decoration: none;}
.contentsBlock02Flex01 li a:visited {	color: #ffffff;	text-decoration: none;}
.contentsBlock02Flex01 li a:hover {	color:#EF7550;	text-decoration: none;
	transition-duration: 0.3s;
	background-color: #ffffff
}
.contentsBlock02Flex01 li a:active {	color:#ffffff;	text-decoration: none;}

.contentsBlock02Flex01 li 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;
}
.contentsBlock02Flex01 li a:hover::after {
  border-top: solid 2px #EF7550;
  border-right: solid 2px #EF7550;
	transition-duration: 0.3s;
}

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

.anc01Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.anc01Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 35px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc01Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 50px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc01Block .contH201 .s01 {
	color: #69C33E;
}
.anc01Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc01Block .contH201 .icon01 {
	position: absolute;
	bottom: 0;
	left: -92px;
}
.anc01Block .contH201 .icon02 {
	position: absolute;
	bottom: 0;
	right: -71px;
}


/*国内海外*/
.Tour_box02 {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
    position: relative;
}
.kokunai_cts .sec_kokunai, .kaigai_cts .sec_kaigai {
    width: 980px;
    margin: 0 auto;
}
.kokunai_cts .sec_kokunai .tour,.kaigai_cts .sec_kaigai .tour {
    margin-bottom: 30px;
}
.kokunai_cts .inner_kokunai .spot01 .txt, .kaigai_cts .inner_kaigai .spot01 .txt {
    margin-bottom: 20px;
}
.kaigai_cts .inner_kaigai .spot02 .txt {
    margin-bottom: 80px;
}
/*
.kokunai_cts .inner_kokunai .spot02 .txt {
    margin-bottom: 135px;
}
*/
.spot__list .place {
    text-align: center;
}
.spot__list .place span {
    color: #DC83B8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: 0 5px;
    margin: 0 auto;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
}
.kokunai_cts .spot__list .place span {
    color: #DC83B8;
}
.kaigai_cts .spot__list .place span {
    color: #3D98CC;
}
.spot__list .place span::after {
    content: "";
    display: block;
    width: 10px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: -10px;
}
.kokunai_cts .spot__list .place span::after {
    background: url(/attending/gw/kokunai/images/pin.png);
}
.kaigai_cts .spot__list .place span::after {
    background: url(/attending/gw/kaigai/images/pin.png);
}
.kokunai_02 {
    display: block;
    width: 500px;
    border-radius: 50px;
    border: 2px solid #DA85B7;
    padding: 20px 0;
    color: #DA85B7;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px auto 0;
    background-color: #FFF4FA;
    box-shadow: 0 6px #F2C7E0;
}
.kokunai_02::after {
    content: '';
    border-top: 3px solid #DA85B7;
    border-right: 3px solid #DA85B7;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.kaigai_02 {
    display: block;
    width: 500px;
    border-radius: 50px;
    border: 2px solid #3797CE;
    padding: 20px 0;
    color: #3797CE;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px auto 0;
    background-color: #E5F4FD;
    box-shadow: 0 6px #96D5F8;
}
.kaigai_02::after {
    content: '';
    border-top: 3px solid #3797CE;
    border-right: 3px solid #3797CE;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.kokunai_h2.heading__pink {
    margin-bottom: 25px;
}
.Search__box {
    margin-bottom: 80px;
}
.backtoTop {
    margin-top: 10px;
}
.kokunai_cts .list__GWsearch, .kaigai_cts .list__GWsearch {
    width: 1024px;
}
.Search__form {
    padding: 30px 20px!important;
}

/*ツアー*/
.Tour_box {
   /* display: flex;*/
    /*justify-content: flex-start;*/
    position: relative;
}
.Tour__details {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding-bottom: 10px;*/
}

.Tour__details a{
	display:block;
	height:100%;
}

.tour {
    /*display: flex;
    flex-direction: column;*/
    width: 230px;
    height: auto!important;
	border: 1px solid #8E8E8E;
    border-radius: 0px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 0px 0px 0;
   /* box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    transition: .3s;
}
.tour:not(:nth-child(4n)) {
    margin-right: 20px;
}
.tour a:hover {
    opacity: 0.7;
}
.tour__photo {
    width: auto;
    height: auto;
    border-radius: 0;
    overflow: hidden;
}
.Tour_box .tour .point {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 4px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	border-radius: 4px;
}
.sec_kokunai .Tour_box .tour .point {
    background: #F5E1ED;
    color: #DC83B8;
}
.sec_kaigai .Tour_box .tour .point {
    background: #ED8F52;
    color: #ffffff;
}
.Tour_box .tour .icon_wrap {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.Tour_box .depart, .Tour_box .icon {
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
	border-radius: 50px;
}
.Tour_box .depart span, .Tour_box .icon span{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
}
.sec_kokunai .Tour_box .depart,.sec_kokunai .Tour_box .icon {
    color: #DC83B8;
    border: #DC83B8 solid 1px;
}
.sec_kaigai .Tour_box .depart,.sec_kaigai .Tour_box .icon {
    color: #EF7550;
    border: #EF7550 solid 1px;
}
.depart {
    width: 48.5%;
    text-align: left;
}
.icon {
    width: 48.5%;
}

.Tour_box .ttl {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
}
.Tour_box .txt, .Tour_box .date {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
/*
.Tour_box .txt {
    margin-bottom: 40px;
}
*/
.tour dl {
    margin-bottom: 40px;
	padding: 0px 10px;
    display: flex;
    flex-direction: column;
}
.Tour_box .date {
    margin-bottom: 30px;
}
.Tour_box .price {
    font-size: 16px;
    font-weight: 600;
    color: #EF5A2C;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin-top: auto;
	font-family: "Outfit", sans-serif;
}
.btn_01 {
    display: block;
    width: 500px;
    border-radius: 50px;
    padding: 20px 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 30px auto 0;
}
.btn_01::after {
    content: '';
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.btn.kokunai {
    background-color: #DC83B8;
    box-shadow: 0 6px #F2C7E0;
}
.btn.kaigai {
    background-color: #3797CE;
    box-shadow: 0 6px #96D5F8;
}
.btn:hover {
    opacity: 0.7;
}
.ranking_box .spot .ttl {
    font-size: 22px;
}
.spot .ttl {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
}
.spot .ttl span {
    font-size: 14px;
}
.spot .txt {
    font-size: 14px;
    margin-bottom: 20px;
}

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

.anc02Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 80px 0px;
}
/*.anc02Block .bg01 {
	position: absolute;
	top: 29px;
	left: 30px;
}*/
.anc02Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 63px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1200px;
}

/*.anc01Block .contH201 .s01 {
	color: #69C33E;
}
.anc01Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc02Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -144px;
}
.anc02Block .contH201 .icon02 {
	position: absolute;
	bottom: 0px;
	right: -110px;
}

.tabFlexBox01.flexBox02 {
	width: 48%;
	margin-bottom: 36px;
}
.flexWrap {
	flex-wrap: wrap;
}

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

.anc03Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 26px 0px 80px 0px;
}
.anc03Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc03Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc03Block .contH201 .s01 {
	color: #69C33E;
}
.anc03Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc03Block .contH201 .icon01 {
	position: absolute;
	bottom: 24px;
	left: -66px;
}
.anc03Block .contH201 .icon02 {
	position: absolute;
	bottom: 6px;
	right: -60px;
}

.onnsenn .tabFlexBox01 .h301 .s03::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont_tit_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 18px;
	vertical-align: middle;
	margin-right: 6px;
}

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

.anc04BlockBase01 {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont04_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 80px;
}

.anc04Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
.anc04Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 47px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
/*.anc04Block .bg02 {
	position: absolute;
	top: 0px;
	right: 37px;
}*/

/*.anc04Block .contH201 .s01 {
	color: #69C33E;
}
.anc04Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc04Block .contH201 .icon01 {
	position: absolute;
	bottom: 6px;
	left: -78px;
}
.anc04Block .contH201 .icon02 {
	position: absolute;
	bottom: 6px;
	right: -70px;
}

.osusumeFlex01 {
	display: flex;
	justify-content: flex-start;
}
.osusumeFlex01 .tour {
	width: 23.8%;
	
}

.tabBtnWrap01.osusume {
	margin-top: 32px;
}
.tabBtnWrap01.osusume a {
	width: 400px;
	margin: auto;
}

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

.anc05Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
/*.anc05Block .bg01 {
	position: absolute;
	top: 47px;
	left: 32px;
}*/
.anc05Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc05Block .contH201 .s01 {
	color: #69C33E;
}
.anc05Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc05Block .contH201 .icon01 {
	position: absolute;
	bottom: 6px;
	left: -78px;
}
.anc05Block .contH201 .icon02 {
	position: absolute;
	bottom: 6px;
	right: -70px;
}

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

.anc06Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
.anc06Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 48px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
/*.anc06Block .bg02 {
	position: absolute;
	top: 0px;
	right: 23px;
}*/

/*.anc06Block .contH201 .s01 {
	color: #69C33E;
}
.anc06Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc06Block .contH201 .icon01 {
	position: absolute;
	bottom: 6px;
	left: -78px;
}
.anc06Block .contH201 .icon02 {
	position: absolute;
	bottom: -6px;
	right: -125px;
}

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

.anc07Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
/*.anc07Block .bg01 {
	position: absolute;
	top: 48px;
	left: 44px;
}*/
.anc07Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 44px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1250px;
}

/*.anc07Block .contH201 .s01 {
	color: #69C33E;
}
.anc07Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc07Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -84px;
}
.anc07Block .contH201 .icon02 {
	position: absolute;
	bottom: -6px;
	right: -80px;
}

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

.anc08Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
.anc08Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 65px;
	left: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
/*.anc08Block .bg02 {
	position: absolute;
	top: 65px;
	right: 0px;
}*/

/*.anc08Block .contH201 .s01 {
	color: #69C33E;
}
.anc07Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc08Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -84px;
}
.anc08Block .contH201 .icon02 {
	position: absolute;
	bottom: -6px;
	right: -128px;
}

.tabContFlex01.flexWrap.swiper-wrapper {
	flex-wrap: nowrap;
}

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

.anc09Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
/*.anc09Block .bg01 {
	position: absolute;
	top: 65px;
	left: 30px;
}*/
.anc09Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 10px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;

}

/*.anc09Block .contH201 .s01 {
	color: #69C33E;
}
.anc09Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc09Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -84px;
}
.anc09Block .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -80px;
}

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

.anc10Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 0px 0px;
}
.anc10Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: -20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc10Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 10px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc10Block .contH201 .s01 {
	color: #69C33E;
}
.anc10Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc10Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -110px;
}
.anc10Block .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -180px;
}

.tabBtnWrap01.mt08 {
	margin-top: 8px;
}

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

.anc11Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/search01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.anc11Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 14px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc11Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 29px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc11Block .contH201 .s01 {
	color: #69C33E;
}
.anc11Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc11Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -70px;
}
.anc11Block .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -90px;
}

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

.anc1102Block {
	position: relative;
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/important01_bg_base01.png"), url("/attending/jyoshitabi/kokunai/images/pc/important01_bg_base02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 297px auto 354px auto;
	background-color: #ffe1d8;
	padding: 80px 0px 80px 0px;
}
.anc1102Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 14px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc1102Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 29px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc1102Block .contH201 .s01 {
	color: #69C33E;
}
.anc1102Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc1102Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -104px;
}
.anc1102Block .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -80px;
}

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

.cont04Block.kokunai {
	position: relative;
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/blog01_bg_base01.png");
	background-repeat: no-repeat;

	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.cont04Block.kokunai .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.cont04Block.kokunai .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 32px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

.cont04Block.kokunai .contH201 .s01 {
	color: #FFA800;
}
.cont04Block.kokunai .contH201 .s02 {
	color: #EF7550;
}
.cont04Block.kokunai .contH201 .icon01 {
	position: absolute;
	bottom: -10px;
	left: -80px;
}
.cont04Block.kokunai .contH201 .icon02 {
	position: absolute;
	bottom: 5px;
	right: -50px;
}

.cont04Block.kokunai .blogs-info .tag {
	background-color: #EF7550;
}
.cont04Block.kokunai .tabBtnWrap01.blog a {
	background-color: #EF7550;
	border: 2px solid #EF7550;
}
.cont04Block.kokunai .tabBtnWrap01.blog a:hover {
	color: #EF7550;
	background-color: #ffffff;
}

.cont04Block.kokunai .tabBtnWrap01.blog a:hover::after {
  border-top: solid 2px #EF7550;
  border-right: solid 2px #EF7550;
}

.tabFlexBox01.flexBox03 {
	width: 24%;
}

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

.kiotsuketaikotoFlex {
	display: flex;
	justify-content: space-between;
}
.contTextBox01 {
	text-align: center;
	margin: -20px auto 50px auto;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 500;
}

.conrH301 {
	color: #E33A23;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 18px;
}
.tabAreaImg01 img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.tabAreaText01 {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
}

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

.anc13Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/search01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 80px 0px 80px 0px;
}
.anc13Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 37px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc13Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 37px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc13Block .contH201 .s01 {
	color: #69C33E;
}
.anc13Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc13Block .contH201 .icon01 {
	position: absolute;
	bottom: 0px;
	left: -70px;
}
.anc13Block .contH201 .icon02 {
	position: absolute;
	bottom: -5px;
	right: -110px;
}

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

.contFaqBox01 {
	border: 1px solid #252525;
	padding: 0px 24px;
	margin-top: 24px;
}
.contFaqBox01:first-child {
	margin-top: 0px;
}

.contFaqAc01 {
	position: relative;
	display: flex;
	align-items: center;
	padding: 24px 54px 24px 0px;
}
.contFaqAc01::after {
	content: "";
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/faq01_ac01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto;
	width: 26px;
	height: 27px;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -14px;
}
.contFaqAc01.open::after {
	background-image: url("/attending/jyoshitabi/kokunai/images/pc/faq01_ac01_on.png");
}

.contFaqAc01 .p01 {
	padding-right: 20px;
	border-right: 1px solid #252525;
	box-sizing: border-box;
	width: 54px;
}
.contFaqAc01 .p01 img {
	width: 31px;
	height: auto;
}
.contFaqAc01 .p02 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	padding-left: 24px;
}

.contFaqConWrap {
	display: none;
}
.contFaqCont01 {
	padding: 24px 54px 24px 0px;
	border-top: 1px solid #7f7f7f;
	display: flex;
	align-items: center;
}
.contFaqCont01 .p01 {
	padding-right: 20px;
	border-right: 1px solid #252525;
	box-sizing: border-box;
	width: 54px;
}
.contFaqCont01 .p01 img {
	width: 28px;
	height: auto;
}
.contFaqCont01 .p02 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	padding-left: 24px;
}
.contFaqCont01 .p02 a{
	text-decoration:underline;
}
.dispBlock {
	display: block;
}

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

.swiper-scrollbar-drag {
	background-color: #EF7550;
}


.swiper-button-next01,
.swiper-button-prev01 {
  position: absolute;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next02,
.swiper-button-prev02 {
  position: absolute;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next03,
.swiper-button-prev03 {
  position: absolute;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next04,
.swiper-button-prev04 {
  position: absolute;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.cont05Block .contH201 .s02 {
    color: #4d94ba;
}

.tabBtnWrap01 button.day {
    width: 400px;
    margin: 0 auto;
}


.tabBtnWrap01.osusume a, .tabBtnWrap01.osusume button {
    height: 58px;
}

.tabBtnWrap01.osusume.zekkei a {
    background-color: #ffa800;
    border: 2px solid #ffa800;
    height: 58px;
}

.tabBtnWrap01.osusume.zekkei a:hover {
    color: #ffa800;
    background-color: #ffffff;
}

.tabBtnWrap01.osusume.zekkei a:hover::after {
  border-top: solid 2px #ffa800;
  border-right: solid 2px #ffa800;
}

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

.anc14Block {
	position: relative;
	/*background-image: url("/attending/jyoshitabi/kokunai/images/pc/cont01_bg_base01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 26px 0px 80px 0px;
}
.anc14Block .bg01 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 1200px;
}
.anc14Block .bg02 img {
    height: auto;
    width: auto;
	position: absolute;
	top: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 1150px;
}

/*.anc14Block .contH201 .s01 {
	color: #69C33E;
}
.anc14Block .contH201 .s02 {
	color: #0D9C00;
}*/
.anc14Block .contH201 .icon01 {
	position: absolute;
	bottom: 10px;
	left: -120px;
}
.anc14Block .contH201 .icon02 {
	position: absolute;
	bottom: 6px;
	right: -100px;
}

