/*+++++++++++++++
common
++++++++++++++++*/

body {
	background: var(--beige);
	font-family: var(--gs);
	overflow-x: hidden;
	counter-reset: number 0;
}

.br {display:none;}
.br2 {display:block;}

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

img {
	vertical-align:bottom;
	max-width:var(--flex-100);
}
p {
	z-index: 1;
	position: relative;
}
a {text-decoration:none; cursor: pointer;}

.vbox-content {
	max-width: var(--large-inner) !important;
	margin: auto !important;
}

.flex {display: grid;}
.grid {display: grid;}
.column-2 {grid-template-columns: repeat(1,1fr);}
.column-3 {grid-template-columns: repeat(1,1fr);}

.item-center {align-items:center;/* justify-content: space-between; */}

marker {
	position: relative;
	background-color: rgba(255.255, 255,0,0.5);
}
figure {
	overflow: hidden;
}
.scale {transition: .3s; transform: scale(1.0);}
.scale:hover {transition: .3s; transform: scale(1.05);}
.zoom {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.venobox_event {
	position: relative;
	display: block;
	overflow: hidden;
}


.pdf_button {
    display: block;
    background: #fff;
    color: var(--red);
    position: relative;
    letter-spacing: 0;
    z-index: 101;
    padding: 25px 5px 25px 4.5rem;
    font-weight: var(
    --wght-700);
    box-sizing: border-box;
    width: 100%;
    max-width: var(
    --flex-90);
    border: 2px solid var(
    --red);
    box-shadow: 0 6px 0 0 var(
    --red);
    border-radius: 10px;
    text-decoration: none;
    transition:.3s;
    margin: 0 auto 20px;
    text-align: left;
}
.pdf_button:hover {
	transition:.3s;
	box-shadow: 0 0 0 0 var(--red);
	transform: translate3d(0, 6px, 0);
}
.pdf_button:after {
	content:"";
	background: url(../images/pdf.png) no-repeat;
	display: block;
	width: 30px;
	height: 40px;
	background-size: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 1.5rem;
}
.pdf_button span {
	display: block;
	
	font-size: var(--font-em);
	color: var(--black);
	margin: 5px 0 0;
}
.pdf_button.excel {color: var(--black);border: 2px solid var(--green);box-shadow: 0 6px 0 0 var(--green);}
.pdf_button.excel:after {
	background: url(../images/excel.png) no-repeat;
	background-size: 20px;
}
/*+++++++++++++++
header
++++++++++++++++*/
header {
	padding: 10px;
	position: absolute;
	justify-content: space-between;
	width: var(--flex-100);
	box-sizing: border-box;
	background: var(--white);
}
header a.logo {
	display: block;
	align-items: center;
	color: inherit;
	text-decoration: none;
	max-width: var(--flex-100);
	text-align: center;
}
header a.logo img {
	width: 150px;
	margin: 0 auto 10px;
}
header .ct_button {
	text-align: center;
	color: inherit;
	text-decoration: none;
	background: var(--red);
	border: 2px solid var(--red);
	padding: 13px 20px 15px;
	border-radius: 10px;
	font-weight: var(--wght-600);
	font-size: var(--font-h5);
	position: fixed;
	right: 0;
	left: 0;
	margin: auto;
	color: var(--white);
	bottom: 1rem;
	z-index: 101;
	top: inherit;
	max-width: var(--flex-90);
	width: var(--flex-100);
	box-sizing: border-box;
}
header .ct_button i {
	position:absolute;
	right: 0.5rem;
	bottom: 0;
	top: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: var(--font-em);
}
/*+++++++++++++++
image
++++++++++++++++*/
#image {
	padding: 5rem 0 3rem;
}
/*+++++++++++++++
about
++++++++++++++++*/
#about .medium-inner{
	display: block;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	grid-template-columns: 1fr;
	justify-content: space-between;
}
#about .writing {
	margin: 0 auto 30px;
	display: block;
	align-items: flex-start;
}
#about .writing > div {
	/* writing-mode: vertical-lr; */
	line-height: var(--lh-sm);
	font-size: var(--font-h2);
	border-bottom: 1px solid var(--black);
	width: auto;
	letter-spacing: 2px;
	font-weight: var(--wght-600);
	margin: 0 auto 10px;
	padding: 0 10px 0 0;
	display: block;
	max-width: max-content;
}
.swiper-wrapper{
  transition-timing-function: linear;
}
#about .swiper-slide {

}
#about .swiper-slide:nth-child(odd) {
	margin: 0px 0 0;
}
/*+++++++++++++++
oneday_ticket
++++++++++++++++*/
#oneday_ticket .column-2 {
	grid-template-columns: 1fr;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: column;
}

