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

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

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

*/

/* 下層ページpromo */
	.cus-local-promo{
		position: relative;
		margin-top: 124px;
	}

	.cus-local-promo .promo-title{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -735px;
		z-index: 3;
		transform: translateY(-50%);
	}
	.cus-local-promo .promo-title .promo-col{
		position: relative;
		display: flex;
		align-items: center;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 14px;
		padding: 30px 60px;
	}
	.cus-local-promo .promo-title .promo-col .main{
		font-size: 46px;
		font-weight: 400;
	}
	.cus-local-promo .promo-title .promo-col .en{
		position: relative;
		padding-left: 60px;
		margin: 0;
		font-family: "Work Sans", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: 20px;
		color: #1b9412;
	}
	.cus-local-promo .promo-title .promo-col .en::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 17px;
		background-color: #1b9412;
		border-radius: 2px;
		width: 26px;
		height: 2px;
	}
	.cus-local-promo .promo-title .promo-col .ic{
		position: absolute;
		top: -40px;
		right: 20px;
		z-index: 3;
	}

	.cus-local-promo .promo-img{
		overflow: hidden;
		border-radius: 24px;
		margin: 0 auto;
		width: auto;
		max-width: 1940px;
		height: 420px;
	}
	.cus-local-promo .promo-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1499.98px) {
		.cus-local-promo{
			margin-top: 110px;
		}
	
		.cus-local-promo .promo-title{
			left: 4%;
			margin-left: 0px;
		}
		.cus-local-promo .promo-title .promo-col{
			padding: 25px 50px;
		}
		.cus-local-promo .promo-title .promo-col .main{
			font-size: 38px;
		}
		.cus-local-promo .promo-title .promo-col .en{
			padding-left: 56px;
			font-size: 19px;
		}
		.cus-local-promo .promo-title .promo-col .en::before{
			left: 14px;
			width: 24px;
		}
		.cus-local-promo .promo-title .promo-col .ic{
			top: -34px;
			right: 10px;
		}
		.cus-local-promo .promo-title .promo-col .ic img{
			width: 74px;
		}
	
		.cus-local-promo .promo-img{
			border-radius: 24px;
			width: 96%;
			height: 340px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-local-promo{
			margin-top: 80px;
		}
	
		.cus-local-promo .promo-title{
			left: 4%;
			margin-left: 0px;
		}
		.cus-local-promo .promo-title .promo-col{
			padding: 20px 40px;
		}
		.cus-local-promo .promo-title .promo-col .main{
			font-size: 30px;
		}
		.cus-local-promo .promo-title .promo-col .en{
			padding-left: 42px;
			font-size: 18px;
		}
		.cus-local-promo .promo-title .promo-col .en::before{
			left: 10px;
			width: 20px;
		}
		.cus-local-promo .promo-title .promo-col .ic{
			top: -28px;
			right: 5px;
		}
		.cus-local-promo .promo-title .promo-col .ic img{
			width: 66px;
		}
	
		.cus-local-promo .promo-img{
			border-radius: 22px;
			width: 96%;
			height: 300px;
		}
	}
	@media print {
		.cus-local-promo{
			margin-top: 10px;
		}
	
		.cus-local-promo .promo-title{
			left: 4%;
			margin-left: 0px;
		}
		.cus-local-promo .promo-title .promo-col{
			padding: 20px 30px;
		}
		.cus-local-promo .promo-title .promo-col .main{
			font-size: 24px;
		}
		.cus-local-promo .promo-title .promo-col .en{
			padding-left: 32px;
			font-size: 16px;
		}
		.cus-local-promo .promo-title .promo-col .en::before{
			left: 6px;
			width: 14px;
		}
		.cus-local-promo .promo-title .promo-col .ic{
			top: -28px;
			right: 5px;
		}
		.cus-local-promo .promo-title .promo-col .ic img{
			width: 66px;
		}
	
		.cus-local-promo .promo-img{
			border-radius: 20px;
			width: 96%;
			height: 240px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-local-promo{
			margin-top: 80px;
		}
	
		.cus-local-promo .promo-title{
			left: 4%;
			margin-left: 0px;
		}
		.cus-local-promo .promo-title .promo-col{
			display: block;
			padding: 20px 40px 20px 30px;
		}
		.cus-local-promo .promo-title .promo-col .main{
			font-size: 22px;
		}
		.cus-local-promo .promo-title .promo-col .en{
			padding-left: 24px;
			margin-left: 20px;
			font-size: 16px;
		}
		.cus-local-promo .promo-title .promo-col .en::before{
			left: 0px;
			width: 16px;
		}
		.cus-local-promo .promo-title .promo-col .ic{
			top: -28px;
			right: 5px;
		}
		.cus-local-promo .promo-title .promo-col .ic img{
			width: 54px;
		}
	
		.cus-local-promo .promo-img{
			border-radius: 18px;
			width: 96%;
			height: 200px;
		}
	}


/* コンテンツ内見出し */
	.cus-title-original01{
		display: flex;
		flex-direction: column-reverse;
		letter-spacing: 0.08em;
	}
	.cus-title-original01 .main{
		font-size: 48px;
		font-weight: 400;
	}
	.cus-title-original01 .main.min{
		font-size: 32px;
	}
	.cus-title-original01 .sub{
		position: relative;
		padding-left: 36px;
		margin-bottom: 14px;
		font-family: "Work Sans", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: 16px;
		color: #929292;
	}
	.cus-title-original01 .sub::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		background-color: #ef7ab7;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		z-index: 1;
		transform: translateY(-50%);
	}
	.cus-title-original01 .sub::after{
		content: '';
		position: absolute;
		top: 50%;
		left: 11px;
		background-color: #5ab153;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		z-index: 2;
		transform: translateY(-50%);
	}
	@media screen and (max-width: 1499.98px) {
		.cus-title-original01 .main{
			font-size: 38px;
		}
		.cus-title-original01 .main.min{
			font-size: 26px;
		}
		.cus-title-original01 .sub{
			padding-left: 36px;
			margin-bottom: 14px;
			font-size: 16px;
		}
		.cus-title-original01 .sub::before{
			width: 15px;
			height: 15px;
		}
		.cus-title-original01 .sub::after{
			left: 11px;
			width: 15px;
			height: 15px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title-original01 .main{
			font-size: 34px;
		}
		.cus-title-original01 .main.min{
			font-size: 22px;
		}
		.cus-title-original01 .sub{
			padding-left: 32px;
			margin-bottom: 12px;
			font-size: 15px;
		}
		.cus-title-original01 .sub::before{
			width: 14px;
			height: 14px;
		}
		.cus-title-original01 .sub::after{
			left: 10px;
			width: 14px;
			height: 14px;
		}
	}
	@media print {
		.cus-title-original01 .main{
			font-size: 27px;
		}
		.cus-title-original01 .main.min{
			font-size: 20px;
		}
		.cus-title-original01 .sub{
			padding-left: 32px;
			margin-bottom: 12px;
			font-size: 15px;
		}
		.cus-title-original01 .sub::before{
			width: 14px;
			height: 14px;
		}
		.cus-title-original01 .sub::after{
			left: 10px;
			width: 14px;
			height: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-original01 .main{
			font-size: 27px;
		}
		.cus-title-original01 .main.min{
			font-size: 27px;
		}
		.cus-title-original01 .sub{
			padding-left: 32px;
			margin-bottom: 12px;
			font-size: 15px;
		}
		.cus-title-original01 .sub::before{
			width: 14px;
			height: 14px;
		}
		.cus-title-original01 .sub::after{
			left: 10px;
			width: 14px;
			height: 14px;
		}
	}

	.cus-title-subtitle01{
		overflow: hidden;
	}
	.cus-title-subtitle01 .main{
		position: relative;
		display: inline-block;
		border-bottom: #1b9412 double 3px;
		padding: 0 20px 6px 26px;
		margin: 0;
		font-size: 22px;
		color: #1b9412;
		letter-spacing: 0.08em;
	}
	.cus-title-subtitle01 .main::before{
		content: '\f054';
		position: absolute;
		top: 46%;
		left: 4px;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 14px;
		color: #1b9412;
		transform: translateY(-50%);
	}
	@media screen and (max-width: 1499.98px) {
		.cus-title-subtitle01 .main{
			font-size: 20px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title-subtitle01 .main{
			font-size: 19px;
		}
	}
	@media print {
		.cus-title-subtitle01 .main{
			font-size: 17px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-subtitle01 .main{
			font-size: 18px;
		}
		.cus-title-subtitle01 .main::before{
			font-size: 13px;
		}
	}

	.cus-title-subtitle02{
		overflow: hidden;
	}
	.cus-title-subtitle02 .main{
		position: relative;
		display: inline-block;
		border-bottom: #1b9412 double 3px;
		padding: 0 20px 6px 20px;
		margin: 0;
		font-size: 36px;
		color: #1b9412;
		letter-spacing: 0.08em;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-title-subtitle02 .main{
			padding: 0 20px 6px 20px;
			font-size: 32px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-title-subtitle02 .main{
			padding: 0 18px 6px 18px;
			font-size: 26px;
		}
	}
	@media print {
		.cus-title-subtitle02 .main{
			padding: 0 15px 6px 15px;
			font-size: 22px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-subtitle02 .main{
			padding: 0 12px 6px 12px;
			font-size: 20px;
		}
	}

/* 一文字ずつ表示するアニメーション */
	.js-letter-animation .letter{
		display: inline-block;
		opacity: 0;
		transform: translateX(-14px);
		transition:
			opacity 0.55s ease,
			transform 0.55s ease;
		transition-delay: var(--letter-delay, 0ms);
		will-change: opacity, transform;
	}

	.js-letter-animation.is-letter-animate .letter{
		opacity: 1;
		transform: translateX(0);
	}

	@media (prefers-reduced-motion: reduce){
		.js-letter-animation .letter{
			opacity: 1;
			transform: none;
			transition: none;
		}
	}
	@media print{
		.js-letter-animation .letter{
			opacity: 1 !important;
			transform: none !important;
			transition: none !important;
		}
	}


/* ボタンCSS */
	.cus-button01 a{
		position: relative;
		overflow: hidden;
		display: block;
		border: #5ab153 solid 1px;
		background-color: #5ab153;
		border-radius: 100px;
		padding: 20px 30px;
		font-size: 16px;
		color: white;
		text-decoration: none;
		line-height: 1;
		transition: color 0.5s ease;
	}
	.button01-pink a{
		border: #ef7ab7 solid 1px;
		background-color: #ef7ab7;
	}
	.cus-button01 a::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
		border-radius: 100px;
		transform: scaleX(0);
		transform-origin: right center;
		transition: transform 0.5s ease;
		z-index: 1;
	}
	.cus-button01 a .text,
	.cus-button01 a .arrow{
		position: relative;
		z-index: 2;
	}
	.cus-button01.button01-wide220 a{
		width: 220px;
	}
	.cus-button01.button01-wide360 a{
		width: 360px;
	}
	.cus-button01 a .arrow{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: transform 0.5s ease, color 0.2s ease;
	}
	.cus-button01 a:hover{
		color: #5ab153;
	}
	.cus-button01 a:hover::before{
		transform: scaleX(1);
	}
	.cus-button01 a:hover .arrow{
		color: #5ab153;
		transform: translateY(-50%) translateX(10px);
	}
	.button01-pink a:hover{
		color: #ef7ab7;
	}
	.button01-pink a:hover .arrow{
		color: #ef7ab7;
	}
	@media (max-width: 1499.98px) {
		.cus-button01.button01-wide220 a{
			width: auto;
			max-width: 220px;
		}
		.cus-button01.button01-wide360 a{
			width: auto;
			max-width: 360px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button01 a{
			padding: 16px 20px;
			font-size: 15px;
		}
		.cus-button01.button01-wide220 a{
			width: 200px;
		}
	}

	.cus-button02 a{
		position: relative;
		overflow: hidden;
		display: block;
		border-radius: 100px;
		padding: 14px 60px 14px 20px;
		font-size: 16px;
		color: #222222;
		text-decoration: none;
		line-height: 1.2;
		transition: color 0.5s ease;
	}
	.cus-button02.button02-pdf a{border: #d4315c solid 1px;}
	.cus-button02.button02-img a{border: #cf7ea8 solid 1px;}
	.cus-button02.button02-word a{border: #5f81cb solid 1px;}
	.cus-button02.button02-excel a{border: #2a9735 solid 1px;}
	.cus-button02.button02-file a{border: #5e5e5e solid 1px;}
	.cus-button02.button02-pdf a .arrow{color: #d4315c;}
	.cus-button02.button02-img a .arrow{color: #cf7ea8;}
	.cus-button02.button02-word a .arrow{color: #5f81cb;}
	.cus-button02.button02-excel a .arrow{color: #2a9735;}
	.cus-button02.button02-file a .arrow{color: #5e5e5e;}
	.cus-button02 a .arrow{
		position: absolute;
		top: 50%;
		right: 20px;
		font-size: 24px;
		transform: translateY(-50%);
		transition: transform 0.8s ease;
	}
	.cus-button02 a:hover .arrow{
		transform: translateY(-50%) rotateY(360deg);
	}
	@media print {
		.cus-button02 a{
			padding: 12px 50px 12px 16px;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button02 a{
			padding: 12px 50px 12px 16px;
			font-size: 15px;
		}
	}


/* 受付時間表 */
	.cus-hyou-uketsuke{
		overflow: hidden;
		border: none !important;
		background-color: white;
		border-radius: 8px;
		font-size: 15px;
		font-weight: 400 !important;
	}
	.cus-hyou-uketsuke thead tr th{
		border: #f2f2f2 solid 1px !important;
		border-left: none !important;
		padding: 16px 15px;
		font-weight: 400 !important;
		text-align: center;
		vertical-align: middle;
	}
	.cus-hyou-uketsuke tbody tr th,
	.cus-hyou-uketsuke tbody tr td{
		border: #f2f2f2 solid 1px !important;
		border-top: none !important;
		border-left: none !important;
		padding: 16px 0;
		font-weight: 400 !important;
		text-align: center;
		vertical-align: middle;
	}
	.cus-hyou-uketsuke tbody tr .check{
		color: #1b9412;
	}

	.cus-hyou-scroll-text{
		display: none;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-hyou-uketsuke thead tr th{
			padding: 14px 12px;
		}
		.cus-hyou-uketsuke tbody tr th,
		.cus-hyou-uketsuke tbody tr td{
			padding: 14px 0;
		}
		.cus-hyou-uketsuke thead tr th:first-child{
			width: 95px !important;
		}
	}
	@media (max-width: 991.98px) {
		.cus-hyou-scroll{
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		.cus-hyou-scroll .cus-hyou-uketsuke{
			min-width: 600px;
			width: 600px;
			margin-bottom: 10px;
		}
		.cus-hyou-uketsuke thead tr th:first-child{
			width: 130px !important;
		}
		
		.cus-hyou-scroll-text{
			display: block;
			margin: 0 0 10px 0;
			font-size: 15px;
		}
	}

/* サイドメニュー */
	.cus-side-menu{
		position: fixed;
		bottom: 20%;
		right: 0px;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
		gap: 10px;
		z-index: 10;
	}
	.cus-side-menu li a{
		overflow: hidden;
		opacity: 0.7;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		padding: 20px 12px;
		width: 96px;
		border-radius: 12px 0 0 12px;
		color: white;
		text-align: center;
		text-decoration: none;
		line-height: 1;
		transition: all 0.5s 0s ease;
	}
	.cus-side-menu li .bn-green{
		background-color: #5ab153;
	}
	.cus-side-menu li .bn-pink{
		background-color: #ef7ab7;
	}
	.cus-side-menu li a .ic{
		background: rgba(255, 255, 255, 0.6);
		border-radius: 50%;
		margin: 0 auto;
		width: 56px;
		height: 56px;
		line-height: 50px;
		text-align: center;
	}
	.cus-side-menu li .bn-green .ic img{
		width: 24px;
		filter: brightness(0) saturate(100%) invert(100%);
	}
	.cus-side-menu li .bn-pink .ic img{
		width: 20px;
	}
	.cus-side-menu li a .text01{
		font-size: 24px;
	}
	.cus-side-menu li a .text02{
		font-size: 14px;
	}
	.cus-side-menu li a:hover{
		opacity: 1;
		width: 120px;
		transition: all 0.5s 0s ease;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-side-menu li a{
			padding: 16px 10px;
			width: 80px;
		}
		.cus-side-menu li a .ic{
			width: 48px;
			height: 48px;
			line-height: 42px;
		}
		.cus-side-menu li .bn-green .ic img{
			width: 20px;
		}
		.cus-side-menu li .bn-pink .ic img{
			width: 16px;
		}
		.cus-side-menu li a .text01{
			font-size: 20px;
		}
		.cus-side-menu li a .text02{
			font-size: 14px;
		}
		.cus-side-menu li a:hover{
			width: 100px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-side-menu li a{
			padding: 16px 0px;
			width: 70px;
		}
		.cus-side-menu li a .ic{
			width: 42px;
			height: 42px;
			line-height: 38px;
		}
		.cus-side-menu li .bn-green .ic img{
			width: 18px;
		}
		.cus-side-menu li .bn-pink .ic img{
			width: 15px;
		}
		.cus-side-menu li a .text01{
			font-size: 19px;
		}
		.cus-side-menu li a .text02{
			font-size: 12px;
		}
		.cus-side-menu li a:hover{
			width: 90px;
		}
	}
	@media print {
		.cus-side-menu{
			display: none;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-side-menu{
			position: fixed;
			bottom: -20px;
			right: auto;
			left: 0px;
			flex-direction: row;
			gap: 2px;
		}
		.cus-side-menu li a{
			position: relative;
			gap: 8px;
			padding: 12px 10px 10px 60px;
			width: auto;
			border-radius: 10px 10px 0 0;
			opacity: 1;
		}
		.cus-side-menu li a .ic{
			position: absolute;
			top: 50%;
			left: 10px;
			width: 36px;
			height: 36px;
			line-height: 32px;
			transform: translateY(-50%);
		}
		.cus-side-menu li .bn-green .ic img{
			width: 18px;
		}
		.cus-side-menu li .bn-pink .ic img{
			width: 14px;
		}
		.cus-side-menu li a .text01{
			font-size: 20px;
		}
		.cus-side-menu li a .text02{
			font-size: 14px;
		}
		.cus-side-menu li a:hover{
			opacity: 1;
			width: auto;
		}
	}


/* モーダルウインドウに関わる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: 1499.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: 1499.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-uketsuke{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-uketsuke{
		border: #6c6c6c solid 1px;
		border-radius: 8px;
		background-color: white;
		text-align: center;
	}
	.cus-table-uketsuke thead tr th{
		border: none;
		border-bottom: #6c6c6c solid 1px;
		border-right: #6c6c6c solid 1px;
		padding: 12px 10px;
		font-size: 15px;
		font-weight: 400;
	}
	.cus-table-uketsuke thead tr th:last-child{
		border-right: #6c6c6c solid 0px;
	}
	.cus-table-uketsuke tbody tr th,
	.cus-table-uketsuke tbody tr td{
		border: none;
		border-bottom: #6c6c6c solid 1px;
		border-right: #6c6c6c solid 1px;
		padding: 12px 10px;
		font-size: 15px;
		font-weight: 400;
	}
	.cus-table-uketsuke tbody tr td:last-child{
		border-right: #6c6c6c solid 0px;
	}
	.cus-table-uketsuke tbody tr:last-child th{
		border-bottom: #6c6c6c solid 0px;
	}
	.cus-table-uketsuke tbody tr:last-child td{
		border-bottom: #6c6c6c solid 0px;
	}
	.cus-table-uketsuke tbody tr .check{
		color: #1b9412;
	}

	@media (max-width: 991.98px) {
		.cus-hyou-scroll .cus-table-uketsuke{
			min-width: 640px;
			width: 640px;
			margin: 0 2px 10px 0;
	}


	.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: 4px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text,
	.cus-table-border tbody tr td .text{
		display: block;
		border: #333333 solid 1px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 10px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text{
		background-color: #eaeaea;
	}
	@media screen and (max-width: 767px) {
		.cus-table-border thead{
			display: none;
		}
		.cus-table-border thead tr th,
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			padding: 4px 0;
		}
	}

	.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;
		padding: 1px 6px 0 6px;
		margin: 0;
		height: 20px;
		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{/* 必須 */
		float: right;
		background-color: #a90505;
		padding: 1px 6px 0 6px;
		margin: 0;
		height: 20px;
		font-size: 14px;
		font-weight: 400;
		color: white;
		line-height: 20px;
		z-index: 3;
	}

	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: 1499.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: #646464 solid 1px;
		background: transparent;
		background: linear-gradient(90deg, #646464, #646464);
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		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: #646464 solid 1px;
		background: linear-gradient(90deg, white, white);
		color: #646464;
	}
	.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: #646464;
	}
	.cus-form-button button:hover{
		color: #646464;
		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;
		min-width: 0;
	}
	.file-label{
	  display: inline-block;
	  padding: 5px 12px;
	  background: #868686;
	  color: #fff;
	  border-radius: 6px;
	  cursor: pointer;
	  font-size: 14px;
		flex-shrink: 0; 
		transition: all 0.5s 0s ease;
	}
	.file-label:hover{
	  background: #515151;
		transition: all 0.5s 0s ease;
	}
	.file-label input[type="file"] {/* 本体のfile inputは非表示 */
	  display: none;
	}
	.file-name{
	  font-size: 14px;
	  color: #555;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  flex-grow: 1;            
	  min-width: 0;
	}

/* お問い合わせページバリデーション */
	.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: 400px;
	}
	.cus-gmap iframe,
	.cus-gmap object,
	.cus-gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	@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;
		}
	}
