@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
:root{
	--blue: #1c4b9d;
	--orange: #ffbd5a;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
	font-family: "Courgette", cursive!important;
	font-weight: 400;
	font-size: 6rem!important;
	letter-spacing: 0.2rem;
}
.heading.block_header_6{
	padding-bottom: 0;
}
@media screen and (max-width: 800px) {
	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 3rem!important;
	}
	.heading.block_header_1.align-left,
	.heading.block_header_6.align-left {
		align-items: center;
	}
}

/*------------------------------------------*/
#lv_outer{
	display: none;
}
/*------------------------------------------*/
#slide+div{
	padding-top: 140px;
}
#slide+div::before{
	display: block;
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, rgb(17, 17, 17,0.5) 0%, rgba(17, 17, 17, 0) 100%);
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:0;
	pointer-events: none;
}
#slide+div > .content_wrapper{
	display: flex;
	align-items: center;
	gap: 0px 5%;
	justify-content: center;
	padding: 0 20px;
}
#slide+div .heading,
#slide+div .add_text{
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#slide+div> .content_wrapper > div{
	flex: 1;
}
#slide+div .gallery_single_slider[data-column="1"] .inner_item img, .gallery_single_slider:not([data-column]) .inner_item img{
	max-width: calc(100% - 40px);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#slide+div .heading.block_header_1 p{
	font-size: clamp(3rem, 4vw, 5.5rem);
	font-family: "Cormorant Infant","Shippori Mincho",'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
}
#slide+div .add_text{
	font-weight: 600;
}

@media screen and (max-width: 900px) {
	#slide+div > .content_wrapper{
		flex-direction: column;
	}
	#slide+div{
		padding-top: 100px;
	}
	#slide+div::before{
		height: 100px;
	}
}
/*------------------------------------------*/
a[id*="favorite"]+div{
	background-image: radial-gradient(#cfedff 2px, transparent 4px), radial-gradient(#cfedff 2px, #ffffff 4px);
    background-size: 40px 40px!important;
    background-position: 0 0, 20px 20px!important;
	background-repeat: repeat!important;
}
a[id*="favorite"]+div .wrapper_item{
	overflow: visible;
}
#favorite1+div .heading.block_header_1 p,
#favorite1+div .heading.block_header_1 .h{
	color: var(--blue);
}
a[id*="favorite"]+div .inner_item a{
	pointer-events: none;
}

a[id*="favorite"]+div .inner_item .inner_item_txt{
	background: linear-gradient(-45deg, #90eaff 0%, #28b0ed 52%, #5471f7 100%);
	width: 80%;
	max-width: 340px;
	margin: -100px -20px 0 auto;
	color: #fff!important;
	padding: 20px;
	z-index: 1;
}
a[id*="favorite"]+div .inner_item .inner_item_img{
	width: 90%;
}
a[id*="favorite"]+div .inner_item:nth-of-type(2){
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	a[id*="favorite"]+div .inner_item .inner_item_txt,
	a[id*="favorite"]+div .inner_item .inner_item_img{
		max-width: none;
		width: 100%;
		margin: 0;
	}
	a[id*="favorite"]+div .inner_item .inner_item_txt{
		padding: 20px!important;
	}
	a[id*="favorite"]+div .inner_item:nth-of-type(2){
		margin-top: 0px;
	}
}
/*------------------------------------------*/
#schedule+div.composite_box01.block_images_22 .inner_item{
	width: calc(50% - 60px)!important;
	flex-direction: column-reverse!important;
	display: flex!important;
	position: relative;
	overflow: visible;
}
#schedule+div.composite_box01.block_images_22 .inner_item::before{
	display: block;
	content: "";
	width: 50px;
	height: 5px;
	background: var(--blue);
	position:absolute;
	top: 12px;
	left: -60px;
	z-index:0;
	pointer-events: none;
	border-radius: 6px;
}
#schedule+div.composite_box01.block_images_22 .inner_item::after{
	display: block;
	content: "";
	width: 32px;
	aspect-ratio: 1;
	background: var(--blue);
	border-radius: 50%;
	position:absolute;
	top: 14px;
	left: -60px;
	z-index:0;
	pointer-events: none;
	transform: translate(-50%, -50%);
}
#schedule+div.composite_box01.block_images_22 .inner_item:nth-of-type(even)::before{
	left: auto;
	right: -60px;
}
#schedule+div.composite_box01.block_images_22 .inner_item:nth-of-type(even)::after{
	left: auto;
	right: -60px;
	transform: translate(50%, -50%);
}
#schedule+div.composite_box01.block_images_22 .inner_item:nth-of-type(odd){
	margin-right: 0!important;
	margin-left: auto!important;
}
#schedule+div.composite_box01.block_images_22 .inner_item_txt{
	padding-left: 0;
	margin-bottom: 20px;
}
#schedule+div.composite_box01.block_images_22 .inner_item > a,
.composite_box01.block_images_22 .inner_item_txt{
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}
#schedule+div .heading.block_header_4 .h{
	color: var(--blue);
	font-size: 2.4rem!important;
}
#schedule+div.composite_box01.block_images_22 .inner_item:nth-of-type(even) .heading.block_header_4 .h{
	text-align: right;
}
#schedule+div.composite_box01.block_images_22 .inner_item+.inner_item{
	margin-top: -150px!important;
}