#oneday_ticket .column-2 > div:first-child {
	order:2;
}
#oneday_ticket .column-2 > div:last-child {
	order:1;
}

#oneday_ticket .column-3{
	display:block;
}
#oneday_ticket .column-2 div:last-child img{
	aspect-ratio:3/2.2;
	object-fit:cover;
}
#oneday_ticket .column-2 .column-3 a {
	background: var(--white);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid var(--blue);
	color: inherit;
	font-weight: var(--wght-600);
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	/* font-size: var(--font-h4); */
	border-radius: 20px;
	position: relative;
	box-shadow: 0 6px 0 0 var(--blue);
	transition:.3s;
	transform: translate3d(0, 0px, 8px);
	margin: 0 auto 20px;
}
#oneday_ticket .column-2 .column-3 a span {
	font-size:var(--font-h4);
}
#oneday_ticket .column-2 .column-3 a figure {
	margin:0;
}
#oneday_ticket .column-2 .column-3 a i {
	position:absolute;
	top:0;
	right:0;
	margin: 1rem;
	color: var(--darkgray);
	font-size: inherit;
}

#oneday_ticket .column-2 .column-3 a:hover{
	transition:.3s;
	box-shadow: 0 0 0 0 var(--blue);
	transform: translate3d(0, 6px, 0);
}


#oneday_ticket .column-2 .column-3 a figure img {
	aspect-ratio:unset;
	width: 80px;
	margin: 0;
}


/*+++++++++++++++
ccw
++++++++++++++++*/
#ccw {
	position:relative;
}
#ccw svg {
	position:absolute;
	top: -20rem;
	z-index: -1;
}

#ccw .column-2 {
	grid-template-columns: 1fr;
	align-items: flex-start;
	display: flex;
	flex-direction: column-reverse;
}

#ccw .ccw_map a{
	border: 1px solid var(--black);
	padding: 3px;
	background: var(--white);
}
#ccw .zenkei {
	
}
#ccw .zenkei img{
	aspect-ratio: 2/0.8;
	object-fit: cover;
}
#ccw ol li {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	margin: 0 0 22px;
	border-bottom: 1px dashed var(--darkgray);
	padding: 0 0 22px;
	align-items: flex-start;
}
#ccw ol li:last-child {
	border:none;
	padding: 0;
	margin: 0;
}
#ccw ol li figure {
	border-radius: 100%;
	overflow: hidden;
	height: 200px;
	width: 200px;
	margin: auto;
}
#ccw ol li figure:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	width: 60px;
	height: 60px;
	background: var(--blue);
	z-index: 100;
	color: var(
	--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--en);
	border-radius: 100px;
	font-size: var(--font-h3);
	margin: -0.5rem;
}
#ccw ol li  figure img {
	aspect-ratio: 4/4;
	object-fit: cover;
}
#ccw ol li dl {
	
align-items: center;
	
margin: 20px auto 0;
}
#ccw ol li dt {
	
text-align: center;
}
#ccw ol li dd {
	position: relative;
	z-index: 1;
}
/*+++++++++++++++
modelcourse
++++++++++++++++*/

#modelcourse li{
	/* border: 2px solid var(--black); */
	padding: 40px 30px 50px;
	box-sizing: border-box;
	background: var(--white);
	border-radius: 50px;
}
#modelcourse .h2-title {
	border-bottom: none;
	padding: 0;
	position: relative;
	display: block;
	text-align: center;
}
#modelcourse .h2-title a {
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	width: 40px;
	background: var(--blue);
	height: 40px;
	/* border: 1px solid var(--gray); */
	border-radius: 100px;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px auto 0;
}
#modelcourse .h2-title a i{
	position: relative;
	color: var(--white);
	font-size: var(--font-h5);
}
#modelcourse .start {
	border: 2px solid var(--black);
	font-size: 62.5%;
	padding: 5px 20px;
	max-width: max-content;
	margin: 0 auto 10px;
}
#modelcourse dl {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	margin: 30px 0 0;
	align-items: center;
}
#modelcourse dt img {
	aspect-ratio: 4/2;
	margin: 0 auto 20px;
	object-fit: cover;
}
a.pdf {
	display: block;
	padding: 0 0 0 35px;
	position: relative;
	color: var(--darkblue);
	text-decoration: underline;
}
a.pdf:hover {
	text-decoration:none;
}
a.pdf:after {
	content:"";
	background: url("../images/pdf.png") no-repeat;
	left: 0;
	width: 22px;
	height: 32px;
	position: absolute;
	background-size: 22px;
	top: 0;
}

