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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

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

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

.h1Text {
	width: 1024px;
  margin: 1rem auto;
  font-weight: bold;
}

.contents {
	font-family: "Noto Sans JP", sans-serif;
	background-image: url("/attending/kokunai/ryuhyo/images/pc/bg_ptn_left.png"), url("/attending/kokunai/ryuhyo/images/pc/bg_ptn_right.png");
	background-repeat: repeat-y, repeat-y;
	background-position: top left, top right;
	background-size: 510px auto, 510px auto;
	padding-bottom: 10px;
}

.mainvisualWrap01 {
	background-image: url("/attending/kokunai/ryuhyo/images/pc/main_SP24-010769D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 410px;
}

.mainTit01 {
	padding-top: 45px;
}
.mainTit01 img {
	width: 623px;
	height: auto;
}

.seoBlock01 {
	background-color: #f4fcff;
	padding: 6px 0px;
}
.text16_15_n {
	font-size: 16px;
	line-height: 1.5em;
}

.ancBlock01 {
	background-color: #ffffff;
	padding: 40px 0px;
}
.ancFlex01 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.ancFlex01.up {
    margin-bottom: 20px;
}
.ancFlex01 li {
	width: 100%;
    border: 3px solid #a2d8f1;
    border-radius: 12px;
}
.ancFlex01 li a {
	background-image: url("/attending/kokunai/ryuhyo/images/pc/anc_btn_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 18px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	color: #006ba6;
    border-radius: 12px;
    position: relative;
}

.ancFlex01 li a::after {
    content: "";
      position: absolute;
      top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      right: 7px;
      background: url("/attending/kokunai/ryuhyo/images/pc/arrow.png");
      width: 16px;
      height: 10px;
}

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

.contBlock01 {
	margin: 42px auto;
}
.contBox01 {
	position: relative;
	background-color: #ffffff;
	border-radius: 18px;
	padding: 30px 30px 45px;
	box-shadow: 0px 3px 6px 0px rgba(0, 107, 166, 0.15);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 107, 166, 0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 107, 166, 0.15);
	-o-box-shadow: 0px 3px 6px 0px rgba(0, 107, 166, 0.15);
	-ms-box-shadow: 0px 3px 6px 0px rgba(0, 107, 166, 0.15);
}
.contBoxDeco01 {
	width: 127px;
	position: absolute;
	top: -30px;
	left: -44px;
}
.contBoxDeco02 {
	width: 84px;
	position: absolute;
	right: -30px;
	bottom: -35px;
}
.contH2Wrap01 {
	text-align: center;
	margin-bottom: 30px;
}
.contH2Wrap01 .h201 {
	display: inline-block;
	font-size: 34px;
	line-height: 1.3em;
	font-weight: bold;
	color: #006ba6;
	padding-bottom: 10px;
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont_tit_line01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 4px;
}
.contFlex01 {
	display: flex;
	gap: 0px 30px;
}
.contFlex01 .box01 {
	flex-shrink: 0;
}
.text18_16_n {
	font-size: 18px;
	line-height: 1.6em;
}

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

.contBox01.box02 {
	padding: 30px 10px 45px;
}

.linkFlex01 {
	display: flex;
	justify-content: center;
	gap: 18px 18px;
}
.linkFlex01 li {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.2em;
	/*letter-spacing: -0.02em;*/
}
.linkFlex01 li::before {
	content: "";
	display: block;
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont_link_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.linkFlex01 li a:link {
	color: #333333;
	text-decoration: underline;
}
.linkFlex01 li a:visited {
	color: #333333;
	text-decoration: underline;
}
.linkFlex01 li a:hover {
	color: #333333;
	text-decoration: none;
}
.linkFlex01 li a:active {
	color: #333333;
	text-decoration: none;
}

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

.contBlock02 {
	margin: 110px auto 90px;
}
.contBlockIn01 {
	margin: 0px auto 70px;
}
.contH3Wrap01 {
	text-align: center;
	overflow: hidden;
}
.contH3Wrap01 .h301 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
}
.contH3Wrap01 .s01 {
	margin: auto 20px;
	flex-shrink: 0;
}
.contH3Wrap01 .s02 {
	flex-shrink: 0;
}

.h3Deco01 {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #006ba6;
	margin-right: 10px;
	position: relative;
}
.h3Deco01::before {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #006ba6;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.h3Deco02 {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #006ba6;
	margin-left: 10px;
	position: relative;
}
.h3Deco02::before {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #006ba6;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.contSwiperWrap01 {
	margin-top: 30px;
	position: relative;
}
.swiper-slide {
    display: flex;
  height: auto;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 6px 12px 0px rgba(51, 51, 51, 0.15);
	-webkit-box-shadow: 0px 6px 12px 0px rgba(51, 51, 51, 0.15);
	-moz-box-shadow: 0px 6px 12px 0px rgba(51, 51, 51, 0.15);
	-o-box-shadow: 0px 6px 12px 0px rgba(51, 51, 51, 0.15);
	-ms-box-shadow: 0px 6px 12px 0px rgba(51, 51, 51, 0.15);
}
.swiper-container {
	padding-bottom: 40px;
}

.tourText01 {
	padding: 2px 10px;
	margin-bottom: 10px;
	background-color: #006ba6;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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

.Tour__link01 {
	transition: 0.3s;
}

.Tour__link01:hover {
	opacity: 0.7;
}

.tour_ph {
	content-visibility: auto;
	contain-intrinsic-size: 189px;
	height: 168px;
	/*border-radius: 8px 8px 0 0;*/
	overflow: hidden;
}

.tour_ph img {
	transition: opacity 0.3s;
}

.Tour__txt {
	padding: 15px;
}

.tourCassette_icon ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.tourCassette_icon ul li {
	background-color: #dcf1fd;
	border: 1px solid #006ba6;
	color: #006ba6;
	padding: 4px 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 5px;
	width: calc(100% / 2 - 4px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.tourCassette_icon ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tourCassette_icon ul li:nth-child(even) {
	margin-right: 0px;
}

.contents .tourCassette_title {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
}

.contents .tourCassette_text {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 41px;
}

.tourCassette_pirce {
	font-size: 16px;
	color: #ff3c00;
	font-weight: bold;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.items {
	padding: 10px;
}

.contents .swiper-container_tour {
	margin-top: 30px;
	position: relative;
	width: 1024px;
	margin: 0;
}

.contents .swiper-out {
	position: relative;
	width: 1055px;
	margin: 0 auto;
}

/* .swiper-container_tour .swiper-wrapper {
	margin-bottom: 40px;
} */

.swiper-tour-next,
.swiper-tour-prev {
	position: absolute;
	top: 50%;
	width: 44px !important;
	height: 44px !important;
	right: -25px;
	left: auto;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 44px 44px !important;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-tour-next.swiper-button-disabled,
.swiper-tour-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-tour-next {
	background-image: url(/attending/kokunai/ryuhyo/images/pc/slide_ar_next.png) !important;
}

.swiper-tour-prev,
.swiper-container-rtl .swiper-tour-next {
	left: -25px;
	right: auto;
}

.swiper-tour-prev {
	background-image: url(/attending/kokunai/ryuhyo/images/pc/slide_ar_next.png) !important;
	transform: scale(-1, 1);
}

.contents .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 8px;
	width: 98%;
}

.swiper-banner-container {
	overflow: hidden;
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
}

.wrap_osusume .swiper-wrapper {
	/*margin-bottom: 35px;*/
	position: relative;
}

.inner_last {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.Search__form {
	border: 2px solid #d5d5d5;
}

.Search_wrap {
	margin-top: 78px;
	margin-bottom: 60px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 44px !important;
	height: 44px !important;
	background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next {
	background-image: url(/attending/kokunai/ryuhyo/images/pc/slide_ar_next.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0px;
	right: auto;
}

.swiper-button-prev {
	background-image: url(/attending/kokunai/ryuhyo/images/pc/slide_ar_next.png) !important;
	transform: scale(-1, 1);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px;
	left: auto;
}

.btn {
	margin-top: 30px;
	margin-bottom: 50px;
}

.wrap_osusume a {
	transition: 0.3s;
	display: block;
}

.wrap_osusume a:hover {
	opacity: 0.7;
}

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

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

.contMapWrap01 {
	position: relative;
}
.contMapAnc {
}
.contMapAnc .li01 {
	width: 347px;
	position: absolute;
	top: 86px;
	left: 168px;
}
.contMapAnc .li02 {
	width: 282px;
	position: absolute;
	top: 248px;
	left: 314px;
}
.contMapAnc .li03 {
	width: 307px;
	position: absolute;
	top: 268px;
	right: 15px;
}
.contMapAnc .li04 {
	width: 214px;
	position: absolute;
	top: 24px;
	left: 448px;
}
.contMapAnc .li05 {
	width: 217px;
	position: absolute;
	top: 24px;
	left: 655px;
}

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

.enjoyBox01 {
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont02_box_bg01.png");
	background-repeat: no-repeat;
	background-position: center bottom -70px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 107, 166, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 107, 166, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 107, 166, 0.15);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 107, 166, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 107, 166, 0.15);
	padding: 40px;
	margin-top: 40px;
	border-radius: 16px;
	display: flex;
	flex-direction: row-reverse;
	gap: 0px 20px;
	position: relative;
}

.enjoyBox01::before {
	content: "";
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont_deco_right01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 84px auto;
	width: 84px;
	height: 76px;
	position: absolute;
	left: -20px;
	bottom: -20px;
}
.enjoyBox01::after {
	content: "";
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont_deco_right01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 84px auto;
	width: 84px;
	height: 76px;
	position: absolute;
	right: -30px;
	top: -20px;
}

.enjoyBox01 .box01 {
	width: 400px;
	flex-shrink: 0;
}
.enjoyBox01 .box02 {
	width: 80%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.enjoyBox01 .box02 .box02In01 {
	width: 100%;
}

.enjoyH401 {
	color: #006ba6;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid #006ba6;
	margin-bottom: 13px;
}
.enjoyIcon01 {
	display: inline-block;
	width: 50px;
	margin-right: 6px;
}

.enjoyIcon02 {
	display: inline-block;
	width: 24px;
	margin-right: 6px;
}
.enjoyIcon03 {
	display: inline-block;
	width: 20px;
	margin-right: 6px;
}

.contBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 40px;
	width: 100%;
	height: 58px;
	background-color: #006ba6;
	border-radius: 100px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.contBtn01::after {
	content: "";
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.contBtn01:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.enjoyBox01.flexNone {
	display: block;
	background-image: url("/attending/kokunai/ryuhyo/images/pc/cont02_box_bg02.png");
}
.enjoyBox01.flexNone .box01 {
	width: 100%;
}
.enjoyBox01.flexNone .box02 {
	width: 100%;
	margin-top: 14px;
}

.contFlex02 {
	display: flex;
	gap: 0px 16px;
}
.flex02Box01 {
	width: 50%;
}
.flex02Box01 .enjoyBox01 {
	box-shadow: 0px 0px 10px 0px rgba(221, 177, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(221, 177, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(221, 177, 0, 0.15);
	-o-box-shadow: 0px 0px 10px 0px rgba(221, 177, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(221, 177, 0, 0.15);
}

.flex02Box02 {
	width: 50%;
}
.flex02Box02 .enjoyBox01 {
	box-shadow: 0px 0px 10px 0px rgba(47, 166, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(47, 166, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(47, 166, 0, 0.15);
	-o-box-shadow: 0px 0px 10px 0px rgba(47, 166, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(47, 166, 0, 0.15);
}

.enjoyBoxIn01 {
	height: 240px;
}

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

.purposeFlex01 {
	display: flex;
	gap: 0px 20px;
}

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

.triviaBox01 {
	position: relative;
	padding: 30px;
	margin-top: 34px;
}
.triviaBox01::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #006ba6;
	position: absolute;
	left: 20px;
	top: 0px;
}
.triviaBox01::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #006ba6;
	position: absolute;
	right: 20px;
	top: 0px;
}

.triviaBox01In::before {
	content: "";
	width: 1024px;
	height: 1px;
	background-color: #006ba6;
	position: absolute;
	left: 0px;
	top: 20px;
}
.triviaBox01In::after {
	content: "";
	width: 1024px;
	height: 1px;
	background-color: #006ba6;
	position: absolute;
	left: 0px;
	bottom: 20px;
}

.triviaH301 {
	position: relative;
	background-image: url("/attending/kokunai/ryuhyo/images/pc/trivia_h3_bg01.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 58px;
	padding: 8px 20px;
	color: #006ba6;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
}
.triviaH301::after {
	content: "";
	background-image: url("/attending/kokunai/ryuhyo/images/pc/trivia_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 157px auto;
	width: 157px;
	height: 91px;
	position: absolute;
	right: -5px;
	top: -30px;
}
.triviaTextBox01 {
	background-color: #ffffff;
	padding: 14px 18px 20px;
}

.triviaFlex01 {
	display: flex;
	gap: 0px 20px;
}
.triviaFlex01Box01 {
	/*width: 320px;*/
	flex-shrink: 0;
	padding-top: 5px;
}

.triviaH401 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
.contMb20 {
	margin-bottom: 20px;
}
.textLink01 {
	margin-top: 10px;
}
.textLink01 {
	color: #006ba6;
	/*text-decoration: underline;*/
}
.textLink01 a:link {
	color: #006ba6;
	text-decoration: underline;
}
.textLink01 a:visited {
	color: #006ba6;
	text-decoration: underline;
}
.textLink01 a:hover {
	color: #006ba6;
	text-decoration: none;
}
.textLink01 a:active {
	color: #006ba6;
	text-decoration: none;
}

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

.contFaqWrap01 > li {
	margin-top: 20px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
}
.contAc01 {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 50px 10px 20px;
}

.contAc01::after {
	content: "";
	background-image: url("/attending/kokunai/ryuhyo/images/pc/faq_ac_plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.contAc01.open::after {
	background-image: url("/attending/kokunai/ryuhyo/images/pc/faq_ac_minus.png");
}

.contAc01 .p01 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 40px;
	height: 40px;
	background-color: #006ba6;
	border-radius: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 10px;
	flex-shrink: 0;
}
.contAc01 .p02 {
	color: #006ba6;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}

.contAcCont01 {
	display: none;
}
.contAcContIn01 {
	border-top: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 25px 10px 20px;
}
.contAcContIn01 .p01 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #006ba6;
	border-radius: 40px;
	text-align: center;
	color: #006ba6;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 10px;
	flex-shrink: 0;
}
.contAcContIn01 .p02 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
}

/*---*/
.accordion li {
    cursor: pointer;
}

.switch_image {
    position: relative;
}

.switch_image img {
    transition: opacity 0.5s;
}

.switch_image:hover img:first-of-type {
    opacity: 1;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}