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

#Search {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
}

.Search__form-group--brand {
    display: none;
}

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

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

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: 0px;
}

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

.mainvisual01 {
	margin-top: 20px;
}
.mainTextBox01 {
	width: 750px;
	margin: 40px auto;
}
.text16_16_n {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
}

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

.ancBlock01 {
	background-color: #F5F5F5;
	padding: 30px 0px;
}

.ancNavi01 {
	display: flex;
	gap: 0px 10px;
}
.ancNavi01 li {
	display: flex;
    width: 100%;
}
.ancNavi01 li div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	padding: 5px 26px 5px 10px;
	border-radius: 8px;
	background-color: #008BB6;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
	font-weight: bold;
    width: 100%;
	cursor: pointer;
}
.ancNavi01 div:link {	color: #ffffff;	text-decoration: none;}
.ancNavi01 div:visited {	color: #ffffff;	text-decoration: none;}
.ancNavi01 div:hover {	color:#ffffff;	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.ancNavi01 div:active {	color:#ffffff;	text-decoration: none;}

.ancNavi01 li div::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

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

.contBlockBase {
	padding: 30px 0px 60px;
}
.contH201 {
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 40px;
}
.contH201::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/freeplan/images/pc/tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 18px;
	margin-right: 14px;
}
.contH201::after {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/freeplan/images/pc/tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 18px;
	margin-left: 14px;
}

.pickupFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
    background-image: url("/attending/t/freeplan/images/pc/pickup_bg.png");
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: right center;
}
.pickupFlex01 li {
	width: 48%;
    background-color: #fff;
	/*display: flex;
	justify-content: space-between;*/
}
.pickupFlex01 li a {
	/*width: 48%;*/
	display: flex;
	justify-content: space-between;
}

.pickupFlex01 li a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.pickupBox01 {
	width: 44.7%;
}
.pickupBox02 {
	width: 51.4%;
}
.pickupBox02 dt {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 14px;
}
.pickupBox02 dd {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
}

.searchFlex01 {
	display: flex;
	justify-content: space-between;
}

.contBtn01 {
	width: 334px;
	margin-left: 30px;
}
.contBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 82px;
	background-color: #008BB6;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}
.contBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.contBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.contBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.contBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.contBtn01 a::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.contBtn01.contBtn02 a::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/anc_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	width: 9px;
	height: 14px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

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

.contBtn01 p.gray {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 82px;
	background-color: #999999;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #ffffff;
}

.contBtn01 p.gray::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

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

.searchBox01 {
	margin-top: 30px;
}

#SearchCourse {
	margin: auto;
}

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

.contBlockBase.bg01 {
	background-color: #F5F5F5;
}

section.tour:nth-child(odd) .contBlockBase.bg01{
	background-color: #fff;
}

.contBox01 {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 30px 15px;
	margin-bottom: 40px;
}
.contBox01Dl01 dt {
	text-align: center;
	color: #008BB6;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 24px;
}
.contBox01Flex01 {
	display: flex;
	justify-content: center;
}
.contBox01Flex01 li {
	margin: auto 12px;
}
.contBox01Flex01 li::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/freeplan/images/pc/tour_link_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px auto;
	width: 11px;
	height: 17px;
	margin-right: 5px;
	vertical-align: sub;
}
.contBox01Flex01 li a {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
}
.contBox01Flex01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.contH202 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 70px;
	position: relative;
	background-image: url("/attending/t/freeplan/images/pc/tit_icon01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 58px auto;
}

.tourContFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 1.33%;
}
.tourContFlex01 li {
    display: flex;
    flex-direction: column;
	width: 24%;
	margin-top: 35px;
	position: relative;
	border-radius: 0px 10px 10px 10px;
	/*background-color: #ffffff;
box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-webkit-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-moz-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-o-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-ms-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );*/
}
.tourContFlex01 li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.tourContFlex01 li:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.tourImg01 {
    height: 185px;
	overflow: hidden;
	border-radius: 0px 10px 0px 0px;
    background-color: #ffffff;
box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-webkit-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-moz-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-o-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-ms-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
}
.tourContFlex01 li .boxIn01 {
	padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-webkit-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-moz-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-o-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
-ms-box-shadow: 0px 5px 15px 0px rgba( 0,0,0,0.1 );
}
.tourContFlex01 li .boxIn01 .h301 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.tourContFlex01 li .boxIn01 .p01 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
    flex-grow: 1;
}
.tourContFlex01 li .boxIn01 .p02 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #F10000;
	text-align: right;
	margin: 20px 0px 0px 0px;
}
.tourContFlex01 li .flex01 {
	display: flex;
	margin-top: 5px;
}
.tourContFlex01 li .flexP01 {
	margin-right: 5px;
	flex-shrink: 0;
}
.tourContFlex01 li .flexP01 .s01 {
	font-size: 12px;
	line-height: 1.5em;
	display: inline-block;
	background-color: #F5F5F5;
	padding: 2px 5px;
}
.tourContFlex01 li .flexP02 {
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 5px;
}
.flexWrap01 {
	margin-top: 15px;
}