/*+++++++++++++++
parking
++++++++++++++++*/
#parking  {
	position: relative;
	z-index: 100;
}
#parking .column-3 > div {
	
grid-template-columns: repeat(2,1fr);
	
display: grid;
	
gap: 20px;
}
#parking svg {
	position: absolute;
	top: -6rem;
	outline: none;
	z-index: 0;
}
#parking .parkingbox > div {
	background: var(--white);
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
#parking .parkingbox > div img {
	border-radius: 20px;
}
#parking .parkingbox > div .h5-title {
	color:var(--blue);
}

/*+++++++++++++++
travel_link
++++++++++++++++*/
#travel_link .travel_link{
	background: var(--white);
	padding: 20px 100px 20px;
	border-radius: 10px;
	color: inherit;
	font-family: var(--en);
	font-weight: var(--wght-600);
	font-size: var(--font-h3);
	letter-spacing: 1px;
	position: relative;
	margin: auto;
	display: block;
	width: var(--width360);
	max-width: max-content;
}

#travel_link .flex {
	display: block;
	justify-content: space-between;
}
#travel_link .flex .h3-title {
	display:block;
	text-align:center;
	margin:0 auto 20px;
}
#travel_link .travel_link i {
	position:absolute;
	top: 0.4rem;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	right: 1.5rem;
	font-size: var(--font-h6);
}

/*+++++++++++++++
footer
++++++++++++++++*/
#pagetop {
    background: var(--darkblue);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: fixed;
    bottom: 5rem;
    z-index: 100;
    color: var(--white);
    font-size: var(--font-h5);
    right:0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    transition: .3s;
}
.flogo {
	max-width: var(--width180);
}

/*+++++++++++++++
image
++++++++++++++++*/
body.none header {
	background: var(--white);
	justify-content: center;
}
body.none #image{
	padding: 5.5rem 0 8rem;
}


@media screen and (min-width: 1024px) {
/*+++++++++++++++
common
++++++++++++++++*/
body {
	background: var(--beige);
	font-family: var(--gs);
	overflow-x: hidden;
	counter-reset: number 0;
}
.br {display:block;}
.br2 {display:none;}
	
.pc {display: block;}
.sp {display: none;}	
img {
}
p {
	z-index: 1;
	position: relative;
}
a {text-decoration:none; cursor: pointer;}

.vbox-content {
	max-width: var(--large-inner) !important;
	margin: auto !important;
}

.flex {display: flex;justify-content: center;}
.grid {}
.column-2 {grid-template-columns: repeat(2,1fr);}
.column-3 {grid-template-columns: repeat(3,1fr);}

.item-center {}

marker {
	position: relative;
	background-color: rgba(255.255, 255,0,0.5);
}
figure {
	overflow: hidden;
}
.scale {transition: .3s; transform: scale(1.0);}
.scale:hover {transition: .3s; transform: scale(1.05);}
.zoom {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}


.pdf_button {
    padding: 25px 25px 25px 5rem;
    max-width: var(--width480);
    margin: 0 !important;
}
.pdf_button:hover {
	transition:.3s;
	box-shadow: 0 0 0 0 var(--red);
	transform: translate3d(0, 6px, 0);
}
.pdf_button:after {
	display: block;
	width: 25px;
	height: 35px;
	background-size: 25px;
	left: 2rem;
}
.pdf_button.excel:after {
	background-size: 25px;
}
/*+++++++++++++++
header
++++++++++++++++*/
header {padding: 30px 40px;}
header a.logo {
	display: flex;
}
header a.logo img {
	width: 200px;
}
header .ct_button {
	width: auto;
	max-width: max-content;
	bottom: inherit;
	top: 1.8rem;
	left: inherit;
	right: 2rem;
	padding: 12px 60px 13px 40px;
	font-size: var(--font-h6);
}
header .ct_button i {
	position:absolute;
	right: 1rem;
	bottom: 0;
	top: 0.2rem;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: var(--font-h6);
}
/*+++++++++++++++
about
++++++++++++++++*/
#about .medium-inner{
	display: grid;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	grid-template-columns: 10% 75%;
	justify-content: space-between;
}
#about .writing {
	margin: 0 60px 0 0;
	display: flex;
	align-items: flex-start;
}
#about .writing > div {
	writing-mode: vertical-lr;
	border-right: 1px solid var(--black);
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-bottom: none;
}
.swiper-wrapper{
  transition-timing-function: linear;
}
#about .swiper-slide {

}
#about .swiper-slide:nth-child(odd) {
}
/*+++++++++++++++
oneday_ticket
++++++++++++++++*/
#oneday_ticket .column-2 {
	grid-template-columns: 53% 45%;
	display: grid;
	flex-direction: unset;
}
#oneday_ticket .column-2 > div:first-child {
	order:1;
}	
#oneday_ticket .column-2 div:last-child img{
}
#oneday_ticket .column-2 .column-3 a {
	padding: 40px 0 20px;
	font-size: var(--font-h6);
	display: block;
	width: var(--flex-100);
}
#oneday_ticket .column-2 .column-3 a i {
}