#schedule+div .wrapper_item{
	position: relative;
	padding-top: 32px;
}
#schedule+div .wrapper_item::before{
	display: block;
	content: "";
	width: 5px;
	height: calc(100% - 60px);
	background: var(--blue);
	position:absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index:0;
	pointer-events: none;
}
#schedule+div .wrapper_item::after{
	display: flex;
	content: "7:30";
	width: auto;
	aspect-ratio: 1;
	border: 5px solid var(--blue);
	background: #e0f3ff;
	color: var(--blue);
	font-size: 2.4rem;
	line-height: 1;
	position:absolute;
	border-radius: 50%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index:0;
	pointer-events: none;
	padding: 0.6em;
	align-items: center;
	justify-content: center;
}
#schedule+div > .content_wrapper{
	position: relative;
}
#schedule+div > .content_wrapper::after{
	display: flex;
	content: "15:30";
	width: auto;
	aspect-ratio: 1;
	border: 5px solid var(--blue);
	background: #e0f3ff;
	color: var(--blue);
	font-size: 2.1rem;
	line-height: 1;
	position:absolute;
	border-radius: 50%;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:0;
	pointer-events: none;
	padding: 0.6em;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 650px) {
	#schedule+div.composite_box01.block_images_22 .inner_item{
		width: calc(100% - 30px)!important;
		margin-right: 0!important;
		margin-left: auto!important;
	}
	#schedule+div .heading.block_header_4 .h{
		font-weight: 2.0rem!important;
	}
	#schedule+div.composite_box01.block_images_22 .inner_item:nth-of-type(even) .heading.block_header_4 .h{
		text-align: left;
	}
	#schedule+div .wrapper_item::before{
		transform: none;
		left: 0px;
		width: 3px;
	}
	#schedule+div.composite_box01.block_images_22 .inner_item+.inner_item{
		margin-top: 0px!important;
	}
	#schedule+div.composite_box01.block_images_22 .inner_item::before{
		height: 3px;
		width: 20px;
		left: -30px;
	}
	#schedule+div.composite_box01.block_images_22 .inner_item:nth-of-type(even)::before{
		left: -30px;
		right: auto;
	}
	#schedule+div.composite_box01.block_images_22 .inner_item::after{
		display: none;
	}
	#schedule+div .wrapper_item{
		overflow: visible;
		margin-left: 5px;
	}
	#schedule+div .wrapper_item::after{
		font-size: 1.6rem;
		border-width: 2px;
		left: 5px;
	}
	#schedule+div > .content_wrapper::after{
		font-size: 1.5rem;
		border-width: 2px;
		left: 5px;
		transform: translateY(-100%);
	}
	#schedule + div.composite_box01.block_images_22 .inner_item:nth-of-type(2n+1):last-child{
		margin-left: 45px!important;
	}
}
/*------------------------------------------*/
#point+div .wrapper_item{
	gap: 10px;

}
#point+div .inner_item{
	border: 10px solid;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-image: linear-gradient(-45deg, #90eaff 0%, #28b0ed 52%, #5471f7 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
	padding: 30px 20px;
	margin-left: 0!important;
	width: auto!important;
	flex: 1;
	min-width: 25%;
	margin-bottom: 0!important;
	display: flex;
	flex-direction: column;
}
#point+div .inner_item .heading.block_header_4 .h{
	color: var(--blue);
	font-size: 2.4rem!important;
}
#point+div .inner_item .inner_item_img img{
	height: auto!important;
}
#point+div.composite_box01 .inner_item > a{
	width: 50%;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
