@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-narrow.min.css');


/*----------------------------------------------------
	reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	color: #000000;
	font: 16px YakuHanJP_Narrow, 'Noto Sans JP', YuGothic, sans-serif, 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	line-height: 1.6;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
	letter-spacing: 0.03em;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
table, th, td {
	margin:0;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

a {
	text-decoration: none;
	color: initial;
}

a:focus, button {
	outline: none!important;
}

img {
	max-width: 100%;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.slick-list,
.slick-track {
	height: 100%!important;
}

.stt-lang-select .stt-text {
	padding: 4px 26px 6px 12px!important;
}
.stt-lang-select .stt-text::after {
	top: 5px!important;
}



/*----------------------------------------------------
	Layout
---------------------------------------------------*/

.l-header {
	width: 100%;
	/*padding: 30px;*/
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0;
	z-index: 5;
	pointer-events: none;
}
.l-header__logo {
	width: 180px;
	pointer-events: auto;
}
.l-header__logo h1 img {
	width: 100%;
}
.l-header__navi {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 35px;
}

.l-footer {
	width: 100%;
	background-color: #111A31;
	color: #F0F3F5;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.l-footer .l-footer__logo {
	width: 40%;
	padding: 100px 50px 0 20px;
}
.l-footer .l-footer__link {
	width: 60%;
	padding: 40px 20px 15px 0;
}
.l-footer .l-footer__other {
	width: 100%;
	padding: 15px 20px;
	background-color: #707070;
}
.l-footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 17px;
}
.l-footer a:link,
.l-footer a:visited {
	color: #F0F3F5;
}
.l-footer a:hover {
	opacity: 0.6;
}

.l-footer .l-footer__logo img {
	width: 100%;
	max-width: 500px;
}
.l-footer__link__menu1 {
	margin-bottom: 35px;
}
.l-footer__link__menu2 {
	margin-bottom: 85px;
}
.l-footer__link__contact {
	margin-bottom: 40px;
}

.l-footer__link__contact li:first-child p:last-child {
	font-size: 2.4em;
	letter-spacing: 0.2em;
	font-weight: 700;
}
.l-footer__link__contact li:last-child {
}
.l-footer__link__contact li:last-child a {
	padding: 10px 13px 50px;
	display: block;
	background: #A6BAC9 url(../img/common/i_pen.png) bottom 10px center no-repeat;
	background-size: 26px auto;
	text-align: center;
}
.l-footer__link__contact li:last-child a:link,
.l-footer__link__contact li:last-child a:visited {
	color: #111A31;
}