#oneday_ticket .column-2 .column-3 a:hover{
	transition:.3s;
	box-shadow: 0 0 0 0 var(--blue);
	transform: translate3d(0, 6px, 0);
}


#oneday_ticket .column-2 .column-3 a figure img {
	aspect-ratio:unset;
	width: auto;
	margin: 0 0 0 8px;
}
#oneday_ticket .column-3 {
	display:grid;
}
    #oneday_ticket .column-2 .column-3 a figure {
        margin: 0 auto 20px;
    }

/*+++++++++++++++
ccw
++++++++++++++++*/
#ccw {
}
#ccw svg {
	position:absolute;
	top: -20rem;
	z-index: -1;
}

#ccw .column-2 {
	grid-template-columns: 50% 50%;
	flex-direction: unset;
	display: grid;
}

#ccw .zenkei {
	
}
#ccw .zenkei img{
	aspect-ratio: 2/0.8;
	object-fit: cover;
}
#ccw ol li {
	grid-template-columns: 20% 75%;
}
#ccw ol li:last-child {
	border:none;
}
#ccw ol li figure {
	height: 160px;
	width: 160px;
}
#ccw ol li figure:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	width: 60px;
	height: 60px;
	background: var(--blue);
	z-index: 100;
	color: var(
	--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--en);
	border-radius: 100px;
	font-size: var(--font-h3);
	margin: -0.5rem;
}
#ccw ol li  figure img {
	aspect-ratio: 4/4;
	object-fit: cover;
}
#ccw ol li dl {
}
#ccw ol li dt {
	
text-align: unset;
}
#ccw ol li dd {
}
/*+++++++++++++++
modelcourse
++++++++++++++++*/

#modelcourse li{
	padding: 50px;
}
#modelcourse .h2-title {
	border-bottom: 1px solid var(--opa-black02);
	padding: 0 0 30px;
	position: relative;
	display: block;
}
#modelcourse .h2-title a {
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	width: 60px;
	background: var(--blue);
	height: 60px;
	/* border: 1px solid var(--gray); */
	border-radius: 100px;
}
#modelcourse .h2-title a i{
	position: relative;
	color: var(--white);
	font-size: var(--font-h5);
}
#modelcourse .start {
	padding: 10px;
}
#modelcourse dl {
	grid-template-columns: 30% 65%;
}
#modelcourse dt img {
	aspect-ratio: 4/4;
	object-fit: cover;
}
a.pdf {
}
a.pdf:hover {
}
a.pdf:after {
	content:"";
	background: url("../images/pdf.png") no-repeat;
	left: 0;
	width: 22px;
	height: 32px;
	position: absolute;
	background-size: 22px;
	top: 0;
}

/*+++++++++++++++
parking
++++++++++++++++*/
#parking  {
}
#parking svg {
	top: -20rem;
	z-index: -1;
}
#parking .parkingbox > div {
	padding: 0 0 30px;
	display: block;
	text-align: center;
}
#parking .parkingbox > div img {
	border-radius: 30px;	
}
#parking .parkingbox > div .h5-title {
	color:var(--blue);
}

