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

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");

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

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

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

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

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

.Search__form-ttl {
	display: none;
}

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

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

/*------------------------------
	2025/06/19
-------------------------------*/

.contents {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.fontMontserrat {
	font-family: "Montserrat", sans-serif;
}

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

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

.mainBlock01 {
	background-color: #f2f9ff;
	padding: 28px 0px 60px;
}
.mainCont01 {
	position: relative;
}
.mainLogo01 {
	text-align: center;
	height: 74px;
}
.mainLogo01 img {
	width: 120px;
	height: auto;
}

.mainSlideWrap01 {
	border-radius: 50px;
	overflow: hidden;
}
.mainTit01 {
	position: absolute;
	left: 0px;
	top: 3px;
	z-index: 1;
}
.mainTit01 .h101 img {
	width: 409px;
	height: auto;
}
.mainPlane01 {
	position: absolute;
	top: 16px;
	left: 218px;
	opacity: 0;
	animation-duration: 0.6s;
}

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

@keyframes plane {
	from {
		opacity: 0;
		transform: translate3d(-200%, 200%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.inviewBox {
	animation-name: plane;
}

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

.mainText01 {
	position: absolute;
	top: 300px;
	right: -39px;
	z-index: 1;
}
.mainText01 img {
	width: 344px;
	height: auto;
}
.mainTextBox01 {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 25px 30px 30px;
	box-sizing: border-box;
	width: 700px;
    margin: -70px auto 0;
    position: relative;
	z-index: 1;
	box-shadow: 0px 0px 15px 0px rgba(0, 96, 226, 0.2);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 96, 226, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 96, 226, 0.2);
	-o-box-shadow: 0px 0px 15px 0px rgba(0, 96, 226, 0.2);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 96, 226, 0.2);
}
.mainTextBox01 .dl01 dt {
	color: #e30034;
	font-size: 18px;
	line-height: 1.45em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 18px;
}
.mainTextBox01 .dl01 dd {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 500;
}

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

.contNaviBlock01 {
	background-color: #0060e3;
	padding: 60px 0px 50px;
}

.contH201 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.45em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.contH201::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65px auto;
	width: 65px;
	height: 35px;
	margin-right: 20px;
}
.contH201::after {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 64px auto;
	width: 64px;
	height: 42px;
	margin-left: 20px;
}

.contH201.colBlue {
	color: #0060e3;
}
.contH201.colBlue::before {
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_tit02_deco01.png");
}
.contH201.colBlue::after {
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_tit02_deco02.png");
}

/* ------------------------- */
/* タブ */
/* ------------------------- */
.tab-area {
	display: flex;
	gap: 20px 20px;
	cursor: pointer;
}
.tab {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 242px;
	height: 64px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #0060e3;
	font-size: 20px;
	line-height: 1.45em;
	font-weight: bold;
}
.tab.active {
	background-color: #ffffcb;
}

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

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

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

.contNaviBlock02 {
	background-color: #0060e3;
	padding: 0px 0px 70px;
}

.ancBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 30px 5px 5px;
	width: 400px;
	height: 64px;
	margin: auto;
	border-radius: 10px;
	background-color: #ffffff;
	color: #0060e3;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.ancBtn01 a::after {
	content: "";
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px auto;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.ancBtn01 a:hover {
	background-color: #ffffcb;
}

.ancBtnBlock01 {
	margin-top: 50px;
}
.ancBtnFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}
.ancBtnFlex01 li {
	width: 328px;
}
.ancBtnFlex01 li a {
}
.ancBtnFlex01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 30px 5px 5px;
	width: 100%;
	height: 64px;
	margin: auto;
	border-radius: 10px;
	background-color: #ffffff;
	color: #0060e3;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.ancBtnFlex01 li a::after {
	content: "";
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px auto;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.ancBtnFlex01 li a:hover {
	background-color: #ffffcb;
}

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