.tourContTabWrap01 {
	display: flex;
    margin-right: 10px;
	/*position: absolute;
	left: 0px;
	top: -28px;*/
}
.tourContTabWrap01 .tabP01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	padding: 3px 10px;
	background-color: #2A9D0A;
	color: #ffffff;
	border-radius: 6px 6px 0px 0px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
.tourContTabWrap01 .tabP01.col01 {
	background-color: #2A9D0A;
}
.tourContTabWrap01 .tabP01.col02 {
	background-color: #388BC6;
}
.tourContTabWrap01 .tabP01.col03 {
	background-color: #D19300;
}

.tourContTabWrap01 .tabP02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	box-sizing: border-box;
	height: auto;
	padding: 3px 5px;
	background-color: #ffffff;
	color: #008BB6;
	border: 1px solid #DEDEDE;
	border-radius: 6px 6px 0px 0px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
    flex: 1;
}
.tourContTabWrap01 .tabP02::before {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/tour_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 23px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

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

.contH301 {
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
}
.contH301 .s01 {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000000;
}
.contH301 .s01::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/tit_deco03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px auto;
	width: 21px;
	height: 20px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.contH301.h302 .s01::after {
	background-image: url("/attending/t/freeplan/images/pc/tit_deco03_02.png");
}

.contBox02 {
	margin-top: 60px;
}

.contBox02 .contFlex01 .p01:hover {
    text-decoration: underline;
}

.contFlex01 {
	display: flex;
	gap: 0px 2.13%;
}
.contFlex01 li {
	width: 23.4%;
}
.contFlex01 li .p01 {
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 8px;
}
.contBtnWrap01 {
	display: flex;
	gap: 0px 2.9%;
}
.contBtnWrap01 li {
	width: 31.4%;
}
.contBtnWrap01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	box-sizing: border-box;
	padding: 8px 30px 8px 75px;
	width: 100%;
	height: 100px;
	border: 2px solid #008BB6;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.contBtnWrap01 li a::before {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/cont_btn_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	width: 50px;
	height: 51px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.contBtnWrap01 li a::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px auto;
	width: 11px;
	height: 17px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}
.contBtnWrap01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.floatBtnWrap01 {
	display: none;
	width: 273px;
	position: fixed;
	right: 0px;
	bottom: 100px;
	z-index: 100;
}

#SearchCourse {
	width: auto;
}


/* その他おすすめ特集_start */
.contSlideWrap01 {
	margin-top: 46px;
}
.swiper-slider__outer {
    position: relative;
  }
  
  .bannerCassette_content .bannerImg {
      width: 230px;
      height: 173px;
      overflow: hidden;
  }
  /* 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: #008BB6;
    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 */

.Search__form-group--brand {
    display: none !important;
}

.Search_module--horizontal {
    margin-top: 30px !important;
}

.kyoten4 .contBox02 {
    margin-top: 0;
}

.bot .mainTextBox01 {
    margin-bottom: 0;
}



.contBtn01 .anc {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 82px;
	background-color: #008BB6;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
    color: #fff;
}
.contBtn01 .anc:link {	color: #ffffff;	text-decoration: none;}
.contBtn01 .anc:visited {	color: #ffffff;	text-decoration: none;}
.contBtn01 .anc:hover {	color:#ffffff;	text-decoration: none;}
.contBtn01 .anc:active {	color:#ffffff;	text-decoration: none;}

.contBtn01 .anc::after {
	content: "";
	background-image: url("/attending/t/freeplan/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

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

a.hover div {
    height: 180px;
    overflow: hidden;
}

a.hover div img {
    object-fit: cover;
}