/*+++++++++++++++
travel_link
++++++++++++++++*/
#travel_link .flex .h3-title {
	margin:0;
}	
#travel_link .travel_link{
	background: var(--white);
	padding: 30px 100px 27px;
	border-radius: 10px;
	color: inherit;
	font-family: var(--en);
	font-weight: var(--wght-600);
	font-size: var(--font-h3);
	letter-spacing: 1px;
	position: relative;
}

#travel_link .flex {
	display: flex;
	justify-content: space-between;
}
#travel_link .travel_link i {
	position:absolute;
	top: 0.4rem;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	right: 1.5rem;
	font-size: var(--font-h6);
}    
/*+++++++++++++++
footer
++++++++++++++++*/
#pagetop {
	bottom:1rem;
	right:1rem;
}
#pagetop:hover {
    transition: .3s;
}
    footer .flogo {
        max-width: var(--width240);
    }


/*+++++++++++++++
image
++++++++++++++++*/
body.none header {
	background: none;
	justify-content: left;
}
body.none #image{
	padding:0 0 8rem;
}
}
@media screen and (min-width: 1200px) {
#modelcourse .h2-title {
	gap: 0;
	font-size: var(--font-h3)!important;
	display: flex;
}
}
	
@media screen and (min-width: 1500px) {
#modelcourse .h2-title {
font-size: var(--font-h2)!important;
}

}

