/*
	* Bootstrap 複数ページに掛かるカスタムCSS

	@media screen and (max-width: 1469px) {}
	@media screen and (max-width: 991px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xl-1200(max-1199)
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

	背景色に関わるCSS
	見出しテキスト関わるCSS
	お問い合わせ
	下層ページヘッダ
	フッター
	Bootstrapスライドに関わるCSS
	Slickスライドに関わるCSS（サムネイルあり）
	モーダルウインドウに関わるCSS
	テキストアニメーション（一文字ずつ表示）に関わるCSS
	リンクボタン装飾
	画像ホバー時アクション
	テーブル装飾
	お問い合わせページ
	GoogleMap埋め込み
	YouTube埋め込み

*/

/* 背景色に関わるCSS */
	.cus-bg-e9faf6{
		background-color: #e9faf6;
	}

/* 見出しテキスト関わるCSS */
	.cus-title-midashi01{
		position: relative;
		padding-top: 140px;
		letter-spacing: 0.08em;
		z-index: 10;
	}
	.cus-title-midashi01.midashi01-down{
		padding-top: 160px;
	}
	.cus-title-midashi01 .main{
		font-size: 24px;
		font-weight: 700;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.cus-title-midashi01 .sub{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		font-size: 120px;
		font-weight: 700;
		font-family: "Open Sans", sans-serif;
		color: #03c39a;
		line-height: 1;
	}
	@media screen and (max-width: 1800px) {
		.cus-title-midashi01{
			padding-top: 120px;
		}
		.cus-title-midashi01.midashi01-down{
			padding-top: 140px;
		}
		.cus-title-midashi01 .main{
			font-size: 22px;
		}
		.cus-title-midashi01 .sub{
			font-size: 110px;
		}
	}
	@media screen and (max-width: 1469px) {
		.cus-title-midashi01{
			padding-top: 100px;
		}
		.cus-title-midashi01.midashi01-down{
			padding-top: 120px;
		}
		.cus-title-midashi01 .main{
			font-size: 20px;
		}
		.cus-title-midashi01 .sub{
			font-size: 90px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-midashi01{
			padding-top: 80px;
		}
		.cus-title-midashi01.midashi01-down{
			padding-top: 90px;
		}
		.cus-title-midashi01 .main{
			font-size: 18px;
		}
		.cus-title-midashi01 .sub{
			font-size: 70px;
		}
	}
	@media print {
		.cus-title-midashi01{
			padding-top: 65px;
		}
		.cus-title-midashi01.midashi01-down{
			padding-top: 80px;
		}
		.cus-title-midashi01 .main{
			font-size: 16px;
		}
		.cus-title-midashi01 .sub{
			font-size: 56px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-midashi01{
			padding-top: 50px;
		}
		.cus-title-midashi01.midashi01-down{
			padding-top: 95px;
		}
		.cus-title-midashi01 .main{
			font-size: 16px;
		}
		.cus-title-midashi01 .sub{
			font-size: 42px;
		}
		.cus-title-midashi01.midashi01-down .sub{
			font-size: 42px;
			line-height: 1.2;
		}
	}

	.cus-title-midashi02 .main{
		position: relative;
		display: inline-block;
		font-size: 36px;
		font-weight: 700;
		font-family: 'Noto Sans JP', sans-serif;
		letter-spacing: 0.08em;
	}
	.cus-title-midashi02 .main::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -80px;
		display: block;
		background-color: #03c39a;
		width: 50px;
		height: 2px;
	}
	.cus-title-midashi02 .main::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -80px;
		display: block;
		background-color: #03c39a;
		width: 50px;
		height: 2px;
	}
	@media screen and (max-width: 1469px) {
		.cus-title-midashi02 .main{
			font-size: 32px;
		}
		.cus-title-midashi02 .main::before{
			left: -70px;
			width: 45px;
		}
		.cus-title-midashi02 .main::after{
			right: -70px;
			width: 45px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-midashi02 .main{
			font-size: 28px;
		}
		.cus-title-midashi02 .main::before{
			left: -60px;
			width: 40px;
		}
		.cus-title-midashi02 .main::after{
			right: -60px;
			width: 40px;
		}
	}
	@media print {
		.cus-title-midashi02 .main{
			font-size: 22px;
		}
		.cus-title-midashi02 .main::before{
			left: -50px;
			width: 30px;
		}
		.cus-title-midashi02 .main::after{
			right: -50px;
			width: 30px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-midashi02 .main{
			font-size: 20px;
		}
		.cus-title-midashi02 .main::before{
			left: -50px;
			width: 30px;
		}
		.cus-title-midashi02 .main::after{
			right: -50px;
			width: 30px;
		}
	}


/* 下層ページヘッダ */
	.cus-promo{
		position: relative;
		background-image: url(../img/site/contents-bg01.jpg);
		background-position: center top;
		background-size: cover;
		padding: 130px 0 100px 0;
	}

	.cus-promo .promo-tit{
		position: absolute;
		top: 250px;
		left: 50%;
		margin-left: -735px;
		z-index: 3;
	}
	.cus-promo .promo-tit .tit-inner{
		position: relative;
		padding-top: 50px;
		text-shadow: 2px 2px 10px white ,
			-2px 2px 10px white ,
			2px -2px 10px white ,
			-2px -2px 10px white;
		letter-spacing: 0.12em;
	}
	.cus-promo .promo-tit .tit-inner .main{
		font-size: 60px;
		font-weight: 700;
	}
	.cus-promo .promo-tit .tit-inner .en{
		position: absolute;
		top: 0px;
		left: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 24px;
		font-weight: 700;
		color: #03c39a;
	}

	.cus-promo .promo-bg{
		margin: 0;
		width: 100%;
		height: 400px;
	}
	.cus-promo .promo-bg img{
		width: 100%;
		height: 400px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-promo .staff01{
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -920px;
		z-index: 3;
	}
	.cus-promo .staff01 img{
		width: 139px;/*199*70*/
	}
	.cus-promo .staff02{
		position: absolute;
		bottom: 40px;
		right: 0px;
		z-index: 3;
	}
	.cus-promo .staff02 img{
		width: 271px;/*387*70*/
	}
	@media screen and (max-width: 1469px) {
		.cus-promo{
			padding: 120px 0 80px 0;
		}
	
		.cus-promo .promo-tit{
			top: 200px;
			left: 2%;
			margin-left: 0px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 48px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 52px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 20px;
		}
	
		.cus-promo .promo-bg{
			height: 320px;
		}
		.cus-promo .promo-bg img{
			height: 320px;
		}
	
		.cus-promo .staff01{
			bottom: 30px;
			left: 70%;
			margin-left: 0px;
		}
		.cus-promo .staff01 img{
			width: 100px;/*199*50*/
		}
		.cus-promo .staff02{
			bottom: 50px;
		}
		.cus-promo .staff02 img{
			width: 194px;/*387*50*/
		}
	}
	@media screen and (max-width: 991px) {
		.cus-promo{
			padding: 60px 0 60px 0;
		}
	
		.cus-promo .promo-tit{
			top: 140px;
			left: 2%;
			margin-left: 0px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 44px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 40px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 18px;
		}
	
		.cus-promo .promo-bg{
			height: 240px;
		}
		.cus-promo .promo-bg img{
			height: 240px;
		}
	
		.cus-promo .staff01{
			bottom: 30px;
			left: 65%;
			margin-left: 0px;
		}
		.cus-promo .staff01 img{
			width: 60px;/*199*30*/
		}
		.cus-promo .staff02{
			bottom: 40px;
		}
		.cus-promo .staff02 img{
			width: 116px;/*387*30*/
		}
	}
	@media print {
		.cus-promo{
			padding: 60px 0 60px 0;
		}
	
		.cus-promo .promo-tit{
			top: 140px;
			left: 2%;
			margin-left: 0px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 40px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 32px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 16px;
		}
	
		.cus-promo .promo-bg{
			height: 200px;
		}
		.cus-promo .promo-bg img{
			height: 200px;
		}
	
		.cus-promo .staff01{
			bottom: 30px;
			left: 65%;
			margin-left: 0px;
		}
		.cus-promo .staff01 img{
			width: 50px;/*199*30*/
		}
		.cus-promo .staff02{
			bottom: 40px;
		}
		.cus-promo .staff02 img{
			width: 96px;/*387*30*/
		}
	}
	@media screen and (max-width: 767px) {
		.cus-promo{
			padding: 60px 0 60px 0;
		}
	
		.cus-promo .promo-tit{
			top: 100px;
			left: 2%;
			margin-left: 0px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 30px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 26px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 15px;
		}
	
		.cus-promo .promo-bg{
			height: 160px;
		}
		.cus-promo .promo-bg img{
			height: 160px;
		}
	
		.cus-promo .staff01{
			display: none;
		}
		.cus-promo .staff02{
			bottom: 40px;
		}
		.cus-promo .staff02 img{
			width: 96px;/*387*30*/
		}
	}


/* お問い合わせ */
	.cus-contact{
		position: relative;
		padding: 140px 0;
	}

	.cus-contact .contact-col{
		overflow: hidden;
		position: relative;
		background-color: #03c39a;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		padding: 75px 0;
		margin-left: auto;
		margin-right: auto;
		width: 92%;
		max-width: 1760px;
		z-index: 6;
	}
	.cus-contact .contact-col .contact-inner{
		display: table;
		width: 100%;
	}
	.cus-contact .contact-col .contact-inner .inner-left,
	.cus-contact .contact-col .contact-inner .inner-right{
		display: table-cell;
		width: 50%;
		color: white;
		text-align: center;
		vertical-align: top;
	}
	.cus-contact .contact-col .contact-inner .inner-left .inner-phone{
		font-size: 56px;
		font-weight: 700;
		letter-spacing: 0.01em;
		line-height: 1.4;
	}
	.cus-contact .contact-col .contact-inner .inner-left .inner-text{
		font-size: 20px;
		font-weight: 700;
	}
	.cus-contact .contact-col .contact-inner .inner-right .inner-phone{
		position: relative;
		display: inline-block;
		font-size: 48px;
		font-weight: 700;
		text-align: left;
		letter-spacing: 0.01em;
		line-height: 1.4;
	}
	.cus-contact .contact-col .contact-inner .inner-right .inner-phone .text02{
		display: block;
		padding-left: 64px;
	}
	.cus-contact .contact-col .contact-inner .inner-right .inner-phone::before{/* ホバー時の動作 */
		content: '';
		position: absolute;
		bottom: -6px;
		left: 0px;
		display: block;
		background-color: white;
		width: 100%;
		height: 3px;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-contact .contact-col .contact-inner .inner-right .inner-phone:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}

	.cus-contact .contact-img{
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -34vw;
		z-index: 3;
	}

	.cus-contact .contact-text01{
		margin: 0;
		font-size: 36px;
		font-weight: 700;
		text-align: center;
	}
	@media screen and (max-width: 1469px) {
		.cus-contact{
			padding: 100px 0;
		}
	
		.cus-contact .contact-col{
			padding: 60px 0;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone{
			font-size: 48px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone .ic{
			position: relative;
			top: -1px;
			width: 36px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .ic{
			position: relative;
			top: -4px;
			width: 42px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-text{
			font-size: 19px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone{
			top: 10px;
			font-size: 33px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .text02{
			padding-left: 52px;
		}
		
		.cus-contact .contact-img{
			top: 90px;
			left: 8%;
			margin-left: 0vw;
		}
		.cus-contact .contact-img img{
			width: 230px;
		}
	
		.cus-contact .contact-text01{
			font-size: 32px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contact{
			padding: 80px 0;
		}
	
		.cus-contact .contact-col{
			padding: 50px 0;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone{
			font-size: 40px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone .ic{
			position: relative;
			top: -1px;
			width: 30px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .ic{
			position: relative;
			top: -2px;
			width: 34px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-text{
			font-size: 18px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone{
			top: 10px;
			font-size: 26px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .text02{
			padding-left: 42px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone::before{/* ホバー時の動作 */
			bottom: -10px;
		}
		
		.cus-contact .contact-img{
			top: 40px;
			left: 8%;
			margin-left: 0vw;
		}
		.cus-contact .contact-img img{
			width: 230px;
		}
	
		.cus-contact .contact-text01{
			font-size: 28px;
		}
	}
	@media print {
		.cus-contact{
			padding: 60px 0;
		}
	
		.cus-contact .contact-col{
			padding: 40px 0;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone{
			font-size: 32px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone .ic{
			position: relative;
			top: -1px;
			width: 26px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .ic{
			position: relative;
			top: -2px;
			width: 30px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-text{
			font-size: 16px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone{
			top: 12px;
			font-size: 20px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .text02{
			padding-left: 40px;
		}
		
		.cus-contact .contact-img{
			top: 40px;
			left: 8%;
			margin-left: 0vw;
		}
		.cus-contact .contact-img img{
			width: 230px;
		}
	
		.cus-contact .contact-text01{
			font-size: 22px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact{
			padding: 50px 0;
		}
	
		.cus-contact .contact-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 20px 0;
		}
		.cus-contact .contact-col .contact-inner{
			display: block;
			width: auto;
		}
		.cus-contact .contact-col .contact-inner .inner-left{
			display: block;
			width: auto;
		}
		.cus-contact .contact-col .contact-inner .inner-right{
			display: block;
			width: auto;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone{
			font-size: 32px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-phone .ic{
			position: relative;
			top: -1px;
			width: 26px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .ic{
			position: relative;
			top: -2px;
			width: 30px;
		}
		.cus-contact .contact-col .contact-inner .inner-left .inner-text{
			font-size: 16px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone{
			top: 0px;
			font-size: 20px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone .text02{
			padding-left: 36px;
		}
		.cus-contact .contact-col .contact-inner .inner-right .inner-phone::before{/* ホバー時の動作 */
			display: none;
		}
		
		.cus-contact .contact-img{
			top: 40px;
			left: 6%;
			margin-left: 0vw;
		}
		.cus-contact .contact-img img{
			width: 160px;
		}
	
		.cus-contact .contact-text01{
			margin: 0 auto;
			width: 92%;
			font-size: 18px;
			text-align: left;
		}
	}

/* フッター */
	.cus-footer{
		background-image: url(../img/site/f-bg.jpg);
		background-position: center center;
		background-size: cover;
		padding: 120px 0;
	}

	.cus-footer-con{
		position: relative;
		display: table;
	}
	.cus-footer-con .con-text{
		display: table-cell;
		width: 35%;
		vertical-align: top;
	}
	.cus-footer-con .con-map{
		display: table-cell;
		border: #03c39a solid 1px;
		width: 45%;
		vertical-align: top;
	}
	.cus-footer-con .con-nav{
		display: table-cell;
		text-align: right;
		vertical-align: top;
	}

	.cus-footer-con .con-nav .nav-menu{
		display: inline-block;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: left;
	}
	.cus-footer-con .con-nav .nav-menu li{
		position: relative;
		padding-left: 16px;
		margin-bottom: 10px;
	}
	.cus-footer-con .con-nav .nav-menu li::before{
		content: '';
		position: absolute;
		top: 10px;
		left: 0px;
		display: block;
		background-color: #03c39a;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		width: 8px;
		height: 8px;
	}
	.cus-footer-con .con-nav .nav-menu li a{
		font-size: 18px;
		color: #282828;
		text-decoration: none;
	}
	.cus-footer-con .con-nav .nav-menu li a:hover{
		text-decoration: underline;
	}
	
	.cus-footer-con .con-copy{
		position: absolute;
		bottom: -40px;
		left: 0px;
	}
	@media screen and (max-width: 1469px) {
		.cus-footer{
			padding: 100px 0;
		}

		.cus-footer-con .con-text{
			width: 43%;
		}
		.cus-footer-con .con-map{
			width: 40%;
		}

		.cus-footer-con .con-nav .nav-menu li{
			padding-left: 14px;
			margin-bottom: 8px;
		}
		.cus-footer-con .con-nav .nav-menu li::before{
			top: 12px;
			width: 6px;
			height: 6px;
		}
		.cus-footer-con .con-nav .nav-menu li a{
			font-size: 17px;
		}
		
		.cus-footer-con .con-copy{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-footer{
			padding: 80px 0;
		}

		.cus-footer-con .con-text{
			width: 43%;
		}
		.cus-footer-con .con-map{
			width: 40%;
		}

		.cus-footer-con .con-nav .nav-menu li{
			padding-left: 12px;
			margin-bottom: 8px;
		}
		.cus-footer-con .con-nav .nav-menu li::before{
			top: 10px;
			width: 6px;
			height: 6px;
		}
		.cus-footer-con .con-nav .nav-menu li a{
			font-size: 16px;
		}
		
		.cus-footer-con .con-copy{
			font-size: 14px;
		}
	}
	@media print {
		.cus-footer{
			padding: 60px 0;
		}

		.cus-footer-con .con-text{
			width: 43%;
		}
		.cus-footer-con .con-map{
			width: 40%;
		}

		.cus-footer-con .con-nav .nav-menu li{
			padding-left: 8px;
			margin-bottom: 6px;
		}
		.cus-footer-con .con-nav .nav-menu li::before{
			top: 6px;
			width: 4px;
			height: 4px;
		}
		.cus-footer-con .con-nav .nav-menu li a{
			font-size: 13px;
		}
		
		.cus-footer-con .con-copy{
			font-size: 11px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer{
			padding: 50px 0 80px 0;
		}
	
		.cus-footer-con{
			display: block;
		}
		.cus-footer-con .con-text{
			display: block;
			margin: 0 auto 15px auto;
			width: 92%;
		}
		.cus-footer-con .con-map{
			display: block;
			margin: 0 auto 15px auto;
			width: 92%;
		}
		.cus-footer-con .con-nav{
			display: block;
			text-align: center;
		}
	
		.cus-footer-con .con-nav .nav-menu{
			display: block;
			border-top: #03c39a solid 1px;
			text-align: center;
		}
		.cus-footer-con .con-nav .nav-menu li{
			border-bottom: #03c39a solid 1px;
			padding-left: 0px;
			margin-bottom: 0px;
		}
		.cus-footer-con .con-nav .nav-menu li::before{
			display: none;
		}
		.cus-footer-con .con-nav .nav-menu li a{
			display: block;
			padding: 8px 0;
			font-size: 16px;
		}
		.cus-footer-con .con-nav .nav-menu li a:hover{
			text-decoration: underline;
		}
		
		.cus-footer-con .con-copy{
			bottom: -80px;
			width: 100%;
			text-align: center;
		}
	}


/* Bootstrapスライドに関わるCSS */
	.cus-carousel-area{/* 余白や影 */
		overflow: hidden;
		padding: 5px;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
	}

	.cus-carousel-hight{/* 画像の高さを固定 調整CSS */
		width: 100%;
	}
	.cus-carousel-hight img{
		width: 100%;
		height: 480px;
	}
	.cus-carousel-hight.cover img{/* カバーCSS */
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.cus-carousel-hight.contain img{/* コンテナCSS */
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}
	@media screen and (max-width: 1469px) {
		.cus-carousel-hight img{
			height: 420px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-carousel-hight img{
			height: 340px;
		}
	}
	@media print {
		.cus-carousel-hight img{
			height: 260px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-carousel-hight img{
			height: 220px;
		}
		.cus-carousel-hight.fill img{/* スマホ時高さ全体をカバー */
			height: 98vh;
		}
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon{/* 前後矢印 */
		background-color: #7bb3ee !important;
		border: #7bb3ee solid 4px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}

	.thumbnail-slide{/* サムネイル追加 調整CSS */
		padding: 0 !important;
		margin: 0 4% !important;
	}
	.thumbnail-slide button{
		overflow: hidden;
		display: block;
		background-color: rgba(0, 0, 0, 0) !important;/* サムネイル背景色指定 */
		height: 90px !important;
	}
	@media screen and (min-width: 1470px) {
		.cus-carousel-thumbnail{
			padding-bottom: 80px;
		}
		.cus-carousel-thumbnail .thumbnail-slide{
			bottom: 20px;
		}
		.cus-carousel-thumbnail .thumbnail-slide [data-bs-target]{
			width: 170px;
		}
	}
	@media screen and (max-width: 1469px) {
		.cus-carousel-thumbnail{
			padding-bottom: 100px;
		}
		.cus-carousel-thumbnail .thumbnail-slide{
			bottom: 0px;
		}
		.cus-carousel-thumbnail .thumbnail-slide [data-bs-target]{
			width: 150px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-carousel-thumbnail{
			padding-bottom: 16vw;
		}
		.cus-carousel-thumbnail .thumbnail-slide{
			bottom: 4vw;
		}
		.cus-carousel-thumbnail .thumbnail-slide [data-bs-target]{
			width: 80px;
		}
	}
	@media screen and (max-width: 575px) {
		.cus-carousel-thumbnail{
			padding-bottom: 18vw;
		}
		.cus-carousel-thumbnail .thumbnail-slide{
			bottom: 4vw;
		}
		.cus-carousel-thumbnail .thumbnail-slide [data-bs-target]{
			width: 60px;
		}
	}

/* Slickスライドに関わるCSS（サムネイルあり） */
	.cus-slider-container{/* メイン画像幅 */
		overflow: hidden;
		width: 100%;
	}
	.cus-slick-img{
		background-color: #f3f3f3;
		margin: 0 0 10px 0;
		width: 100%;
		height: 560px;
	}
	.cus-slick-img img{
		width: 100%;
		height: 560px;
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}
	
	.thumbnail{
		position: relative;
		display: inline-block;
		padding: 0 60px;
		margin: 0 auto;
	}
	.thumbnail::before{/* 左端の画像borderを消去 */
		content: '';
		position: absolute;
		top: 0px;
		left: 60px;
		display: block;
		background-color: white;
		width: 2px;
		height: 100%;
		z-index: 3;
	}
	.cus-thumbnail-img{
		border-left: #cccccc solid 1px;
		padding: 1px 5px;
		margin: 0;
		height: 120px;
		text-align: center !important;
	}
	.cus-thumbnail-img img{
		display: inline-block !important;
		object-fit: contain;
		font-family: 'object-fit: contain;';
		width: 200px;
		height: 120px;
	}
	@media screen and (max-width: 1469px) {
		.cus-slick-img{
			height: 500px;
		}
		.cus-slick-img img{
			height: 500px;
		}
		
		.thumbnail{
			padding: 0 50px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 50px;
		}
		.cus-thumbnail-img{
			height: 110px;
		}
		.cus-thumbnail-img img{
			width: 190px;
			height: 110px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-slick-img{
			height: 460px;
		}
		.cus-slick-img img{
			height: 460px;
		}
		
		.thumbnail{
			padding: 0 40px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 40px;
		}
		.cus-thumbnail-img{
			height: 100px;
		}
		.cus-thumbnail-img img{
			width: 180px;
			height: 100px;
		}
	}
	@media print {
		.cus-slick-img{
			height: 400px;
		}
		.cus-slick-img img{
			height: 400px;
		}
		
		.thumbnail{
			padding: 0 20px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 20px;
		}
		.cus-thumbnail-img{
			height: 80px;
		}
		.cus-thumbnail-img img{
			width: 140px;
			height: 80px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-slick-img{
			height: 240px;
		}
		.cus-slick-img img{
			height: 240px;
		}
		
		.thumbnail{
			padding: 0 20px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 20px;
		}
		.cus-thumbnail-img{
			height: 60px;
		}
		.cus-thumbnail-img img{
			width: 100px;
			height: 60px;
		}
	}

/* モーダルウインドウに関わる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-button a{
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent;
		background-color: #535353;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		padding: 20px 35px 20px 65px;
		font-size: 24px;
		color: white;
		text-decoration: none;
		z-index: 1;
		transition: .3s;
	}
	.cus-button a .circle{
		position: absolute;
		top: 50%;
		left: 35px;
		display: block;
		background-color: white;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
		z-index: 3;
		transition: all 0.3s 0s ease;
	}
	.cus-button a:hover{
		letter-spacing: 0.12em;
	}
	.cus-button a:hover .circle{
		left: 32px;
		margin-top: -9px;
		width: 18px;
		height: 18px;
		transition: all 0.3s 0s ease;
	}
	@media screen and (max-width: 991px) {
		.cus-button a{
			padding: 16px 25px 16px 55px;
			font-size: 20px;
		}
		.cus-button a .circle{
			left: 30px;
			margin-top: -5px;
			width: 10px;
			height: 10px;
		}
		.cus-button a:hover{
			letter-spacing: 0.12em;
		}
		.cus-button a:hover .circle{
			left: 28px;
			margin-top: -7px;
			width: 14px;
			height: 14px;
		}
	}
	@media print {
		.cus-button a{
			padding: 16px 25px 16px 55px;
			font-size: 18px;
		}
		.cus-button a .circle{
			left: 30px;
			margin-top: -5px;
			width: 10px;
			height: 10px;
		}
		.cus-button a:hover{
			letter-spacing: 0.12em;
		}
		.cus-button a:hover .circle{
			left: 28px;
			margin-top: -7px;
			width: 14px;
			height: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button a{
			padding: 16px 25px 16px 50px;
			font-size: 18px;
		}
		.cus-button a .circle{
			left: 25px;
			margin-top: -5px;
			width: 10px;
			height: 10px;
		}
		.cus-button a:hover{
			letter-spacing: 0.12em;
		}
		.cus-button a:hover .circle{
			left: 23px;
			margin-top: -7px;
			width: 14px;
			height: 14px;
		}
	}


	.cus-button.button-bg a{/* 背景ベタ色のボタン */
		background-color: #135fbb;
		color: white;
	}
	.cus-button.button-bg a::before{
		background-color: #00377a;
		width: 100%;
		height: 100%;
	}

	.cus-button.button-border a{/* 背景ベタ色のボタン */
		border: #135fbb solid 1px;
		color: #222222;
	}
	.cus-button.button-border a::before{
		background-color: #135fbb;
		width: 100%;
		height: 100%;
	}
	.cus-button.button-border a:hover{
		color: white;
	}

	.cus-button .ic:after{/* 右側矢印の指定 */
		position: absolute;
		top: 50%;
		right: 0px;
		content: "\f061";
		font-family: "FontAwesome";
		font-size: 14px;
		z-index: 3;
	}
	.cus-button:hover .ic.rotate:after{/* ホバー時回転 */
		transform: rotate3d(1,0,0,360deg);
		transition: 1.2s;
	}

	.cus-button-anibox .anibox-bt{/* 枠線がアニメーションして動き続けるボタン */
		display: block;
		background-image: repeating-linear-gradient(0deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px), 
	  repeating-linear-gradient(90deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px), 
	  repeating-linear-gradient(180deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px), 
	  repeating-linear-gradient(270deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px);
		background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px, 3px calc(100% + 20px) , calc(100% + 20px) 3px;
		background-position: 0 0, 0 0, 100% 0, 0 100%;
		background-repeat: no-repeat;
		padding: 12px 15px;
		text-align: center;
		color: #fe447c;
		text-decoration: none;
		animation: aniboxAnimation 0.6s infinite linear;
	}
	@keyframes aniboxAnimation{
		from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; }
		to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; }
	}

/* 画像ホバー時アクション */
	.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: 1469px) {
		.cus-image-slide-text01 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 991px) {
		.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: 1469px) {
		.cus-image-slide-text02 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 991px) {
		.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: 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{
		padding-right: 10px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text,
	.cus-table-bgcover tbody tr td .text{
		position: relative;
		display: block;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 18px 12px;
	}
	.cus-table-bgcover thead tr th .text::before,
	.cus-table-bgcover tbody tr th .text::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: #282828;
		width: 100%;
		height: 2px;
	}
	.cus-table-bgcover tbody tr td .text::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: #7c7c7c;
		width: 100%;
		height: 2px;
	}
	.cus-table-bgcover thead tr:first-child th .text::after,
	.cus-table-bgcover tbody tr:first-child th .text::after{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #282828;
		width: 100%;
		height: 2px;
	}
	.cus-table-bgcover tbody tr:first-child td .text::after{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #7c7c7c;
		width: 100%;
		height: 2px;
	}
	@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-bgcover tbody tr th{
			background-color: #282828;
			color: white;
		}

		.cus-table-bgcover thead tr th .text,
		.cus-table-bgcover tbody tr th .text,
		.cus-table-bgcover tbody tr td .text{
			padding: 10px 10px;
		}

		.cus-table-bgcover thead tr th .text::before,
		.cus-table-bgcover tbody tr th .text::before{
			display: none;
		}
		.cus-table-bgcover tbody tr td .text::before{
			display: none;
		}
		.cus-table-bgcover thead tr:first-child th .text::after,
		.cus-table-bgcover tbody tr:first-child th .text::after{
			display: none;
		}
		.cus-table-bgcover tbody tr:first-child td .text::after{
			display: none;
		}
	}
	
	.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: 0px 8px;
		margin-top: -10px;
		height: 21px;
		font-size: 14px;
		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: 0px 8px 1px 8px;
		margin: 0;
		font-size: 14px;
		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 screen and (max-width: 991px) {
		.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: 1469px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 19px;
		}
	}
	@media screen and (max-width: 991px) {
		.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 .check{
		display: table-cell;
		width: 10px;
		vertical-align: middle;
	}
	.cus-form-doui .txt{
		display: table-cell;
		padding: 0;
		margin: 0;
		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%;/* ボタン幅調整 */
		}
	}


/* GoogleMap埋め込み */
	.cus-gmap01{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 235px;
	}
	.cus-gmap01 iframe,
	.cus-gmap01 object,
	.cus-gmgmap01ap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	@media screen and (max-width: 767px) {
		.cus-gmap01{
			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;
	}