.l-footer__other {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.l-footer__other > *:first-child {
	width: 80%;
	font-size: 0.75em;
	color: #fff;
}
.l-footer__other > *:last-child {
	width: 20%;
}
.l-footer__other > *:last-child li {
	width: 20px;
}
.l-footer__other > *:last-child li a:link,
.l-footer__other > *:last-child li a:visited {
	color: #98A6B5;
}

.l-main {
	width: 100%;
}

.l-menu {
	position: absolute;
	z-index: 4;
}


/*----------------------------------------------------
	utility
---------------------------------------------------*/

.u-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.u-title {
	font-size: 2.5em;
}

.u-subtitle {
	font-size: 2.0em;
}

.u-subtitle2 {
	font-size: 1.5em;
}

.u-note {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.2;
}

.u-hover:hover {
	opacity: 0.6;
	transition: all 0.5s 0s ease-in-out;
	cursor: pointer;
}


.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-imeOff {
	ime-mode: inactive !important;
}

.u-caution {
	color: #b50106;
}

.u-color1 {
	color: #13B3CC;
}

.u-indent li,
p.u-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.u-pc {
	display: block;
}
.u-sp {
	display: none;
}


/*----------------------------------------------------
	component
---------------------------------------------------*/

.c-navi {
	margin-top: 5px;
	width: 35px;
	height: 25px;
	position: relative;
	display: block;
	pointer-events: auto;
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
.c-navi span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.c-navi span:nth-child(1) {
	top: 0;
}
.c-navi span:nth-child(2) {
	top: 11px;
}
.c-navi span:nth-child(3) {
	top: 22px;
	width: 60%;
}
.c-navi.is-open span {
	background: #111A31;
}
.c-navi.is-open span:nth-child(1) {
	width: 100%;
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.c-navi.is-open span:nth-child(2) {
	width: 0;
	left: 50%;
}
.c-navi.is-open span:nth-child(3) {
	width: 100%;
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.c-headerLink {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	pointer-events: auto;
}
.c-headerLink ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
.c-headerLink ul li a {
	padding: 10px 12px;
	font-family: 'Noto Serif JP', sans-serif;
	display: block;
	background-color: #111A31;
	color: #fff;
	line-height: 1;
}
.c-headerLink ul li span {
	padding-left: 28px;
}
.c-headerLink ul li:first-child span {
	background: url(../img/common/i_plan.png) left center no-repeat;
	background-size: 20px auto;
}
.c-headerLink ul li:last-child span {
	background: url(../img/common/i_faq.png) left center no-repeat;
	background-size: 20px auto;
}
.c-headerLink > div {
	font-family: 'Noto Serif JP', sans-serif;
}
.c-headerLink > div a {
	color: #fff;
}


.c-menu {
	width: 580px;
	margin: 0 0 0 auto;
	padding: 70px 50px 50px 50px;
	background: #eee;
	height: 100%;
	position: fixed;
	right: 0;
	display: none;
}
.c-menu.is-open {
	display: block;
}
.c-menu ul:first-child {
	display: flex;
	gap: 25px 0;
	flex-flow: column;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1;
}
.c-menu ul:first-child li { pointer-events: auto; }
.c-menu ul:first-child li a { 
	align-items: center;
	position: relative;
}
.c-menu ul:first-child li a:hover::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 50%;
	width: 40px;
	height: 1px;
	background:#0092FF;
	animation-name: fadein;
	animation-duration: 2.0s;
}
@keyframes fadein {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.c-menu ul:first-child li a span:last-child {
	margin-top: 6px;
	display: block;
	font-size: 0.65em;
	color: #777;
}

.c-menu ul:last-child {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 30px;
	line-height: 1;
}
.c-menu ul:last-child li {
	width: 40px;
	pointer-events: auto;
}

.c-menu-cover {
	width: 100%;
	background-color: #000000;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}

.c-inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.c-scrolltop {
	position: fixed;
	right: -40px;
	bottom: -120px;
	rotate: 90deg;
	z-index: 5;
}
.c-scrolltop a {
	width: fit-content;
	display:block;
	position: relative;
	margin: 20px 0 0 auto;
	padding-left: 45px;
	position: relative;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: 'Noto Serif JP';
}
.c-scrolltop a::before {
	content: "";
	width: 30px;
	display: block;
	height: 1px;
	background: #fff;
	rotate: -40deg;
	position: absolute;
	left: -3px;
	bottom: 9px;
}

.c-sliderArrow__box {
	width: 36px;
	height: 36px;
	background: #2F3F6A;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-sliderArrow__prev {
	margin-top: -9px;
}
.c-sliderArrow__prev span {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 14px #fff solid;
}
.c-sliderArrow__next {
	margin-top: 9px;
	background: #fff;
}
.c-sliderArrow__next span {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px #2F3F6A solid;
}

.c-box01 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
}
.c-box01 > div:first-child {
	width: 25%;
}
.c-box01 > div:last-child {
	width: calc(75% - 50px);
}
.c-box01 > div:last-child p:nth-child(n+2) {
	margin-top: 15px;
}
.c-box01 > div:last-child p strong {
	margin-bottom: 15px;
	display: inline-block;
}
.c-box01:nth-child(n+2) {
	margin-top: 45px;
}

.c-guideBox {
	margin-top: 15px;
	padding: 15px 20px;
	border: 1px #ddd solid;
}

.c-linkButton {
	margin-top: 15px;
}
.c-linkButton a {
	padding: 15px 40px;
	display: inline-block;
	background-color: #052843;
	border: 1px #052843 solid;
	color: #fff!important;
	font-size: 1.1em;
	text-align: center;
}
.c-linkButton a:hover {
	background-color: #fff;
	color: #052843!important;
	border: 1px #052843 solid;
}

.c-palnList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.c-palnList ul li {
	padding: 0 0 15px 0;
	width: calc(100% / 3);
	background-color: #111A31;
}
.c-palnList ul li p:first-child {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.c-palnList ul li p:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.c-palnList ul li p:nth-child(2) {
	padding: 10px 15px 10px 80px;
	background-color: #A6BAC9;
	color: #fff;
	position: relative;
}
.c-palnList ul li p:nth-child(2)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #356991 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.c-palnList ul li p:nth-child(2) span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.c-palnList ul li p:nth-child(3) {
	padding: 8px 25px 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 60px;
}
.c-palnList ul li p:nth-child(4) {
	padding: 15px 25px 0 0;
	text-align: center;
}
.c-palnList ul li p:nth-child(4) a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: url("../img/common/i_place.png") no-repeat left 4px;
	background-size: 14px auto;
}
.c-palnList ul li p:nth-child(4) a {
	padding-left: 22px;
	position: relative;
	color: #E5CCB2;
}
.c-palnList ul li p:nth-child(4) a::after {
	content: '【LINK】';
}
.c-palnList ul li p a {
	color: #fff;
}
.c-palnList ul li p.is-before::before {
	background: #356991 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.c-palnList ul li p.is-active::before {
}
.c-palnList ul li p.is-end::before {
	background: #333 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.c-palnList ul li p.is-active:hover {
	cursor: pointer;
}

.c-palnList .slick-dotted.slick-slider {
	margin: 0!important;
}
.c-palnList .js-slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.c-palnList .js-slider.slick-initialized{
	opacity: 1;
}

.c-planCalendar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.c-planCalendar .planCalendar {
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.ui-datepicker td.ui-datepicker-week-end:first-child a {  /* 日曜日 */
  color: rgb(233, 77, 77) !important;
}
.ui-datepicker td.holiday a {  /* 祝日 */
  color: rgb(233, 77, 77) !important;
}
.ui-datepicker td.ui-datepicker-week-end:last-child a {   /* 土曜日 */
  color: #2e76c9 !important;
}

.ui-datepicker .ui-datepicker-today,
.ui-datepicker .ui-datepicker-today a {   /* 今日 */
  background: #c9a326 !important;
  color: #fff !important;
}

/* 指定日付 */
.ui-datepicker td.is-active,
.ui-datepicker td.is-active a,
.ui-datepicker td.is-active.ui-datepicker-week-end:first-child a,
.ui-datepicker td.is-active.ui-datepicker-week-end:last-child a {
	background: #dd2e5f !important;
	color: #fff !important;
}

.ui-datepicker td a:hover {
	cursor: default!important;
}

.ui-widget.ui-widget-content {
	margin: 0 auto;
}

.calendar-header-text {
	width: 300px;
	margin: 0 auto 15px;
	padding: 5px 8px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #dd2e5f !important;
}

.c-lang {
	position: relative;
}
.c-lang .c-lang__switch {
	padding: 10px 12px;
	background-color: #111A31;
	color: #fff;
	line-height: 1;
}
.c-lang .c-lang__switch::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid currentColor;
	transition: transform 0.2s ease;
}
.c-lang.is-open .c-lang__switch::after {
	transform: rotate(180deg);
}
.c-lang .c-lang__list {
	display: none;
	position: absolute;
	top: 40px;
	color: #fff;
	z-index: 11;
}
.c-lang .c-lang__list p {
	display: block;
	padding: 2px 2px;
}
.c-lang.is-open .c-lang__list {
	display: block;
	padding: 10px 9px;
	background-color: #111A31;
}
.c-lang .c-lang__list p:hover {
	opacity: 0.6;
	transition: all 0.5s 0s ease-in-out;
	cursor: pointer;
}
.stt-lang-select {
	display: none!important;
}

.c-slickdots {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex!important;
	justify-content: center!important;
	align-items: center;
	gap: 0 20px!important;
}
.c-slickdots li {
	width: 56px!important;
	padding: 0!important;
	height: 9px!important;
}
.c-slickdots li button {
	width: 100%;
	padding: 0;
	height: 100%;
	border: none;
	border-radius: 0;
	background: #CDD6DD;
	text-indent: -9999px;
	cursor: pointer;
}
.c-slickdots li.slick-active button {
	background: linear-gradient(180deg,rgba(0, 75, 134, 1) 0%, rgba(71, 172, 195, 1) 100%);
}



/*----------------------------------------------------
	project
---------------------------------------------------*/

.p-index {
	background: #111A31;
}
.p-index h2 {
	font-size: 2.0em;
	text-align: center;
}
.p-index h3 {
	margin-top: 15px;
	text-align: center; 
}

.p-index__head {
	padding: 270px 150px 0 150px;
	height: 1100px;
	position: relative;
	overflow: hidden;
}
.p-index__head__message {
	position: relative;
	z-index: 1;
}
.p-index__head__message h1 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.5em;
	line-height: 1.8;
	color: #fff;
	text-shadow: 0 0 8px #000;
}
.p-index__head__message > p {
	width: 320px;
	margin-top: 55px;
}
.p-index__head__message > p img {
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.7));
}
.p-index__head__submenu {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 3;
}
.p-index__head__submenu ul {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.p-index__head__submenu ul li a {
	padding: 45px 12px 10px 12px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.85em;
	background-color: #026AB9;
}
.p-index__head__submenu ul li a span {
	padding: 28px 0 0 0;
}
.p-index__head__submenu ul li:nth-child(2) a { background-color: #1088B5; }
.p-index__head__submenu ul li:nth-child(3) a { background-color: #0BA3AE; }
.p-index__head__submenu ul li:nth-child(4) a { background-color: #E4405F; }
.p-index__head__submenu ul li:nth-child(5) a { background-color: #000000; }
.p-index__head__submenu ul li:nth-child(6) a { background-color: #1877F2; }

.p-index__head__submenu ul li:first-child a span {
	background: url('../img/common/i_cal2.png') top center no-repeat;
	background-size: 26px auto;
}
.p-index__head__submenu ul li:nth-child(2) a span {
	background: url('../img/common/i_news.png') top center no-repeat;
	background-size: 20px auto;
}
.p-index__head__submenu ul li:nth-child(3) a span {
	background: url('../img/common/i_place3.png') top center no-repeat;
	background-size: 18px auto;
}
.p-index__head__submenu ul li:nth-child(4) a span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2.2c3.2 0 3.6 0 4.8.1 1.2.1 1.8.2 2.2.4.6.2 1 .5 1.4.9.4.4.7.8.9 1.4.2.4.4 1.1.4 2.2.1 1.3.1 1.6.1 4.8s0 3.6-.1 4.8c-.1 1.2-.2 1.8-.4 2.2-.2.6-.5 1-.9 1.4-.4.4-.8.7-1.4.9-.4.2-1.1.4-2.2.4-1.3.1-1.6.1-4.8.1s-3.6 0-4.8-.1c-1.2-.1-1.8-.2-2.2-.4-.6-.2-1-.5-1.4-.9s-.7-.8-.9-1.4c-.2-.4-.4-1.1-.4-2.2-.1-1.3-.1-1.6-.1-4.8s0-3.6.1-4.8c0-1.2.2-1.9.3-2.3.2-.6.5-1 .9-1.4s.8-.7 1.4-.9c.4-.1 1.1-.3 2.2-.4H12M12 0C8.7 0 8.3 0 7 .1 5.8.1 4.9.3 4.1.6 3.3.9 2.7 1.3 2 2S.9 3.4.6 4.1c-.3.8-.5 1.7-.5 3C0 8.3 0 8.7 0 12s0 3.7.1 4.9c.1 1.3.3 2.1.6 2.9.2.8.6 1.5 1.3 2.2.7.7 1.3 1.1 2.1 1.4.8.3 1.6.5 2.9.6h5c3.3 0 3.7 0 4.9-.1 1.3-.1 2.1-.3 2.9-.6.8-.3 1.5-.7 2.1-1.4.7-.7 1.1-1.3 1.4-2.1.3-.8.5-1.6.6-2.9.1-1.2.1-1.6.1-4.9s0-3.7-.1-4.9c-.1-1.3-.3-2.1-.6-2.9-.2-.9-.6-1.5-1.3-2.2-.7-.7-1.3-1.1-2.1-1.4C19.1.3 18.3.1 17 0h-5zm0 5.8c-3.4 0-6.2 2.8-6.2 6.2s2.8 6.2 6.2 6.2 6.2-2.8 6.2-6.2-2.8-6.2-6.2-6.2zM12 16c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm6.4-11.8c.8 0 1.4.6 1.4 1.4S19.2 7 18.4 7c-.8 0-1.4-.6-1.4-1.4s.6-1.4 1.4-1.4z'%3E%3C/path%3E%3C/svg%3E") top center no-repeat;
	background-size: 18px auto;
}
.p-index__head__submenu ul li:nth-child(5) a span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -3 24 24'%3E%3Cpath fill='%23fff' d='M7.5 21.7c9.1 0 14-7.5 14-14v-.6c1-.7 1.8-1.6 2.5-2.5-.9.4-1.9.7-2.8.8 1-.6 1.8-1.6 2.2-2.7-1 .6-2 1-3.1 1.2-1.9-2-5-2.1-7-.2-1.3 1.2-1.8 3-1.4 4.7-4-.3-7.7-2.2-10.2-5.2C.4 5.4 1 8.3 3.2 9.7c-.8 0-1.5-.2-2.2-.6v.1c0 2.3 1.7 4.4 4 4.8-.7.2-1.5.2-2.2.1.6 2 2.5 3.4 4.6 3.4-1.7 1.4-3.9 2.1-6.1 2.1-.4 0-.8 0-1.2-.1 2.2 1.5 4.8 2.2 7.4 2.2'/%3E%3C/svg%3E") center top no-repeat;
	background-size: 18px auto;
	display: block;
	margin-top: -30px;
}
.p-index__head__submenu ul li:nth-child(6) a span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M24 12.1c0-6.6-5.4-12-12-12S0 5.4 0 12.1c0 6 4.4 11 10.1 11.9v-8.4h-3v-3.5h3V9.4c0-3 1.8-4.7 4.5-4.7 1.4.1 2.7.3 2.7.3v3h-1.5c-1.5 0-2 .9-2 1.9v2.2h3.3l-.5 3.5h-2.8V24C19.6 23 24 18.1 24 12.1z'/%3E%3C/svg%3E") center top no-repeat;
	background-size: 18px auto;
	display: block;
	margin-top: -30px;
}
.p-index__head__submenu ul li:nth-child(n+7) {
	display: none;
	background-color: #003258;
}
.p-index__head__submenu.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.p-index__head__info {
	padding: 250px 200px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.p-index__head__info::after {
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(360deg,rgba(0, 75, 134, 1) 0%, rgba(0, 201, 249, 1) 55%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: multiply;
	width: 100%;
	z-index: 1;
}
.p-index__head__info div {
	padding: 15px 0 0 0;
	font-size: 1.1em;
	color: #fff;
	text-shadow: 0 0 8px #000;
	border-top: 1px rgba(255,255,255,0.3) solid;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 20px;
	z-index: 2;
}
.p-index__head__info div p:first-child {
	color: #9DDDEC;
}
.p-index__head__info div p:last-child {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-index__head__info div p a {
	color: #fff;
}

.p-index__head__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-index__head__bg ul {
	position: relative;
	overflow: hidden;
}
.p-index__head__bg ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

.p-index__head__bg ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.p-index__pickup {
	margin: 0 auto;
	padding: 160px 0 50px;
	position: relative;
	color: #fff;
	overflow: hidden;
	z-index: 2;
}

.p-index__pickup__bg {
	position: absolute;
	top: 0; 
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateY(-100%) translateX(-50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 1.5s ease, opacity 5.5s ease;
	opacity: 0;
	z-index: 1;
}

.p-index__pickup h2,
.p-index__pickup h3,
.p-index__pickup .c-palnList {
	z-index: 3;
	position: relative;
}
.p-index__pickup h3 + div {
	margin-top: 50px;
}
.p-index__pickup .c-palnList {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.p-index__info {
	width: 920px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 150px;
	color: #fff;
}
.p-index__info h2 + div {
	margin-top: 30px;
}
.p-index__info dl {
	display: grid;
	grid-template-columns: 12% 18% 70%;
	gap: 0;
}
.p-index__info dt,
.p-index__info dd {
	margin: 0;
	padding: 15px 0 13px 0;
	border-bottom: 1px solid #A6BAC9;
}
.p-index__info dt span {
	width: 6em;
	padding: 6px 2px;
	border: 1px #F0F3F5 solid;
	display: inline-block;
	line-height: 1;
	font-size: 0.85em;
	font-size: 0.85em;
	text-align: center;
}
.p-index__info dt[data-category="media"] span { background-color: #1E62FF; }
.p-index__info dt[data-category="cruise"] span { background-color: #003258; }
.p-index__info dt[data-category="information"] span { background-color: #FFBB00; }
.p-index__info a {
	color: #fff;
}

.p-index__2024 {
	width: 1100px;
	margin: 25px auto 50px auto;
}
.p-index__2024 > div:first-child {
	margin: 0!important;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.p-index__2024 > div:first-child div {
	width: calc(100% / 3 - 10px);
	margin: 0!important;
	float: none!important;
}
.p-index__2024 > div:first-child div img {
	height: 100%;
	object-fit: cover;
}
.p-index__2024 > .container * {
	color: #fff!important;
}
.p-index__2024 .text-brown {
	color: #a89078!important;
}
.p-index__2024 h3,
.p-index__2024 h4 {
	text-align: initial!important;
}
.p-index__2024 > .container {
	margin-bottom: 100px;
}

.p-plan {
	width: 100%;
	padding: 0 0 75px 0;
	background: url(../img/plan/bg_plan.jpg) no-repeat bottom center;
	background-size: contain;
}
.p-plan__head {
	width: 100%;
	margin-bottom: 90px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 0;
	align-items: flex-start;
	background: #111A31;
}
.p-plan__head h1 {
	margin-bottom: 30px;
	font-size: 1.85em;
}
.p-plan__head__info {
	width: 40%;
	padding: 60px;
	background-color: #111A31;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.p-plan__head__info div:first-child p {
	padding: 1px 10px 4px 10px;
	display: inline-block;
}
.p-plan__head__info div:first-child  p:first-child {
	background-color: #2F3F6A;
}
.p-plan__head__info div:first-child  p:last-child {
	padding-left: 44px;
	background: url("../img/common/i_place.png") no-repeat 20px center;
	background-size: 16px auto;
}
.p-plan__head__info div:first-child a:link,
.p-plan__head__info div:first-child a:visited {
	color: #E5CCB2;
}
.p-plan__head__info div:first-child a::after {
	content: '【LINK】';
}
.p-plan__head__info > p:nth-child(4) {
	padding: 3px 10px 7px 10px;
	background-color: #2F3F6A;
}

.p-plan__head__info dl {
	width: 92%;
	background-color: #2F3F6A;
	font-size: 0.85em;
}
.p-plan__head__info dl dt {
	width: 120px;
	padding: 4px 10px 6px 10px;
	border-top: 5px #111A31 solid;
	float: left;
	clear: both;
}
.p-plan__head__info dl dd {
	margin-left: 120px;
	padding: 4px 10px 6px 15px;
	border-top: 5px #111A31 solid;
	background-color: #111A31;
}
.p-plan__head__info dl dd:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.p-plan__head__info dl dd:last-child p {
	width: 50%;
	padding: 3px 0 5px 8px;
	border-bottom: 1px #A6BAC9 solid;
}
.p-plan__head__info dl dd:last-child p:nth-child(even) {
	border-left: 1px #A6BAC9 solid;
}
.p-plan__head__info dl dd p:last-child {
	width: 100%;
	border-bottom: none;
	font-size: 0.75em;
}
.p-plan__head__info div:last-child {
	margin-top: 15px;
	padding: 10px 15px 15px;
	background-color: #2762FF;
}
.p-plan__head__info div:last-child p:first-child {
	margin-bottom: 15px;
	font-size: 1.25em;
}
.p-plan__head__info div:last-child p:last-child {
	font-size: 0.7em;
	line-height: 1.3;
}
.p-plan__head__info div:last-child ul {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}
.p-plan__head__info div:last-child ul li a {
	padding: 10px 10px 10px 40px;
	display: block;
	background-color: #F0F3F5;
	color: #111A31;
	border-radius: 5px;
	background: #fff url(../img/common/i_cal.png) 15px 16px no-repeat;
	background-size: auto;
	background-size: 16px auto;
}
.p-plan__head__info div:last-child ul li a:hover {
	background-color: rgb(192, 192, 36);
	color: #fff;
}
.p-plan__head__info div:last-child ul li span {
	padding: 10px 10px 10px 40px;
	display: block;
	background-color: #ccc;
	color: #111A31;
	border-radius: 5px;
	background: #ccc url(../img/common/i_cal.png) 15px 16px no-repeat;
	background-size: auto;
	background-size: 16px auto;
}

.p-plan__head__visual {
	width: 60%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.p-plan__head__visual > div:first-child {
	overflow: hidden;
	position: relative;
}
.p-plan__head__visual > div:first-child p {
	display: flex;
	justify-content: center;
}
.p-plan__head__visual > div:first-child p img {
	max-width: initial;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-plan__head__visual > div:first-child > div {
	padding: 10px 15px 10px 78px;
	background-color: #D50000;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.p-plan__head__visual > div:first-child > div.is-before {
	background-color: #A6BAC9;
}
.p-plan__head__visual > div:first-child > div.is-active {
}
.p-plan__head__visual > div:first-child > div.is-end {
	background-color: #666;
}
.p-plan__head__visual > div:first-child > div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #8A0000 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.p-plan__head__visual > div:first-child > div.is-before::before {
	background: #356991 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.p-plan__head__visual > div:first-child > div.is-active::before {
}
.p-plan__head__visual > div:first-child > div.is-end::before {
	background: #333 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.p-plan__head__visual ul {
	overflow: hidden;
}
.p-plan__head__visual ul > div > div {
	height: 320px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: unset;
	gap: 0 10px;
	overflow: hidden;
}
.p-plan__head__visual ul li {
	width: 300px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.p-plan__head__visual ul li:hover {
	opacity: 0.7;
	cursor: pointer;
}
.p-plan__head__visual ul li img {
	max-width: initial;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.p-plan__head__visual > div:last-child {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	gap: 0 0;
}

.p-plan__body {
	max-width: 1200px;
	margin: 0 auto 90px auto;
	padding-left: 280px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 90px 0;
}

/*
.p-plan__body a:link,
.p-plan__body a:visited,
.p-plan__body a:hover {
	color: #356991;
}
.p-plan__body__navi a:link,
.p-plan__body__navi a:visited,
.p-plan__body__navi a:hover {
	color: initial;
}
*/

.p-plan__body__navi {
	width: 245px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.1em;
	z-index: 10;
}
.p-plan__body__navi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}
.p-plan__body__navi li {
	width: 100%;
	display: flex;
	align-items: center;
}	
.p-plan__body__navi ul li.is-current::after {
	content: "";
	margin-left: 10px;
	flex-grow: 1;
	height: 1px;
	background-color: #0092FF;
}
.p-plan__body__navi ul li a:hover {
	color: #0092FF;
}
.p-plan__body h2,
.p-caution h2 {
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 1.5em;
	border-bottom: 1px #707070 solid;
	color: #004F9D;
	font-weight: 700;
}
.p-plan__body h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.25em;
}
.p-plan__body h4 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.5em;
	color: #004F9D;
}

.p-plan__body .lang_v_en,
.p-plan__body .lang_vl {
	width: auto;
	max-width: initial;
	margin-top: 15px;
	padding: 0;
	text-align: left;
	background-color: initial;
}
.p-plan__body .lang_v_en a,
.p-plan__body .lang_vl a {
	width: auto;
	max-width: initial;
	color: inherit;
	display: inline-block;
	padding: 15px 40px;
	font-size: 1.1em;
	text-align: center;
	background-color: #052843;
	border: 1px #052843 solid;
}
.p-plan__body .lang_v_en a:hover,
.p-plan__body .lang_vl a:hover {
	background-color: #fff;
	color: #052843 !important;
	border: 1px #052843 solid;
}

.p-plan__body__p02 > p {
	margin-bottom: 40px;
}
.p-plan__body__p02 dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.p-plan__body__p02 dl dt {
	width: 25%;
	padding: 0 40px 20px 0;
}
.p-plan__body__p02 dl dd {
	width: 75%;
	padding: 0 5px 20px 0;
}








.p-plan__body__p02 > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 24px;
}
.p-plan__body__p02 > ul li {
	width: calc(50% - 12px);
	padding: 22px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.p-plan__body__p02 > ul li h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 1.25em;
	border-bottom: 1px #707070 solid;
}

.p-plan__body__p03 div + div {
	margin-top: 12px;
}


.p-plan__body__p04 h3 {
	margin-bottom: 20px;
	padding-left: 12px;
	font-size: 1.25em;
	border-left: 2px #356991 solid;
}
.p-plan__body__p04 h3:empty {
	margin-bottom: -20px;
}
.p-plan__body__p04__notices {
	margin-top: 25px;
	padding: 15px 20px;
	border: 1px #ddd solid;
	color: #2F3F6A;
}
.p-plan__body__p04__map {
	margin-top: 50px;
}
.p-plan__body__p04__place {
	margin-top: 50px;
}
.p-plan__body__p04__place h3 {
	border: none!important;
}
.p-plan__body__p04__notices .u-indent li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}


.p-plan__body__p05 dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.p-plan__body__p05 dl dt {
	width: 40%;
}
.p-plan__body__p05 dl dd {
	width: 60%;
	padding-left: 50px;
}
.p-plan__body__p05 dl:nth-child(n+2) {
	margin-top: 10px;
}
.p-plan__body__p05 dl dt {
	overflow:hidden;
}
.p-plan__body__p05 dl dt a img {
	transition:0.8s all;
}
.p-plan__body__p05 dl dt a:hover img {
	transform: scale(1.1,1.1);
	transition: 0.8s all;
}

.p-plan__body__p06 > div:nth-child(n+3) {
	margin-top: 50px;
}
.p-plan__body__p06 > div > div:nth-child(2) {
	margin-bottom: 10px;
	color: #111A31;
}
.p-plan__body__p06 ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 25px;
}
.p-plan__body__p06 ul li a {
	padding: 15px 40px;
	display: block;
	background-color: #052843;
	border: 1px #052843 solid;
	color: #fff!important;
	font-size: 1.1em;
	text-align: center;
}
.p-plan__body__p06 ul li a:hover {
	background-color: #fff;
	color: #052843!important;
	border: 1px #052843 solid;
}

.p-plan__body__p07 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 25px;
}
.p-plan__body__p07 ul li {
	padding: 10px 15px;
	display: inline-block;
	background-color: #f6f7fb;
	position: relative;
}
.p-plan__body__p07 ul li:not(:last-child)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	top: 0;
	right: -17px;
	bottom: 0;
	margin: auto;
}
.p-plan__body__p07 > div > div {
	margin-top: 20px;
}
.p-plan__body__p07 > div:nth-child(n+3) {
	margin-top: 60px;
}


.p-plan__body__p08 ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}
.p-plan__body__p08 ul li {
	width: calc((100% - 40px) / 3);
	overflow: hidden;
	position: relative;
	aspect-ratio: 4 / 3;
}
.p-plan__body__p08 ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-plan__body__p08 > div:nth-child(n+3) {
	margin-top: 45px;
}


.p-caution {
	/*
	max-width: 1200px;
	margin: 0 auto 50px auto;
	*/
	line-height: 1.8;
}
.p-caution h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 1.25em;
	border-bottom: 1px #707070 solid;
}
.p-caution__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 24px;
}
.p-caution__list > * {
	width: calc(50% - 12px);
	padding: 22px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.p-another {
	max-width: 1200px;
	margin: 0 auto;
}
.p-another h2 {
	margin-bottom: 25px;
	font-size: 1.5em;
	border-bottom: 1px #707070 solid;
}
.p-another ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.p-another ul li {
	padding: 0 0 15px 0;
	width: calc(100% / 3 - 20px);
	background-color: #F0F3F5;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.p-another ul li p:first-child img {
	width: 100%;
}
.p-another ul li p:nth-child(2) {
	padding: 10px 15px 10px 80px;
	background-color: #A6BAC9;
	color: #fff;
	position: relative;
}
.p-another ul li p:nth-child(2)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #356991 url('../img/common/i_cal2.png') center center no-repeat;
	background-size: 24px auto;
}
.p-another ul li p:nth-child(2) span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.p-another ul li p:nth-child(3) {
	padding: 8px 15px 0 15px;
	color: #052843;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.p-another ul li p:nth-child(4) {
	margin-top: auto;
	padding: 15px 15px 0 15px;
	color: #052843;
}
.p-another ul li p:nth-child(4) span {
	padding-left: 22px;
	display: block;
	background: url("../img/common/i_place2.png") no-repeat left 4px;
	background-size: auto;
	background-size: 14px auto;
	font-size: 0.85em;
}
.p-another ul li p:nth-child(4) a::after {
	content: '【LINK】';
}
.p-another ul li p:nth-child(4) a:hover {
	opacity: 0.6;
}



.p-index__pickup h2, .p-index__info h2 {
	font-family: "Commissioner", sans-serif;
}



/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 950px) {

body {
	min-width: auto;
}

.l-header {
	/*padding: 15px;*/
}
.l-header__logo {
	width: 100px;
}
.l-header__navi {
	padding: 15px;
}


.l-footer {
	flex-direction: column;
	gap: 0;
}
.l-footer > * {
	width: 100%!important;
}
.l-footer ul {
	justify-content: center;
}
.l-footer__link {
	padding: 0!important;
	display: contents;
}
.l-footer__link__contact {
	gap: 10px 0!important;
	text-align: center;
}
.l-footer__link__contact > li {
	width: 100%;
}
.l-footer__link__contact li:first-child p:last-child {
	font-size: 2.0em;
}
.l-footer__link__contact {
	padding: 40px 20px 0 20px;
	order: 1;
}
.l-footer__link__menu1 {
	padding: 0 20px;
	font-size: 0.85em;
	order: 2;
}
.l-footer .l-footer__logo {
	max-width: 60%;
	margin: 0 auto 60px auto;
	padding: 0;
	order: 3;
}
.l-footer__link__info {
	padding: 0 20px;
	font-size: 0.85em;
	order: 4;
}
.l-footer__link__menu2 {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 0.85em;
	order: 5;
}
.l-footer__other {
	text-align: center;
	gap: 20px 0;
	order: 6;
}
.l-footer__other > * {
	width: 100%!important;
}

.stt-lang-select.tl {
	top: initial!important;
	border-radius: 0 5px 0 0!important;
	bottom: 0!important;
}



.c-menu {
	width: 100%;
	padding: 90px 50px 50px 50px;
	overflow-y: auto;
}
.c-menu ul:first-child {
	font-size: 1.2em;
	gap: 20px 0;
}

.c-headerLink ul:first-child {
	display: none;
}

.c-palnList ul {
	display: grid!important;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto;
	gap: 30px 0;
	justify-items: center;
}
.c-palnList ul > div > div {
	width: 100%!important;
}
.c-palnList ul li {
	display: none;
}
.c-palnList ul li:first-child {
	width: 70%!important;
	grid-column: 1 / 3!important;
	border: #2F3F6A 15px solid;
	display: block;
}
.c-palnList ul li:nth-child(2) {
	grid-column: 1 / 2!important;
	width: 100%!important;
	display: block;
}
.c-palnList ul li:nth-child(3) {
	grid-column: 2 / 3!important;
	width: 100%!important;
	display: block;
}
.c-palnList ul li p:nth-child(3) {
	min-height: 55px;
}
.calendar-header-text {
	width: 90%;
}

.c-linkButton a {
	padding: 10px 20px;
	font-size: 0.9em;
}

.p-index__head {
	padding: 250px 50px 250px 50px;
	text-align: center;
	height: auto;
}
.p-index__head__message > p {
	width: 70%;
	margin: 50px auto;
}
.p-index__head__info {
	padding: 60px 20px 15px;
	text-align: left;
	font-size: 0.85em;
}
.p-index__head__info div {
	justify-content: left;
}

.p-index__head__submenu {
	width: 100%;
	bottom: 0px;
	right: initial;
	left: 0;
}
.p-index__head__submenu ul {
	flex-direction: initial;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.p-index__head__submenu ul li {
	width: calc(100% / 3);
}
.p-index__head__submenu ul li:nth-child(4),
.p-index__head__submenu ul li:nth-child(5),
.p-index__head__submenu ul li:nth-child(6) {
	display: none;
}
 
.p-index__head__submenu ul li:nth-child(n+7) {
	width: calc(100% / 2);
	display: block;
}
.p-index__head__submenu ul li:nth-child(n+7) a {
	padding: 15px 20px 15px 20px;
	background-color: #003258;
}
.p-index__head__submenu ul li:nth-child(n+7) a span {
	padding: 3px 0 3px 28px;
}
.p-index__head__submenu ul li:nth-child(7) span {
	background: url(../img/common/i_plan.png) left center no-repeat;
	background-size: 18px auto;
}
.p-index__head__submenu ul li:nth-child(8) span {
	background: url(../img/common/i_faq.png) left center no-repeat;
	background-size: 18px auto;
}

.p-index__head__submenu {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}




.p-index__info {
	width: 100%;
	padding: 20px;
	font-size: 0.85em;
}
.p-index__info dl {
	grid-template-columns: 90px calc(100% - 90px);
}
.p-index__info dt {
	grid-column: 1;
	border-top: 1px solid #A6BAC9;
	border-bottom: none;
}
.p-index__info dd {
	grid-column: 2;
	padding: 10px 0 0 0;
	border-top: 1px solid #A6BAC9;
	border-bottom: none;
	border-bottom: none;
}
.p-index__info dd:nth-of-type(2n) {
	margin: -20px 0 10px 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.p-index__pickup {
	width: 100%;
	padding: 200px 20px 50px 20px;
	font-size: 0.85em;
}
.p-index__pickup .c-palnList {
	width: 100%;
}
.c-palnList .js-slider {
	opacity: 1;
}

.p-index__2024 {
	width: 100%;
}
.p-index__2024 > div:first-child div {
	width: 100%;
	margin: 0 auto !important;
}
.p-index__2024 > div:first-child div img {
	width: 100%;
}


.p-plan__head {
	margin-bottom: 50px;
	padding-bottom: 0;
	flex-direction: column-reverse;
}
.p-plan__head > * {
	width: 100%;
}
.p-plan__head__info {
	padding: 20px;
}
.p-plan__head__info div:first-child {
	font-size: 0.85em;
}
.p-plan__head h1 {
	font-size: 1.5em;
	line-height: 1.4;
}
.p-plan__head__info dl {
	width: 100%;
	font-size: 0.9em;
}

.p-plan__head__visual {
	padding-bottom: 20px;
	height: initial;
	background-color: #111A31;
}
.p-plan__head__visual > div:first-child {
	width: 100%;
	/*aspect-ratio: 4 / 3;*/
	flex: initial;
}
.p-plan__head__visual > div:first-child img {
	width: 100% !important;
}
.p-plan__head__visual > ul {
	width: 100%;
	flex: initial;
}
.p-plan__head__visual ul li {
	min-width: calc((100% - 50px) / 6);
	width: calc((100% - 50px) / 6);
}
.p-plan__head__visual ul li img {
	height: 100%;
	object-fit: cover;
}
.p-plan__head__visual > div:last-child {
	width: 100%;
	right: initial;
	left: 0;
}

.p-plan .slick-track {
	width: 100% !important;
	transform: none!important;
}
.p-plan .slick-slide.slick-current {
	opacity: 0.5;
}
.p-plan .slick-slide {
	height: initial!important;
}
.p-plan .c-sliderArrow {
	display: none!important;
}

.p-plan__head__info dl dt {
	width: 100%;
	padding: 4px 6px 6px 6px;
	border-top: none;
	float: none;
}
.p-plan__head__info dl dd {
	width: 100%;
	margin-left: 0;
	padding: 8px 6px 20px 6px;
	border-top: none;
}

.p-plan__body__navi {
	display: none;
}

.p-plan__body {
	max-width: 100%;
	padding: 0 20px;
	gap: 50px 0;
}
.p-plan__body h2, .p-caution h2 {
	margin-bottom: 15px;
	font-size: 1.25em;
}
.p-plan__body h3 {
	margin-bottom: 15px;
	font-size: 1.0em;
}
.p-plan__body h4 {
	margin-bottom: 15px;
	font-size: 1.25em;
}

.p-plan__body__p01 .c-linkButton {
	text-align: center;
}

.p-plan__body__p02 dl dt {
	width: 100%;
	padding: 6px 10px;
	background: #eee;
}
.p-plan__body__p02 dl dd {
	width: 100%;
	padding: 6px 10px 35px;
}
.p-plan__body__p02 > ul {
	gap: 15px 15px;
}
.p-plan__body__p02 > ul li {
	width: 100%;
	padding: 12px;
	font-size: 0.85em;
}
.p-plan__body__p02 > ul li h3 {
	margin-bottom: 15px;
	font-size: 1.0em;
}

.p-plan__body__p04 .c-box01 > div:first-child {
	width: 100%;
	margin: 0 0 20px 0;
}
.p-plan__body__p04 .c-box01 > div:last-child {
	width: 100%;
}

.p-plan__body__p05 dl dt {
	width: 30%;
}
.p-plan__body__p05 dl dd {
	width: 70%;
	padding: 0 0 0 20px;
}

.p-plan__body__p06 div:nth-child(2) {
	font-size: 1.0em;
}

.p-plan__body__p06 ul li {
	width: calc(50% - 12.5px);
}
.p-plan__body__p06 ul li a {
	padding: 10px 5px;
	font-size: 0.9em;
}

.p-plan__body__p07 > div > div {
	text-align: center;
}

.p-plan__body__p08 ul {
	gap: 10px 10px;
}
.p-plan__body__p08 ul li {
	width: calc((100% - 10px) / 2);
}


.p-caution {
	/*
	max-width: 100%;
	padding: 20px;
	*/
}
.p-caution__list {
	gap: 15px 15px;
}
.p-caution__list > * {
	width: 100%;
	padding: 12px;
	font-size: 0.85em;
}

.p-another {
	padding: 0 20px;
}
.p-another h2 {
	font-size: 1.25em;
}
.p-another ul {
	padding: 0 15px;
}
.p-another ul li {
	width: 100%;
}
.p-another ul li p:nth-child(3) {
	display: block;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	overflow: initial;
	text-overflow: initial;
}



}