/*+++++++++++++++
CSS追加2026-04-09
+++++++++++++++++*/
#ccw .ccw-application__title {
					margin: 0 0 36px;
					padding: 12px 20px;
					background-color: #f7f8ec;
					text-align: center;
					font-size: 2.4rem;
					font-weight: 700;
					line-height: 1.4;
					letter-spacing: 0.08em;
					color: #222;
				}

				/* =========================================
   各種申し込みについて
========================================= */
				#ccw .ccw-application {
					max-width: 1180px;
					margin: 100px auto 0;
				}

				#ccw .ccw-application>h3 {
					margin: 0 0 36px;
					padding: 12px 20px;
					background-color: #f7f8ec;
					text-align: center;
					font-size: 2.4rem;
					font-weight: 700;
					line-height: 1.4;
					letter-spacing: 0.08em;
					color: #222;
				}

				/* -----------------------------------------
   上部：各種申込書ボックス
----------------------------------------- */
				#ccw .ccw-application__lead {
					margin-bottom: 44px;
					max-width: 900px;
					margin: 0 auto;
				}

				#ccw .ccw-application__xls {
					position: relative;
					display: flex;
					align-items: center;
					/* min-height: 180px; */
					/* max-width: 540px; */
					padding: 0px 34px 0px 76px;
					border: none;
					/* border-radius: 14px; */
					text-decoration: none;
					color: #222;
					background: #fff;
					transition: opacity 0.3s ease, transform 0.3s ease;
					box-shadow: none;
					margin: 0;
				}

				#ccw .ccw-application__xls:hover {
					opacity: 0.8;
					transform: translateY(-2px);
				}

				#ccw .ccw-application__leadtext {
					display: block;
					font-size: 1.4rem;
					font-weight: 700;
					line-height: 1.55;
					letter-spacing: 0.08em;
				}

				#ccw .ccw-application__leadtext small {
					display: block;
					margin-top: 8px;
					font-size: 0.8rem;
					font-weight: 500;
					line-height: 1.7;
					letter-spacing: 0.06em;
					color: #222;
				}

				/* excelアイコン疑似要素 */
				#ccw .ccw-application__xls.excel {
					position: relative;
				}

				#ccw .ccw-application__xls.excel::before {
					content: "";
					position: absolute;
					left: 28px;
					top: 50%;
					transform: translateY(-50%);
					width: 34px;
					height: 41px;
					background: url("/assets/img/icon/xls.png") no-repeat center / contain;
				}


				/* -----------------------------------------
   申込一覧
----------------------------------------- */
				#ccw .ccw-application__list {
					display: grid;
					grid-template-columns: 1fr;
					gap: 34px;
					padding-top: 34px;
					border-top: 1px solid #ccc;
					max-width: 900px;
					margin: 0 auto;
				}

				#ccw .ccw-application__item,
				#ccw .ccw-application__subitem {
					position: relative;
					display: block;
					padding-left: 48px;
					text-decoration: none;
					color: #222;
					transition: opacity 0.3s ease, transform 0.3s ease;
				}

				#ccw .ccw-application__item:hover,
				#ccw .ccw-application__subitem:hover {
					opacity: 0.8;
					transform: translateY(-2px);
				}

				#ccw .ccw-application__text {
					display: block;
					font-size: 1rem;
					font-weight: 400;
					line-height: 1.6;
					letter-spacing: 0.08em;
					color: #222;
				}

				/* PDFアイコン疑似要素 */
				#ccw .ccw-application__item.pdf::before,
				#ccw .ccw-application__subitem.pdf::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0.35em;
					width: 24px;
					height: 29px;
					background: url("/assets/img/icon/pdf.png") no-repeat center / contain;
				}

				/* -----------------------------------------
   右下囲み
----------------------------------------- */
				#ccw .ccw-application__subbox {
					max-width: 291px;
					margin-top: 26px;
					margin-left: auto;
					padding: 28px 28px 24px;
					border: 1px solid #333;
					background: #fff;
				}

				#ccw .ccw-application__subbox .ccw-application__subitem+.ccw-application__subitem {
					margin-top: 20px;
				}

				/* -----------------------------------------
   tablet
----------------------------------------- */
				@media screen and (min-width: 768px) {
					#ccw .ccw-application>h3 {
						font-size: 2.8rem;
						margin-bottom: 44px;
					}

					#ccw .ccw-application__lead {
						margin-bottom: 52px;
						margin: 0 auto 23px;
					}

					#ccw .ccw-application__list {
						grid-template-columns: repeat(2, minmax(0, 1fr));
						column-gap: 80px;
						row-gap: 46px;
					}

					#ccw .ccw-application__subbox {
						margin-top: 18px;
					}
				}

				/* -----------------------------------------
   PC
----------------------------------------- */
				@media screen and (min-width: 1024px) {
					#ccw .ccw-application {
						margin-top: 110px;
					}

					#ccw .ccw-application>h3 {
						font-size: 2rem;
						padding: 14px 20px;
						margin-bottom: 38px;
					}

					#ccw .ccw-application__lead {
						margin-left: 0px;
						margin-bottom: 15px;
						margin: 0 auto;
					}

					#ccw .ccw-application__xls {
						min-height: inherit;
						max-width: inherit;
						padding: 15px 34px 15px 82px;
						border-width: 5px;
						border-radius: 12px;
						border: none;
						box-shadow: none;
					}

					#ccw .ccw-application__xls.excel::before {
						left: 28px;
						width: 34px;
						height: 41px;
					}

					#ccw .ccw-application__leadtext {
						font-size: 1.2rem;
						line-height: 1.65;
					}

					#ccw .ccw-application__leadtext small {
						font-size: .8rem;
						line-height: 1.75;
					}

					#ccw .ccw-application__list {
						padding-top: 20px;
						column-gap: 110px;
						row-gap: 28px;
					}

					#ccw .ccw-application__item,
					#ccw .ccw-application__subitem {
						padding-left: 46px;
					}

					#ccw .ccw-application__text {
						font-size: 1.2rem;
						line-height: 1.6;
					}

					#ccw .ccw-application__item.pdf::before,
					#ccw .ccw-application__subitem.pdf::before {
						width: 24px;
						height: 29px;
						top: 0.32em;
					}

					#ccw .ccw-application__subbox {
						max-width: 316px;
						padding: 15px 15px 15px;
						margin-top: 20px;
						margin-right: 8%;
					}
				}

				/* -----------------------------------------
   SP微調整
----------------------------------------- */
				@media screen and (max-width: 767px) {
					#ccw .ccw-application {
						margin-top: 70px;
					}

					#ccw .ccw-application>h3 {
						font-size: 1.4rem;
						padding: 10px 14px;
						margin-bottom: 24px;
					}

					#ccw .ccw-application__xls {
						min-height: auto;
						padding: 0px 10px 0px 60px;
						border-width: 3px;
						border-radius: 12px;
						border: none;
						box-shadow: none;
					}

					#ccw .ccw-application__xls.excel::before {
						left: 20px;
						width: 26px;
						height: 32px;
					}

					#ccw .ccw-application__leadtext {
						font-size: 1.2rem;
						line-height: 1.5;
					}

					#ccw .ccw-application__leadtext small {
						font-size: .8rem;
						line-height: 1.6;
					}

					#ccw .ccw-application__list {
						gap: 22px;
						padding-top: 24px;
					}

					#ccw .ccw-application__item,
					#ccw .ccw-application__subitem {
						padding-left: 36px;
					}

					#ccw .ccw-application__text {
						font-size: 1rem;
						line-height: 1.6;
					}

					#ccw .ccw-application__item.pdf::before,
					#ccw .ccw-application__subitem.pdf::before {
						width: 20px;
						height: 24px;
						top: 0.4em;
					}

					#ccw .ccw-application__subbox {
						margin-top: 24px;
						padding: 18px 15px 16px;
					}
				}

