@charset "UTF-8";
/*
	* Bootstrap 複数ページに掛かるカスタムCSS

	@media screen and (max-width: 1199.98px) {}
	@media (max-width: 991.98px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xxl-1200over(min-1200)
	xl-1200(max-1199) 左右余白15pxを含む（1170）
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

	モーダルウインドウに関わるCSS
	テキストアニメーション（一文字ずつ表示）に関わるCSS
	画像ホバー時アクション
	テーブル装飾
	お問い合わせページ
	お問い合わせページバリデーション
	GoogleMap埋め込み
	YouTube埋め込み
	EZGATE タグコレボタン設定

*/

/* コンテンツの背景（上部波打ち画像、下部ベタ） */
	.cus-container-bg{
		background-color: #f2f9fc;
		background-image: url("../img/site/site-container-bg.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		padding: 190px 0;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-container-bg{
			padding: 160px 0;
		}
	}
	@media (max-width: 991.98px) {
		.cus-container-bg{
			padding: 120px 0;
		}
	}
	@media print {
		.cus-container-bg{
			padding: 80px 0;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-container-bg{
			padding: 80px 0;
		}
	}

/* コンテンツ見出し */
	.cus-title01{
		position: relative;
		letter-spacing: 0.08em;
	}
	.cus-title01.left{
		display: inline-block;
	}
	.cus-title01.center{
		text-align: center;
	}
	.cus-title01 .main{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		font-size: 36px;
		font-weight: 500;
		z-index: 3;
		transform: translateY(-50%);
	}
	.cus-title01.left .main{
		padding-right: 50px;
		text-align: right;
	}
	.cus-title01 .main.white{
		color: white;
	}
	.cus-title01 .bg{
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 180px;
		line-height: 1;
		z-index: 1;
	}
	.cus-title01 .bg.big{
		font-size: 240px;
	}
	.cus-title01 .bg.sky{
		color: #e6f4f9;
	}
	.cus-title01 .bg.navy{
		color: #12306c;
	}
	.cus-title01 .bg.white{
		color: white;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-title01 .main{
			font-size: 30px;
		}
		.cus-title01.left .main{
			padding-right: 40px;
		}
		.cus-title01 .bg{
			font-size: 144px;
		}
		.cus-title01 .bg.big{
			font-size: 192px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title01 .main{
			font-size: 26px;
		}
		.cus-title01.left .main{
			padding-right: 30px;
		}
		.cus-title01 .bg{
			font-size: 108px;
		}
		.cus-title01 .bg.big{
			font-size: 144px;
		}
	}
	@media print {
		.cus-title01 .main{
			font-size: 22px;
		}
		.cus-title01.left .main{
			padding-right: 25px;
		}
		.cus-title01 .bg{
			font-size: 90px;
		}
		.cus-title01 .bg.big{
			font-size: 120px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title01 .main{
			font-size: 20px;
		}
		.cus-title01.left .main{
			padding-right: 25px;
		}
		.cus-title01 .bg{
			font-size: 90px;
		}
		.cus-title01 .bg.big{
			font-size: 120px;
		}
	}

	.cus-title02{
		font-size: 28px;
		font-weight: 500;
		color: #69ccf3;
		text-align: center;
		letter-spacing: 0.08em;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-title02{
			font-size: 24px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title02{
			font-size: 20px;
		}
	}
	@media print {
		.cus-title02{
			font-size: 18px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title02{
			font-size: 18px;
		}
	}

	.cus-title03{
		font-size: 42px;
		font-weight: 500;
		color: #69ccf3;
		line-height: 1.6;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-title03{
			font-size: 36px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title03{
			font-size: 28px;
		}
	}
	@media print {
		.cus-title03{
			font-size: 22px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title03{
			font-size: 20px;
		}
	}

	.cus-title04{
		display: flex;
		justify-content: flex-start;
	}
	.cus-title04 *:nth-child(1){order: 2;}
	.cus-title04 *:nth-child(2){order: 1;}

	.cus-title04 .sub{
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
	}
	.cus-title04 .main{
		position: relative;
		padding: 30px 0 0 40px;
		font-size: 30px;
		font-weight: 500;
	}
	.cus-title04 .main::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 20px;
		background-color: #0d2962;
		width: 1px;
		height: 110%;
		transform: rotate(45deg);
	}
	@media screen and (max-width: 1199.98px) {
		.cus-title04 .sub{
			font-size: 19px;
		}
		.cus-title04 .main{
			padding: 28px 0 0 36px;
			font-size: 27px;
		}
		.cus-title04 .main::before{
			left: 18px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title04 .sub{
			font-size: 18px;
		}
		.cus-title04 .main{
			padding: 24px 0 0 30px;
			font-size: 22px;
		}
		.cus-title04 .main::before{
			left: 16px;
		}
	}
	@media print {
		.cus-title04 .sub{
			font-size: 16px;
		}
		.cus-title04 .main{
			padding: 20px 0 0 24px;
			font-size: 19px;
		}
		.cus-title04 .main::before{
			left: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title04{
			flex-direction: column;
		}
	
		.cus-title04 .sub{
			margin-bottom: 4px;
			font-size: 16px;
		}
		.cus-title04 .sub .in{
			position: relative;
			display: inline-block;
			padding-left: 30px;
		}
		.cus-title04 .sub .in::before{
			content: '';
			position: absolute;
			top: -4px;
			left: 10px;
			background-color: #0d2962;
			width: 1px;
			height: 110%;
			transform: rotate(45deg);
		}
		.cus-title04 .sub .in::after{
			content: '';
			position: absolute;
			top: -4px;
			right: -20px;
			background-color: #0d2962;
			width: 1px;
			height: 110%;
			transform: rotate(45deg);
		}
		.cus-title04 .main{
			padding: 0;
			font-size: 20px;
		}
		.cus-title04 .main::before{
			display: none;
		}
	}

	.cus-title05{
		position: relative;
		display: inline-block;
		letter-spacing: 0.08em;
	}
	.cus-title05 .main{
		position: absolute;
		bottom: 0px;
		left: 0px;
		font-size: 34px;
		font-weight: 500;
	}
	.cus-title05 .sub{
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 140px;
		color: #c9effc;
		line-height: 1;
		z-index: 1;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-title05 .main{
			font-size: 30px;
		}
		.cus-title05 .sub{
			font-size: 130px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title05 .main{
			font-size: 26px;
		}
		.cus-title05 .sub{
			font-size: 110px;
		}
	}
	@media print {
		.cus-title05 .main{
			font-size: 22px;
		}
		.cus-title05 .sub{
			font-size: 90px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title05 .main{
			font-size: 20px;
		}
		.cus-title05 .sub{
			font-size: 70px;
		}
	}
	@media screen and (max-width: 420px) {
		.cus-title05 .main{
			bottom: -5px;
			font-size: 18px;
		}
		.cus-title05 .sub{
			font-size: 54px;
		}
	}

	.cus-text-midashi01{
		position: relative;
		display: inline-block;
	}
	.cus-text-midashi01 .main{
		position: relative;
		padding: 60px 80px;
		font-size: 34px;
		font-weight: 500;
		text-align: center;
	}
	.cus-text-midashi01::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #69ccf3;
		border-radius: 100px;
		width: 20%;
		height: 6px;
	}
	.cus-text-midashi01::after{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #69ccf3;
		border-radius: 100px;
		width: 6px;
		height: 30%;
	}
	.cus-text-midashi01 .main::before{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-color: #69ccf3;
		border-radius: 100px;
		width: 20%;
		height: 6px;
	}
	.cus-text-midashi01 .main::after{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-color: #69ccf3;
		border-radius: 100px;
		width: 6px;
		height: 30%;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-text-midashi01 .main{
			padding: 50px 70px;
			font-size: 29px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-text-midashi01 .main{
			padding: 40px 60px;
			font-size: 24px;
		}
	}
	@media print {
		.cus-text-midashi01 .main{
			padding: 20px 40px;
			font-size: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-text-midashi01{
			display: block;
			padding: 0 15px;
			box-sizing: border-box;
			width: 100%;
		}
		.cus-text-midashi01 .main{
			padding: 16px 20px;
			font-size: 17px;
			text-align: left;
		}

		.cus-text-midashi01::before{
			height: 4px;
		}
		.cus-text-midashi01::after{
			width: 4px;
		}
		.cus-text-midashi01 .main::before{
			height: 4px;
		}
		.cus-text-midashi01 .main::after{
			width: 4px;
		}
	}


/* ボタン */
	.cus-button{
		overflow: hidden;
		display: inline-block;
	}
	.cus-button a{
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: initial;
		background-color: #0d2962;
		border-radius: 100px;
		padding: 22px 50px;
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		color: white;
		text-decoration: none;
	}
	.cus-button a .arrow{
		position: relative;
		padding-left: 30px;
		transition: transform 0.3s ease;
	}
	.cus-button a .arrow img{
		display: block;
		width: 12px;
	}

	.cus-button a .text{
		display: block;
		position: relative;
		top: -3px;
		height: 1.2em;
		overflow: hidden;
	}
	.cus-button a .text .main,
	.cus-button a .text .hover{
		display: block;
		transition: transform 0.4s cubic-bezier(0.6, 0, 0.4, 1);
	}
	.cus-button a .text .hover{
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-150%);
	}
	.cus-button a:hover .text .main{
		transform: translateY(150%);
	}
	.cus-button a:hover .text .hover{
		transform: translateY(0);
	}
	.cus-button a:hover .arrow{
		transform: translateX(10px);
	}
	@media screen and (max-width: 1199.98px) {
		.cus-button a{
			padding: 22px 40px;
			font-size: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-button a{
			padding: 20px 35px;
			font-size: 15px;
		}
		.cus-button a .arrow{
			padding-left: 25px;
		}
	}
	@media print {
		.cus-button a{
			padding: 20px 30px;
			font-size: 14px;
		}
		.cus-button a .arrow{
			padding-left: 25px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button a{
			padding: 20px 35px;
			font-size: 16px;
		}
		.cus-button a .arrow{
			padding-left: 25px;
		}
	}

/* アンカーボタン */
	.cus-anker-bt{
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #69ccf3;
		box-shadow: 3px 3px 2px rgba(44, 148, 189, 0.6);
		border-radius: 20px;
		padding: 10px 20px 10px 10px;
		width: 100%;
		height: auto;
		font-size: 24px;
		color: white;
		text-align: center;
		line-height: 1.4;
		text-decoration: none;
	}
	.cus-anker-bt .arrow{
		overflow: hidden;
		position: absolute;
		top: 50%;
		right: 14px;
		width: 18px;
		transform: translateY(-50%);
		transition: all 0.4s;
	}
	.cus-anker-bt:hover{
		color: white;
	}
	.cus-anker-bt:hover .arrow{
		animation: arrowScroll 0.7s forwards;
	}
	@keyframes arrowScroll {
		0% {
			transform: translateY(-50%);
			opacity: 1;
		}
		50% {
			transform: translateY(90%); /* 下に消える */
			opacity: 0;
		}
		51% {
			transform: translateY(-150%); /* 一瞬で上に移動 */
			opacity: 0;
		}
		100% {
			transform: translateY(-50%); /* 中央に戻る */
			opacity: 1;
		}
	}
	@media screen and (max-width: 1199.98px) {
		.cus-anker-bt{
			padding: 10px 20px 10px 10px;
			font-size: 21px;
		}
		.cus-anker-bt .arrow{
			right: 10px;
			width: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-anker-bt{
			border-radius: 16px;
			padding: 10px 20px 10px 10px;
			font-size: 20px;
		}
		.cus-anker-bt .arrow{
			right: 10px;
			width: 16px;
		}
	}
	@media print {
		.cus-anker-bt{
			border-radius: 16px;
			padding: 10px 20px 10px 10px;
			font-size: 17px;
		}
		.cus-anker-bt .arrow{
			right: 10px;
			width: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-anker-bt{
			border-radius: 16px;
			padding: 10px 20px 10px 10px;
			font-size: 17px;
		}
		.cus-anker-bt .arrow{
			right: 10px;
			width: 14px;
		}
	}


/* 下層ページPromo */
	.cus-promo{
		position: relative;
	}

	.cus-promo .promo-title{
		position: absolute;
		bottom: 50px;
		left: 0px;
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		padding: 20px 120px 20px 2%;
		letter-spacing: 0.08em;
	}
	.cus-promo .promo-title .main{
		font-size: 46px;
		font-weight: 500;
		color: #0d2962;
	}
	.cus-promo .promo-title .en{
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
		color: #69ccf3;
		text-transform: uppercase;
	}

	.cus-promo .promo-img{
		padding: 0 3%;
	}
	.cus-promo .promo-img .img{
		overflow: hidden;
		background-color: #d2f0fb;
		border-radius: 0 0 24px 24px;
		padding: 0 10px 10px 10px;
		margin-bottom: 30px;
		height: 460px;
	}
	.cus-promo .promo-img .img img{
		overflow: hidden;
		border-radius: 0 0 20px 20px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1199.98px) {
		.cus-promo .promo-title{
			bottom: 50px;
			padding: 18px 90px 18px 2%;
		}
		.cus-promo .promo-title .main{
			font-size: 40px;
		}
		.cus-promo .promo-title .en{
			font-size: 22px;
		}
	
		.cus-promo .promo-img{
			padding: 0 2%;
		}
		.cus-promo .promo-img .img{
			margin-bottom: 30px;
			height: 420px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-promo{
			margin-top: 65px;
		}
		.cus-promo .promo-title{
			bottom: 40px;
			padding: 16px 70px 16px 2%;
		}
		.cus-promo .promo-title .main{
			font-size: 32px;
		}
		.cus-promo .promo-title .en{
			font-size: 20px;
		}
	
		.cus-promo .promo-img{
			padding: 0 2%;
		}
		.cus-promo .promo-img .img{
			margin-bottom: 20px;
			height: 380px;
		}
	}
	@media print {
		.cus-promo{
			margin-top: 100px;
		}
		.cus-promo .promo-title{
			bottom: 30px;
			padding: 14px 40px 14px 2%;
		}
		.cus-promo .promo-title .main{
			font-size: 24px;
		}
		.cus-promo .promo-title .en{
			font-size: 17px;
		}
	
		.cus-promo .promo-img{
			padding: 0 2%;
		}
		.cus-promo .promo-img .img{
			margin-bottom: 20px;
			height: 300px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-promo{
			margin-top: 65px;
		}
		.cus-promo .promo-title{
			bottom: 30px;
			padding: 14px 20px 14px 2%;
		}
		.cus-promo .promo-title .main{
			font-size: 20px;
		}
		.cus-promo .promo-title .en{
			font-size: 15px;
		}
	
		.cus-promo .promo-img{
			padding: 0;
		}
		.cus-promo .promo-img .img{
			border-radius: 0;
			padding: 0px;
			margin-bottom: 0px;
			height: 200px;
		}
		.cus-promo .promo-img .img img{
			border-radius: 0;
		}
	}


/* お問い合わせ */
	.cus-contact{
		background-color: #f7f8f9;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		padding: 70px 0;
		margin: 0 auto 90px auto;
		width: 1440px;
	}

	.cus-contact-con{
		display: flex;
		align-items: center;
	}
	.cus-contact-con .con-title{
		position: relative;
		flex-shrink: 0;
		width: 50%;
	}
	.cus-contact-con .con-text{
		flex: 1;
		width: 50%;
	}
	.cus-contact-con .con-title::before{
		content: '';
		position: absolute;
		top: 20%;
		right: 0px;
		background-color: #c8cbd4;
		width: 1px;
		height: 60%;
	}

	.cus-contact-con .con-title .title{
		margin: 0;
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 72px;
		line-height: 1;
	}
	.cus-contact-con .con-title .text{
		font-weight: 500;
	}

	.cus-contact-text02{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.cus-contact-text02 .text02-dial{
		padding-right: 40px;
	}
	.cus-contact-text02 .text02-dial .dial{
		margin: 0;
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 32px;
		line-height: 1.2;
	}
	.cus-contact-text02 .text02-dial .dial .min{
		font-size: 18px;
	}
	@media screen and (max-width: 1479.98px) {
		.cus-contact{
			padding: 60px 0;
			margin: 0 auto 70px auto;
			width: 96%;
		}
		.cus-contact-con .con-title{
			width: 45%;
		}
		.cus-contact-con .con-text{
			width: 55%;
		}

		.cus-contact-con .con-title .title{
			font-size: 5.6vw;
		}

		.cus-contact-text02 .text02-dial{
			padding-right: 30px;
		}
		.cus-contact-text02 .text02-dial .dial{
			font-size: 24px;
		}
		.cus-contact-text02 .text02-dial .dial .min{
			font-size: 17px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-contact{
			padding: 50px 0;
			margin: 0 auto 60px auto;
			width: 96%;
		}
		.cus-contact-con .con-title{
			width: 40%;
		}
		.cus-contact-con .con-text{
			width: 60%;
		}

		.cus-contact-con .con-title .title{
			font-size: 5.6vw;
		}

		.cus-contact-text02 .text02-dial{
			padding-right: 20px;
		}
		.cus-contact-text02 .text02-dial .dial{
			font-size: 24px;
		}
		.cus-contact-text02 .text02-dial .dial .min{
			font-size: 17px;
		}
	}
	@media print {
		.cus-contact{
			padding: 40px 0;
			margin: 0 auto 50px auto;
			width: 96%;
		}
		.cus-contact-con .con-title{
			width: 35%;
		}
		.cus-contact-con .con-text{
			width: 65%;
		}

		.cus-contact-con .con-title .title{
			font-size: 5vw;
		}

		.cus-contact-text02 .text02-dial{
			padding-right: 15px;
		}
		.cus-contact-text02 .text02-dial .dial{
			font-size: 20px;
		}
		.cus-contact-text02 .text02-dial .dial .min{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact{
			padding: 30px 0;
			margin: 0 auto 40px auto;
			width: 94%;
		}
	
		.cus-contact-con{
			display: block;
		}
		.cus-contact-con .con-title{
			padding-bottom: 15px;
			margin-bottom: 15px;
			width: auto;
		}
		.cus-contact-con .con-text{
			width: auto;
		}
		.cus-contact-con .con-title::before{
			display: none;
		}
		.cus-contact-con .con-title::after{
			content: '';
			position: absolute;
			bottom: 0px;
			left: 0px;
			background-color: #c8cbd4;
			width: 100%;
			height: 1px;
		}
	
		.cus-contact-con .con-title .title{
			font-size: 40px;
			line-height: 1;
		}
	
		.cus-contact-text02{
			display: block;
		}
		.cus-contact-text02 .text02-dial{
			padding-right: 0px;
			margin-bottom: 20px;
		}
		.cus-contact-text02 .text02-dial .dial{
			font-size: 24px;
		}
		.cus-contact-text02 .text02-dial .dial .min{
			font-size: 16px;
		}
	}

/* アクセス */
	.cus-access{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		border-bottom: #dfe1e7 solid 1px;
		padding-bottom: 90px;
		margin: 0 auto 90px auto;
		width: 1440px;
	}
	.cus-access .access-map{
		flex-shrink: 0;
		width: 60%;
	}
	.cus-access .access-text{
		flex: 1;
		padding-left: 80px;
		width: 40%;
	}

	.cus-access .access-text .text-train{
		display: flex;
		justify-content: center;
		align-items: center;
		border: #dfe1e7 solid 1px;
		padding: 20px;
	}
	.cus-access .access-text .text-train .ic{
		flex-shrink: 0;
		width: 32px;
	}
	.cus-access .access-text .text-train .text{
		padding-left: 30px;
	}
	@media screen and (max-width: 1479.98px) {
		.cus-access{
			padding-bottom: 70px;
			margin: 0 auto 70px auto;
			width: 96%;
		}
		.cus-access .access-map{
			width: 55%;
		}
		.cus-access .access-text{
			padding-left: 50px;
			width: 55%;
		}
	
		.cus-access .access-text .text-logo img{
			width: 300px;
		}
		.cus-access .access-text .text-train{
			padding: 18px;
		}
		.cus-access .access-text .text-train .ic{
			width: 26px;
		}
		.cus-access .access-text .text-train .text{
			padding-left: 20px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-access{
			padding-bottom: 55px;
			margin: 0 auto 55px auto;
			width: 96%;
		}
		.cus-access .access-map{
			width: 50%;
		}
		.cus-access .access-text{
			padding-left: 30px;
			width: 60%;
		}
	
		.cus-access .access-text .text-logo img{
			width: 260px;
		}
		.cus-access .access-text .text-train{
			padding: 15px;
		}
		.cus-access .access-text .text-train .ic{
			width: 22px;
		}
		.cus-access .access-text .text-train .text{
			padding-left: 10px;
		}
	}
	@media print {
		.cus-access{
			padding-bottom: 40px;
			margin: 0 auto 40px auto;
			width: 94%;
		}
		.cus-access .access-map{
			width: 50%;
		}
		.cus-access .access-text{
			padding-left: 20px;
			width: 60%;
		}
	
		.cus-access .access-text .text-logo img{
			width: 200px;
		}
		.cus-access .access-text .text-train{
			padding: 15px;
		}
		.cus-access .access-text .text-train .ic{
			width: 20px;
		}
		.cus-access .access-text .text-train .text{
			padding-left: 10px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-access{
			display: block;
			border: none;
			padding-bottom: 0px;
			margin: 0 auto 40px auto;
			width: 94%;
		}
		.cus-access .access-map{
			width: auto;
		}
		.cus-access .access-text{
			padding-left: 0px;
			margin-bottom: 30px;
			width: auto;
		}
	
		.cus-access .access-text .text-train{
			padding: 15px;
		}
		.cus-access .access-text .text-train .ic{
			width: 22px;
		}
		.cus-access .access-text .text-train .text{
			padding-left: 15px;
		}
	}

/* フッターメニュー */
	.cus-footer-nav{
		padding-bottom: 40px;
		margin: 0 auto;
		width: 1440px;
	}
	.cus-footer-nav .nav-menu{
		display: flex;
		justify-content: center;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.cus-footer-nav .nav-menu li{
		margin: 0;
	}
	.cus-footer-nav .nav-menu li a{
		color: inherit;
		text-decoration: none;
	}
	.cus-footer-nav .nav-menu li a:hover{
		text-decoration: underline;
	}

	footer small{
		display: block;
		margin-bottom: 40px;
		color: #d9dadc;
		text-align: center;
	}
	@media screen and (max-width: 1479.98px) {
		.cus-footer-nav{
			padding-bottom: 30px;
			width: 96%;
		}
	
		footer small{
			margin-bottom: 30px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-footer-nav{
			padding-bottom: 20px;
			width: 96%;
		}
		.cus-footer-nav .nav-menu{
			display: flex;
			justify-content: center;
			justify-content: flex-start;
			align-items: center;
			gap: 20px;
		}

		footer small{
			margin-bottom: 20px;
		}
	}
	@media print {
		.cus-footer-nav{
			padding-bottom: 20px;
			width: 96%;
		}
		.cus-footer-nav .nav-menu{
			display: flex;
			justify-content: center;
			justify-content: flex-start;
			align-items: center;
			gap: 20px;
		}

		footer small{
			margin-bottom: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer-nav{
			padding-bottom: 20px;
			width: 94%;
		}
		.cus-footer-nav .nav-menu{
			overflow: hidden;
			display: block;
			border-top: rgba(207, 207, 207, 1) solid 1px;
		}
		.cus-footer-nav .nav-menu li{
			float: left;
			width: 50%;
		}
		.cus-footer-nav .nav-menu li:nth-child(5){
			width: 100%;
		}
		.cus-footer-nav .nav-menu li a{
			display: block;
			border-bottom: rgba(207, 207, 207, 1) solid 1px;
			padding: 8px 0;
			text-align: center;
		}
		.cus-footer-nav .nav-menu li:nth-child(2) a,
		.cus-footer-nav .nav-menu li:nth-child(4) a,
		.cus-footer-nav .nav-menu li:nth-child(7) a{
			border-left: rgba(207, 207, 207, 1) solid 1px;
		}

		footer small{
			margin-bottom: 40px;
		}
	}

/* 汎用レイアウト */
	.cus-layout01{
		position: relative;
	}

	.cus-layout01 .layout01-text{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -585px;
		width: 585px;
		font-size: 18px;
	}

	.cus-layout01 .layout01-text .layout01-title{
		margin-bottom: 50px;
		font-size: 42px;
		font-weight: 500;
		color: #69ccf3;
		line-height: 1.6;
	}

	.cus-layout01 .layout01-img{
		padding: 0 0 0 50%;
	}
	.cus-layout01 .layout01-img .layout01-photo{
		padding-left: 40px;
		margin: 0;
		width: 100%;
		height: 560px;
	}
	.cus-layout01 .layout01-img .layout01-photo img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-layout01.reverse .layout01-text{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: 0px;
		width: 585px;
		font-size: 18px;
	}

	.cus-layout01 .layout01-box{
		border: #69ccf3 solid 1px;
		font-size: 15px;
	}
	.cus-layout01 .layout01-box .title{
		background-color: #69ccf3;
		padding: 8px 10px;
		margin: 0;
		font-weight: 500;
		color: white;
	}
	.cus-layout01 .layout01-box .text{
		padding: 15px;
	}

	.cus-layout01.reverse .layout01-img{
		padding: 0 50% 0 0;
	}
	.cus-layout01.reverse .layout01-img .layout01-photo{
		padding-left: 0px;
		padding-right: 40px;
		margin: 0;
		width: 100%;
		height: 560px;
	}
	
	.cus-text-box01{
		background-color: #d9f4ff;
		padding: 15px;
	}
	.cus-text-box01 .main{
		font-weight: 500;
		color: #0d2962;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-layout01 .layout01-text{
			left: 2%;
			margin-left: 0px;
			width: 48%;
			font-size: 17px;
		}
	
		.cus-layout01 .layout01-text .layout01-title{
			margin-bottom: 40px;
			font-size: 36px;
		}

		.cus-layout01 .layout01-img .layout01-photo{
			padding-left: 30px;
			height: 520px;
		}

		.cus-layout01.reverse .layout01-text{
			left: 50%;
			width: 48%;
			font-size: 17px;
		}

		.cus-layout01.reverse .layout01-img .layout01-photo{
			padding-left: 0;
			padding-right: 30px;
			height: 520px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-layout01 .layout01-text{
			left: 2%;
			margin-left: 0px;
			width: 48%;
			font-size: 16px;
		}
	
		.cus-layout01 .layout01-text .layout01-title{
			margin-bottom: 30px;
			font-size: 28px;
		}

		.cus-layout01 .layout01-img .layout01-photo{
			padding-left: 25px;
			height: 440px;
		}

		.cus-layout01.reverse .layout01-text{
			left: 50%;
			width: 48%;
			font-size: 16px;
		}

		.cus-layout01.reverse .layout01-img .layout01-photo{
			padding-left: 0;
			padding-right: 25px;
			height: 440px;
		}
	}
	@media print {
		.cus-layout01 .layout01-text{
			left: 2%;
			margin-left: 0px;
			width: 48%;
			font-size: 14px;
		}
	
		.cus-layout01 .layout01-text .layout01-title{
			margin-bottom: 20px;
			font-size: 22px;
		}

		.cus-layout01 .layout01-img .layout01-photo{
			padding-left: 20px;
			height: 400px;
		}

		.cus-layout01.reverse .layout01-text{
			left: 50%;
			width: 48%;
			font-size: 14px;
		}

		.cus-layout01.reverse .layout01-img .layout01-photo{
			padding-left: 0;
			padding-right: 20px;
			height: 400px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-layout01 .layout01-text{
			position: static;
			margin: 0 auto 30px auto;
			width: 94%;
			font-size: 16px;
		}
	
		.cus-layout01 .layout01-text .layout01-title{
			margin-bottom: 20px;
			font-size: 20px;
		}
	
		.cus-layout01 .layout01-img{
			padding: 0%;
		}
		.cus-layout01 .layout01-img .layout01-photo{
			padding-left: 0px;
			height: 60vw;
		}

		.cus-layout01.reverse .layout01-text{
			position: static;
			margin: 0 auto 30px auto;
			width: 94%;
			font-size: 16px;
		}

		.cus-layout01 .layout01-box .text{
			padding: 12px;
		}

		.cus-text-box01{
			padding: 12px;
		}

		.cus-layout01.reverse .layout01-img{
			padding: 0%;
		}
		.cus-layout01.reverse .layout01-img .layout01-photo{
			padding-left: 0;
			padding-right: 0;
			height: 60vw;
		}
	}



/* モーダルウインドウに関わるCSS */
	.modal-btn{/* モーダルボタンの設定 */
		/* 上書き設定を入力 */
	}
	.modal-content{/* モーダルウインドウベースの設定 */
		border: #bcbcbc solid 2px;
		background-color: white;
		padding: 10px;
	}


/* テキストアニメーション（一文字ずつ表示）に関わるCSS */
	.cus-movetext01{opacity:0;}
	.cus-movetext01 span{opacity:0;}


/* 画像ホバー時アクション */
	.cus-image-zoom{/* 画像ホバー時に少し拡大 */
		overflow: hidden;
		width: 100%;
	}
	.cus-image-zoom img{
		transition: 0.5s all;
	}
	.cus-image-zoom img:hover{
		transform: scale(1.2,1.2);
		transition: 0.7s all;
	}

	.cus-image-slide-text01{/* 画像ホバー時にテキスト表示 */
		position: relative;
		display: block;
		background-color: black;
		text-decoration: none;
	}
	.cus-image-slide-text01 .text{
		position: absolute;
		bottom: 0%;
		left: 0px;
		width: 100%;
		color: white;
		text-align: center;
		opacity: 0;
		z-index: 3;
		transition: 0.7s all;
	}
	.cus-image-slide-text01 .text .main{
		margin: 0;
		font-size: 32px;
		font-weight: 700;
	}
	.cus-image-slide-text01 .text .sub{
		margin: 0;
		font-size: 16px;
		font-weight: 700;
	}
	.cus-image-slide-text01 .image{
		margin: 0;
		transition: 0.7s all;
	}
	.cus-image-slide-text01:hover .text{
		bottom: 35%;
		opacity: 1;
		transition: 0.7s all;
	}
	.cus-image-slide-text01:hover .image{
		opacity: 0.4;
		transition: 0.7s all;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-image-slide-text01 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-image-slide-text01 .text .main{
			font-size: 26px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 15px;
		}
	}
	@media print {
		.cus-image-slide-text01 .text{
			bottom: 35%;
			opacity: 1;
		}
		.cus-image-slide-text01 .image{
			opacity: 0.4;
		}
		.cus-image-slide-text01 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-image-slide-text01 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 15px;
		}
	}


	.cus-image-slide-text02{/* 画像ホバー時にテキスト非表示 */
		position: relative;
		display: block;
		background-color: black;
		text-decoration: none;
	}
	.cus-image-slide-text02 .text{
		position: absolute;
		bottom: 35%;
		left: 0px;
		width: 100%;
		color: white;
		text-align: center;
		opacity: 1;
		z-index: 3;
		transition: 0.7s all;
	}
	.cus-image-slide-text02 .text .main{
		margin: 0;
		font-size: 32px;
		font-weight: 700;
	}
	.cus-image-slide-text02 .text .sub{
		margin: 0;
		font-size: 16px;
		font-weight: 700;
	}
	.cus-image-slide-text02 .image{
		margin: 0;
		opacity: 0.5;
		transition: 0.7s all;
	}
	.cus-image-slide-text02:hover .text{
		bottom: 0%;
		opacity: 0;
		transition: 0.7s all;
	}
	.cus-image-slide-text02:hover .image{
		opacity: 1;
		transition: 0.7s all;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-image-slide-text02 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-image-slide-text02 .text .main{
			font-size: 26px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}
	@media print {
		.cus-image-slide-text02 .text{
			bottom: 35%;
			opacity: 1;
		}
		.cus-image-slide-text02 .image{
			opacity: 0.4;
		}
		.cus-image-slide-text02 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-image-slide-text02 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}


	.cus-image-rotate{/* 画像ホバー時に少し拡大 */
		position: relative;
		width: 100%;
	}
	.cus-image-rotate::before{
		content: '';
		position: absolute;
		top: 2%;
		left: 2%;
		display: block;
		background-color: #bbbbbb;
		width: 96%;
		height: 96%;
		-ms-filter: blur(6px);
		filter: blur(6px);
		z-index: 1;
	}
	.cus-image-rotate img{
		position: relative;
		transition: 0.5s all;
		z-index: 3;
	}
	.cus-image-rotate img:hover{
		transform: rotate(8deg);
		transition: 0.3s all;
	}


/* テーブル装飾 */
	@media screen and (max-width: 767px) {
		.cus-table-responsive thead tr{
			display: none;
		}
		.cus-table-responsive tbody tr th,
		.cus-table-responsive tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-responsive tbody tr th{
			background-color: #f4f4f4;
		}
	}

	.cus-table-border{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-border thead tr th,
	.cus-table-border tbody tr th,
	.cus-table-border tbody tr td{
		padding: 2px;
		vertical-align: stretch;
	}
	.cus-table-border thead tr th,
	.cus-table-border tbody tr th{
		font-weight: 500;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text,
	.cus-table-border tbody tr td .text{
		position: relative;
		display: flex;
		align-items: center;
		background-color: #d3f2ff;
		border-radius: 4px;
		padding: 16px 12px;
		box-sizing: border-box;
		min-height: 50px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text{
		background-color: #69ccf3;
	}

	.cus-table-border .text{/* JSで調整するために追加 */
		display: flex;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		height: 100%;
	}
	@-moz-document url-prefix(){
		.cus-table-border tbody tr td,
		.cus-table-border tbody tr th {
			height: auto !important;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-table-border thead tr th,
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			display: block;
			padding: 0px;
			width: 100%;
			height: auto;
		}
		.cus-table-border thead tr th .text,
		.cus-table-border tbody tr th .text,
		.cus-table-border tbody tr td .text{
			display: block;
			border-radius: 0px;
			padding: 12px 10px;
			width: 100%;
		}
	}

	.cus-table-bgcover{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-bgcover thead tr th,
	.cus-table-bgcover tbody tr th,
	.cus-table-bgcover tbody tr td{
		padding: 4px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text,
	.cus-table-bgcover tbody tr td .text{
		display: block;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 12px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text{
		background-color: #eaeaea;
	}
	.cus-table-bgcover tbody tr td .text{
		background-color: #f7f7f7;
	}
	@media screen and (max-width: 767px) {
		.cus-table-bgcover thead{
			display: none;
		}
		.cus-table-bgcover thead tr th,
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			padding: 4px 0;
		}
	}
	
	.cus-table-tit-respon tbody tr th .text .misadhi,
	.cus-table-tit-respon tbody tr td .text .misadhi{/* 縦並び時に見出しを追加 */
		display: none;
	}
	@media screen and (max-width: 767px) {
		.cus-table-tit-respon tbody tr th .text,
		.cus-table-tit-respon tbody tr td .text{
			position: relative;
			padding-left: 100px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi,
		.cus-table-tit-respon tbody tr td .text .misadhi{
			display: block;
			position: absolute;
			top: 0x;
			left: 10px;
			width: 84px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi .dot,
		.cus-table-tit-respon tbody tr td .text .misadhi .dot{
			display: block;
			float: right;
		}
	}


/* お問い合わせページ */
	.cus-form-required{
		background-color: #a90505;
		border-radius: 4px;
		padding: 1px 6px 2px 6px;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		color: white;
		line-height: 20px;
	}

	.cus-form-contact{
		overflow: hidden;
	}
	.cus-form-contact .text{
		overflow: hidden;
		position: relative;
	}

	.cus-form-contact .required{/* 必須 */
		position: absolute;
		top: 50%;
		right: 10px;
		background-color: #a90505;
		border-radius: 4px;
		padding: 1px 6px 2px 6px;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		color: white;
		line-height: 20px;
		z-index: 3;
		transform: translateY(-50%);
	}

	label{/* チェックボックス類微調整 */
	  display:block;
	  position:relative;
	  padding-left:1em;
	}
	label input{
	  position:absolute;
	  top:0;
	  bottom:0;
	  left:0;
	  margin:auto;
	}

	.cus-form-contact .text .area-min{/* フォーム幅調整 */
		width: 60%;
	}
	.cus-form-contact .text .area-full{
		width: 100%;
	}
	@media screen and (max-width: 767px) {
		.cus-form-contact .text .area-min{
			width: 100%;
		}
	}

	.cus-form-contact .text .area-address{/* 住所欄レイアウト */
		display: table;
		border-bottom: #a7a7a7 solid 1px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	.cus-form-contact .text .area-address:last-child{
		border-bottom: #a7a7a7 solid 0px;
		margin-bottom: 0px;
	}
	.cus-form-contact .text .area-address .txt{
		position: relative;
		display: table-cell;
		width: 160px;
		vertical-align: middle;
	}
	.cus-form-contact .text .area-address .txt::before{
		content: ':';
		position: absolute;
		top: 3px;
		right: 10px;
	}
	.cus-form-contact .text .area-address .form{
		display: table-cell;
		vertical-align: middle;
	}
	@media print {
		.cus-form-contact .text .area-address{/* 住所欄レイアウト */
			display: block;
			padding-bottom: 8px;
			margin-bottom: 8px;
			width: auto;
		}
		.cus-form-contact .text .area-address:last-child{
			border-bottom: #a7a7a7 solid 0px;
			margin-bottom: 0px;
		}
		.cus-form-contact .text .area-address .txt{
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-form-contact .text .area-address .txt::before{
			content: ':';
			position: absolute;
			top: -2px;
			right: -10px;
		}
		.cus-form-contact .text .area-address .form{
			display: block;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-form-contact .text .area-address{/* 住所欄レイアウト */
			display: block;
			padding-bottom: 8px;
			margin-bottom: 8px;
			width: auto;
		}
		.cus-form-contact .text .area-address:last-child{
			border-bottom: #a7a7a7 solid 0px;
			margin-bottom: 0px;
		}
		.cus-form-contact .text .area-address .txt{
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-form-contact .text .area-address .txt::before{
			content: ':';
			position: absolute;
			top: -2px;
			right: -10px;
		}
		.cus-form-contact .text .area-address .form{
			display: block;
		}
	}

	.cus-cp-ipselect{/* 住所セレクトボックス */
	  overflow: hidden;
	  display: inline-block;
	  width: 200px !important;
	  text-align: center;
	}
	.cus-cp-ipselect select{
	  width: 100%;
	  padding-right: 1em;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
	}
	.cus-cp-ipselect select::-ms-expand{
	  display: none;
	}
	.cus-cp-ipselect{
	  position: relative;
	  border: 1px solid #949494;
	  border-radius: 0px;
	  background: #ffffff;
	}
	.cus-cp-ipselect::before{
	  position: absolute;
	  top: 1.1em;
	  right: 0.8em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #0a293a;/* arrow */
	  pointer-events: none;
	}
	.cus-cp-ipselect select{
	  padding: 3px 20px 3px 5px;
	  color: #333333;
	  font-size: 16px;
	}
	@media (max-width: 991.98px) {
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 150px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 14px;
		}
	}
	@media print{
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 130px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 12px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 150px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 14px;
		}
	}

	.cus-form-policy-tit{/* プライバシーポリシー */
		position: relative;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	.cus-form-policy-tit::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -40px;
		display: block;
		background-color: #333333;
		width: 20px;
		height: 2px;
	}
	.cus-form-policy-tit::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -40px;
		display: block;
		background-color: #333333;
		width: 20px;
		height: 2px;
	}
	
	.cus-form-policy{
		overflow: hidden;
		overflow-y: scroll;
		border: #333333 solid 1px;
		background-color: #f8f8f8;
		padding: 20px;
		height: 360px;
	}
	.cus-form-policy .policy-tit{
		display: inline-block;
		background-color: #888888;
		padding: 6px 10px 8px 10px;
		margin-bottom: 10px;
		color: white;
		line-height: 1;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 19px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 18px;
		}
	}
	@media print {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 18px;
		}
		.cus-form-policy-tit::before{
			left: -24px;
			width: 14px;
		}
		.cus-form-policy-tit::after{
			right: -24px;
			width: 14px;
		}
		
		.cus-form-policy{
			padding: 10px;
			height: 200px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 18px;
		}
		.cus-form-policy-tit::before{
			left: -24px;
			width: 14px;
		}
		.cus-form-policy-tit::after{
			right: -24px;
			width: 14px;
		}
		
		.cus-form-policy{
			padding: 10px;
			height: 200px;
		}
	}

	.cus-form-submit{/* ボタン */
		text-align: center;
	}
	.cus-form-submit-daburu{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.cus-form-submit-daburu .cus-form-button{
		margin-right: 20px;
	}
	.cus-form-submit-daburu .cus-form-button:last-child{
		margin-right: 0px;
	}
	
	.cus-form-button button{
		overflow: hidden;
		display: inline-block;
		position: relative;
		border: none;
		border: #0d2962 solid 1px;
		background: transparent;
		background: #0d2962;
		border-radius: 100px;
		padding: 12px 0;
		margin: 0;
		width: 240px;/* ボタン幅調整 */
		font-size: 20px;
		color: white;
		text-align: center;
	}
	.cus-form-button.long button{
		width: 600px;/* ボタン幅調整 */
	}
	.cus-form-button.white button{
		border: #0d2962 solid 1px;
		background: linear-gradient(90deg, white, white);
		color: #0d2962;
	}
	.cus-form-button button span{
		position: relative;
		z-index: 6;
	}
	.cus-form-button button::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: white;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		width: 100%;
		height: 100%;
		z-index: 3;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-form-button.white button::before{
		background: #0d2962;
	}
	.cus-form-button button:hover{
		color: #0d2962;
		text-decoration: none;
	}
	.cus-form-button.white button:hover{
		color: white;
		text-decoration: none;
	}
	.cus-form-button button:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}

	.cus-form-doui{
		display: table;
		margin: 0 auto;
	}
	.cus-form-doui .doui-check{
		position: relative;
		top: -1px;
		display: table-cell;
		padding: 0;
		margin: 0;
		width: auto;
		vertical-align: middle;
	}
	.cus-form-doui .doui-text{
		display: table-cell;
		padding: 0;
		margin: 0;
		width: auto;
		vertical-align: middle;
	}
	@media print {
		.cus-form-button button{
			width: 220px;/* ボタン幅調整 */
			font-size: 18px;
		}
		.cus-form-button.long button{
			width: 100%;/* ボタン幅調整 */
		}
	}
	@media screen and (max-width: 767px) {
		.cus-form-submit-daburu{
			display: block;
		}
		.cus-form-submit-daburu .cus-form-button{
			margin-right: 0px;
			margin-bottom: 20px;
			text-align: center;
		}
		.cus-form-submit-daburu .cus-form-button:last-child{
			margin-bottom: 0px;
		}
		
		.cus-form-button button{
			width: 220px;/* ボタン幅調整 */
			font-size: 18px;
		}
		.cus-form-button.long button{
			width: 100%;/* ボタン幅調整 */
		}

		.cus-form-doui .doui-text{
			text-align: left;
		}
	}

	.file-upload {/* ファイルアップロード */
	  display: flex;
	  align-items: center;
	  gap: 12px;
	}
	.file-label {
	  display: inline-block;
	  padding: 8px 16px;
	  background: #4f46e5;
	  color: #fff;
	  border-radius: 6px;
	  cursor: pointer;
	  font-size: 14px;
	}
	.file-label:hover {
	  background: #4338ca;
	}
	.file-label input[type="file"] {/* 本体のfile inputは非表示 */
	  display: none;
	}
	.file-name {
	  font-size: 14px;
	  color: #555;
	}

/* お問い合わせページバリデーション */
	.error-bubble{
	  position: absolute;
	  left: 0;
	  top: 95%;
	  margin-top: 2px;
	  background: rgba(255, 0, 0, 0.75);
	  color: white;
	  padding: 8px 12px;
	  border-radius: 6px;
	  font-size: 14px;
	  z-index: 50;
	  width: max-content;
	  max-width: 260px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	}
	.error-bubble::after{
	  content: "";
	  position: absolute;
	  top: -6px;
	  left: 10px;
	  border-width: 0 6px 6px 6px;
	  border-style: solid;
	  border-color: transparent transparent rgba(255,0,0,0.75) transparent;
	}
	.cus-form-text{position: relative;}/* textフォームのバリデーション用 */

/* GoogleMap埋め込み */
	.cus-gmap{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 600px;
	}
	.cus-gmap iframe,
	.cus-gmap object,
	.cus-gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	@media screen and (max-width: 1199.98px) {
		.cus-gmap{
			height: 500px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-gmap{
			height: 400px;
		}
	}
	@media print {
		.cus-gmap{
			height: 400px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-gmap{
			height: 30vh;
		}
	}

/* YouTube埋め込み */
	.cus-youtube{
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.cus-youtube iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}

/* EZGATE タグコレボタン設定 */
	.tagcolle-btn-default{
		box-shadow: none !important;
		background-color: #01203b !important;
		border: none !important;
	}
	.tagcolle-btn{
		font-weight: 400 !important;
		font-size: 18px !important;
		color: white !important;
	}
	@media (max-width: 991.98px) {
		.tagcolle-btn{
			font-size: 17px !important;
		}
	}