.tabBlock01 {
	background-color: #f2f9ff;
	padding: 70px 0px 60px;
}
.contH301 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
	padding-left: 14px;
	border-left: 5px solid #0060e3;
	margin-bottom: 20px;
}
.contFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	margin-top: 20px;
}
.flexBox01 {
	position: relative;
	display: block;
	border: 1px solid #0060e2;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	width: 502px;
	padding: 34px 15px 44px;
	text-align: left;
}
.flexBox01 .p01 {
	color: #ffffff;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	display: inline-flex;
	box-sizing: border-box;
	padding: 5px 10px 7px;
	background-color: #0060e3;
	border-radius: 0px 0px 10px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.flexBox01 .p02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.flexBox01 .p03 {
	position: absolute;
	right: 18px;
	bottom: 15px;
}
.flexBox01 .p03 .s01 {
	color: #e30034;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 600;
}
.flexBox01 .p03 .s02 {
	font-size: 13px;
	line-height: 1.3em;
	margin-left: 10px;
}

.contMt30 {
	margin-top: 30px;
}
.alc {
	text-align: center;
}

.accordionWrap {
	text-align: center;
}

.acMore01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 55px 10px 34px;
	width: 174px;
	height: 56px;
	position: relative;
	background-color: #0060e3;
	border-radius: 100px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 30px;
	cursor: pointer;
}
.acMore01::after {
	content: "";
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_ac_btn_plus01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.acMore01 .s01 {
	display: inline;
}
.acMore01 .s02 {
	display: none;
}

.accordionWrap.open .acMore01 .s01 {
  display: none;
}

.accordionWrap.open .acMore01 .s02 {
  display: inline;
}
.accordionWrap.open .acMore01::after {
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_ac_btn_minus01.png");
}

/* .acCont01 {
	display: none;
} */

.directionBlock01 {
	padding: 50px 0px 0px;
}
.line01 {
	height: 1px;
	background-color: #dce4eb;
	margin-top: 50px;
}

.contH202 {
	position: relative;
	padding-left: 92px;
	color: #0060e3;
	margin-bottom: 30px;
}
.contH202 .s01 {
	display: block;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
}
.contH202 .s02 {
	display: block;
	color: #8fbcf8;
	font-size: 15px;
	line-height: 1.25em;
	font-weight: 600;
}

.contPlane01 {
	width: 79px;
	position: absolute;
	left: 0px;
	top: 17px;
	opacity: 0;
	animation-duration: 0.6s;
}

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

.directionFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 2%;
}
.directionFlexBox01 {
	display: block;
	width: 32%;
	border: 1px solid #0060e2;
	border-radius: 10px;
	position: relative;
}
.directionFlexBox01 .img01 {
	padding: 15px 15px 12px;
}
.boxCountry01 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0060e3;
	box-sizing: border-box;
	padding: 5px 10px 7px;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
	color: #ffffff;
}
.boxCountry01 .p01 {
	width: 16px;
	margin-right: 8px;
}
.directionBoxIn01 {
	/*padding: 8px 15px 70px;*/
	padding: 8px 15px 110px;
}
.directionFlex02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.directionFlex02 .p01 {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: #0060e3;
}
.directionFlex02 .p01::before {
	content: "";
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_icon_plane01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	width: 24px;
	height: 10px;
	display: inline-block;
	margin-right: 2px;
}
.directionFlex02 .p02 {
	display: inline-block;
	background-color: #f2f9ff;
	border: 1px solid #dce4eb;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}
.directionFlex02 .p02::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_icon_calendar.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	width: 20px;
	height: 18px;
	margin-right: 7px;
}
.directionH301 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.directionText01 {
	font-size: 14px;
	line-height: 1.55em;
	position: absolute;
	bottom: 68px;
	left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.directionPriceWrap01 {
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.directionPriceWrap01 .p01 {
	color: #e30034;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
.directionPriceWrap01 .p01 .s01 {
	font-weight: 600;
}
.directionPriceWrap01 .p02 {
	font-size: 13px;
	line-height: 1.4em;
    height: 1em;
}

.directionBtn01 {
	text-align: center;
	margin-top: 40px;
}
.directionBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 620px;
	height: 66px;
	margin: auto;
	padding: 5px 30px;
	background-color: #e30034;
	border-radius: 10px;
	position: relative;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #ffffff;
}
.directionBtn01 a::after {
	content: "";
	background-image: url("/attending/t/every_kimiiro/images/pc/cont_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px auto;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

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

.searchBlock01 {
	background-color: #f2f9ff;
	margin-top: 70px;
}

.snsBlock01 {
	color: #ffffff;
	background-color: #0060e3;
	padding: 60px 0px 70px;
}
.contH203 {
	text-align: center;
	margin-bottom: 30px;
}
.contH203 .s01 {
	display: block;
	color: #5ca1ff;
	font-size: 15px;
	line-height: 1.25em;
	font-weight: 600;
}
.contH203 .s01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every_kimiiro/images/pc/follow_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px;
	width: 8px;
	height: 11px;
	margin-right: 10px;
}
.contH203 .s01::after {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/every_kimiiro/images/pc/follow_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px;
	width: 8px;
	height: 11px;
	margin-left: 10px;
}

.contH203 .s02 {
	display: block;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
}
.snsText01 {
	text-align: center;
	font-size: 15px;
	line-height: 1.65em;
	font-weight: 500;
}

.snsFlex01 {
	display: flex;
	justify-content: space-between;
	gap: 0px 20px;
	margin-top: 30px;
}
.snsFlexBox01 {
	display: block;
	box-sizing: border-box;
	width: 241px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 35px 32px;
	text-align: center;
}
.snsFlexBox01 .img01 {
	margin-bottom: 15px;
}
.snsFlexBox01 .img01 img {
	width: auto;
	height: 50px;
}
.snsFlexBox01 .p01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 28px;
	padding: 3px 15px;
	background-color: #0060e3;
	border-radius: 50px;
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
}

.blogBlock01 {
	padding: 60px 0px 70px;
}
.blogBlock01 .blog {
	display: flex;
	justify-content: space-between;
}

.contH204 {
	text-align: center;
	margin-bottom: 20px;
}
.contH204 img {
	width: 220px;
	height: auto;
}
.contText01 {
	font-size: 13px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 20px;
}

/*---*/

.mainCont01.adjust-padding {
  padding-bottom: 25px;
}

.noDm {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}