/***
2026-06-02追加
***/
				.fixed-apply-btn {
			position: fixed;
			left: 50%;
			bottom: 28px;
			transform: translateX(-50%) translateY(30px);

			opacity: 0;
			visibility: hidden;

			transition: all .35s ease;
			z-index: 9999;
		}

		.fixed-apply-btn.is-show {
			opacity: 1;
			visibility: visible;
			transform: translateX(-50%) translateY(0);
		}

		.fixed-apply-btn a {
			display: flex;
			align-items: center;
			gap: 24px;
			width: 100%;
			padding: 20px 30px;
			background: linear-gradient(135deg, #2084c8 0%, #0867ad 100%);
			color: #fff;
			text-decoration: none;
			border-radius: 18px;
			box-shadow: 0 12px 32px rgba(0, 0, 0, .25);
		}

		.fixed-apply-btn__lead {
			flex-shrink: 0;
			background: #fff;
			color: #0867ad;
			font-size: 20px;
			font-weight: 900;
			line-height: 1.3;
			padding: 13px 22px;
			border-radius: 999px;
			white-space: nowrap;
		}

		.fixed-apply-btn__text {
			font-size: 18px;
			font-weight: 800;
			line-height: 1.75;
			letter-spacing: .04em;
		}

		.fixed-apply-btn a:hover {
			transform: translateY(-3px);
			opacity: .94;
		}

		@media screen and (max-width: 767px) {
			.fixed-apply-btn {
				bottom: 88px;
				width: calc(68% - 24px);
				left: 36%;
			}

			.fixed-apply-btn a {
				display: block;
				padding: 15px 18px;
				border-radius: 14px;
				text-align: center;
			}

			.fixed-apply-btn__lead {
				display: inline-block;
				margin-bottom: 8px;
				font-size: 16px;
				padding: 8px 18px;
			}

			.fixed-apply-btn__text {
				display: block;
				font-size: 14px;
				line-height: 1.6;
				text-align: left;
			}
		}

									/* ===== 別枠エリア ===== */
							.special-links {
								margin-top: 20px;
								padding: 20px;
								background: #f0fbff;
								/* 薄い水色 */
								border-radius: 12px;
							}

							/* タイトル */
							.special-links__title {
								font-size: 14px;
								font-weight: 700;
								margin-bottom: 10px;
							}

							/* ボタン化 */
							.special-link {
								display: block;
								padding: 14px 16px;
								margin-top: 10px;
								/* background: #ffffff; */
								border-radius: 999px;
								/* border: 2px solid #8ed8ea; */
								text-decoration: none;
								color: #333;
								position: relative;
								transition: all 0.3s ease;
							}


/********************************
お問い合わせフォーム
モバイルファースト
2026-06-11
********************************/

.contact-section{
background:#f7f8ea;
padding-bottom:60px;
}

.schooltrip-form{
margin:40px 15px 0;
padding:25px 20px 30px;
background:#fff;
border-radius:10px;
box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.schooltrip-form .form-row{
margin-bottom:22px;
}

.schooltrip-form label{
display:block;
font-size:14px;
font-weight:700;
color:#00508f;
margin-bottom:9px;
}

.schooltrip-form .required{
display:inline-block;
background:#e60012;
color:#fff;
font-size:10px;
line-height:1;
padding:4px 6px;
border-radius:2px;
margin-left:7px;
}

.schooltrip-form input[type="text"],
.schooltrip-form input[type="email"],
.schooltrip-form input[type="tel"],
.schooltrip-form input[type="number"],
.schooltrip-form textarea{
width:100%;
padding:12px 14px;
border:1px solid #d8d8d8;
border-radius:4px;
box-sizing:border-box;
font-size:16px;
}

.schooltrip-form textarea{
min-height:180px;
}

.schooltrip-form .form-submit{text-align:center;margin-top:35px;position: relative;}

.schooltrip-form input[type="submit"],
.schooltrip-form input[type="button"],
.schooltrip-form button{width:100%;min-width:auto;padding:16px;background:#f39800;color:#fff;border:none;border-radius:999px;font-size:16px;font-weight:700;cursor: pointer;}
.schooltrip-form input[type="submit"]:hover,
.schooltrip-form input[type="button"]:hover,
.schooltrip-form button:hover{
	opacity: .7;
	
}
.schooltrip-confirm .confirm-row{
display:block;
border-bottom:1px solid #e5e5e5;
padding:18px 0;
}

.schooltrip-confirm dt{
margin-bottom:8px;
font-weight:700;
color:#00508f;
}

.schooltrip-confirm dd{
margin:0;
}

.schooltrip-confirm .confirm-btns{
display:block;
}

.schooltrip-confirm .confirm-btns input{
margin-bottom:15px;
}

.form-submit .wpcf7-spinner,
.form-submit.confirm-btns .wpcf7-spinner{display:block;position: absolute;bottom: -15px;}
.schooltrip-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
}

.contact-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 35px;
  padding: 0 15px;
}

.contact-step .step-item {
  display: block;
  text-align: center;
  width: 33.333%;
  color: #c8c8c8;
}

.contact-step .num {
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #c8c8c8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contact-step .num span {
  font-size: 10px;
  margin-bottom: 3px;
}

.contact-step .step-item p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-step .step-item.active {
  color: #00006e;
}

.contact-step .step-item.active .num {
  background: #00006e;
}

.contact-step .arrow {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-top: 3px solid #c8c8c8;
  border-right: 3px solid #c8c8c8;
  transform: rotate(45deg);
  flex-shrink: 0;
}


.contact-thanks-section {
  background: #f7f8ea;
  padding-bottom: 60px;
}

.thanks-box {
  margin: 0 15px;
  padding: 35px 22px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  text-align: center;
}

.thanks-box h2 {
  color: #00508f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.thanks-box p {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  text-align: left;
}

.thanks-box .note {
  color: #777;
  font-size: 12px;
}

.thanks-btn {
  margin-top: 35px;
}

.thanks-btn a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: #f39800;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  padding: 16px;
  transition: .3s;
}