@media screen and (max-width: 800px) {
	#point+div .inner_item{
		border-width: 4px;
		min-width: 33.3%;
		padding: 20px 15px;
	}
	#point+div .inner_item .heading.block_header_4 .h{
		font-size: 1.7rem!important;
	}
	#point+div .inner_item .inner_item_txt p{
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
/*------------------------------------------*/
.block_table_1 table th{
	background: var(--blue);
	color: #fff;
	text-align: left;
}
.block_table_1 table th,
.block_table_1 table td {
	padding: 30px;
}
#table+div{
	--i_border_color: #e0f3ff;
}
@media screen and (max-width: 768px) {
	.block_table_1 table th,
	.block_table_1 table td {
		padding: 6px;
	}
}
/*------------------------------------------*/
/* 動き */
#schedule+div .inner_item.show,
#point+div .inner_item.show,
a[id*="favorite"]+div .inner_item.show{
    opacity: 0;
}
#schedule + div .inner_item.showActive{
    animation: zoomInAnime 0.5s forwards;
}
#point + div .inner_item.showActive,
a[id*="favorite"]+div .inner_item.showActive{
	animation: fadeIn 0.8s forwards;
}
#schedule+div .inner_item.showActive:nth-of-type(1),
#point+div .inner_item.showActive:nth-of-type(1){
	animation-delay: 0.5s;
}
#schedule+div .inner_item.showActive:nth-of-type(2),
#point+div .inner_item.showActive:nth-of-type(2),
a[id*="favorite"]+div .inner_item:nth-of-type(2){
	animation-delay: 0.7s;
}
#schedule+div .inner_item.showActive:nth-of-type(3),
#point+div .inner_item.showActive:nth-of-type(3){
	animation-delay: 0.9s;
}
#schedule+div .inner_item.showActive:nth-of-type(4),
#point+div .inner_item.showActive:nth-of-type(4){
	animation-delay: 1.1s;
}
#schedule+div .inner_item.showActive:nth-of-type(5),
#point+div .inner_item.showActive:nth-of-type(5){
	animation-delay: 1.3s;
}
#point+div .inner_item.showActive:nth-of-type(6){
	animation-delay: 1.5s;
}
@media screen and (max-width: 480px){
    #schedule+div .inner_item.showActive:nth-of-type(2),
    #schedule+div .inner_item.showActive:nth-of-type(3),
    #schedule+div .inner_item.showActive:nth-of-type(4),
	#schedule+div .inner_item.showActive:nth-of-type(5),
	#point+div .inner_item.showActive:nth-of-type(2),
    #point+div .inner_item.showActive:nth-of-type(3),
    #point+div .inner_item.showActive:nth-of-type(4),
	#point+div .inner_item.showActive:nth-of-type(5),
	a[id*="favorite"]+div .inner_item:nth-of-type(2){
        animation-delay: 0.5s;
    }
}
@keyframes zoomInAnime{
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeIn {
	from {
	opacity: 0;
	transform: translateY(50px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
/*------------------------------------------*/
.widget_form {
	--i_sub2_color: #fff;
	--i_border_color: #e0f3ff;
}
main form dl input,
.widget_form form textarea{
	border: 2px solid var(--blue);
}
.widget_form form dl input:focus,
.widget_form form textarea:focus {
	border: 3px solid var(--blue);
}
.widget_form form dl{
	padding: 0;
	margin: 0;
}
main form dl dt{
	padding: 30px;
	background: var(--blue);
	color: #fff;
}
main form dl dd{
	background: #fff;
	padding: 30px;
}
.widget_form form dl:nth-of-type(1){
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	main form dl dt,
	main form dl dd{
		padding: 6px;;
	}
}
main form .submit span input{
	background: #ffbd5a;
}
.widget_form .privacypolicy{
	background: #fff;
	border: 1px solid #ccc;
}

.widget_form form .submit input {
  padding: 12px 12px 10px !important;

}
.contents_related{
	padding-top: 60px;
}