.thanks-btn a:hover {
  opacity: .85;
}


/********************************
PC
********************************/
@media screen and (min-width:767px){

.contact-section{
padding-bottom:90px;
}

.schooltrip-form{
max-width:820px;
margin:70px auto 0;
padding:36px 40px 45px;
}

.schooltrip-form label{
font-size:15px;
}

.schooltrip-form input[type="text"],
.schooltrip-form input[type="email"],
.schooltrip-form input[type="tel"],
.schooltrip-form input[type="number"]{
height:44px;
font-size:15px;
}

.schooltrip-confirm .confirm-row{
display:flex;
}

.schooltrip-confirm dt{
width:220px;
margin-bottom:0;
}

.schooltrip-confirm dd{
width:calc(100% - 220px);
}

.schooltrip-confirm .confirm-btns{display:flex;justify-content:center;gap:20px;/* position: relative; */}

.schooltrip-form input[type="submit"],
.schooltrip-form input[type="button"],
.schooltrip-form button{width:auto;min-width:260px;padding:17px 50px;transition: 1s all;/* box-sizing: border-box; */margin-bottom: 15px;}
  .schooltrip-form select {
    height: 44px;
    font-size: 15px;
  }

  .contact-step {
    max-width: 850px;
    margin: 40px auto 50px;
    padding: 0;
  }

  .contact-step .step-item {
    display: flex;
    align-items: center;
    width: auto;
    text-align: left;
  }

  .contact-step .num {
    width: 68px;
    height: 68px;
    margin: 0;
    font-size: 30px;
  }

  .contact-step .num span {
    font-size: 12px;
  }

  .contact-step .step-item p {
    margin: 0 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .contact-step .arrow {
    width: 34px;
    height: 34px;
    margin: 0 28px;
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .contact-thanks-section {
    padding-bottom: 90px;
  }

  .thanks-box {
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 50px;
  }

  .thanks-box h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .thanks-box p {
    font-size: 16px;
    text-align: center;
  }

  .thanks-box .note {
    font-size: 14px;
  }

  .thanks-btn a {
    width: auto;
    min-width: 280px;
    padding: 18px 50px;
    font-size: 17px;
  }
}
