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

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

	テキスト見出し
	汎用レイアウト
	流れる写真背景
	流れる文字背景
	淡い青背景
	下層ページプロモ
	お問い合わせ

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

*/


/* テキスト見出し */
	.cus-title-main{
		line-height: 1.4;
	}
	.cus-title-main .main{
		font-size: 20px;
		font-weight: 700;
	}
	.cus-title-main .sub{
		font-family: "Josefin Sans", sans-serif;
		font-size: 64px;
		font-weight: 600;
	}
	.cus-title-main.main-red .sub{
		color: #ff0000;
	}
	.cus-title-main.main-white .main,
	.cus-title-main.main-white .sub{
		color: white;
	}

	.cus-title-main .sub.capi{
		text-transform: uppercase;
	}
	@media screen and (max-width: 1289px) {
		.cus-title-main .main{
			font-size: 18px;
		}
		.cus-title-main .sub{
			font-size: 58px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-main .main{
			font-size: 14px;
		}
		.cus-title-main .sub{
			font-size: 46px;
		}
	}
	@media print {
		.cus-title-main .main{
			font-size: 12px;
		}
		.cus-title-main .sub{
			font-size: 32px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-main .main{
			font-size: 12px;
		}
		.cus-title-main .sub{
			font-size: 32px;
		}
	}

/* 汎用レイアウト */
	.cus-layout01{/* layout01 */
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
	}
	.cus-layout01 .layout01-text{
		padding-left: 50px;
		width: 50%;
	}
	.cus-layout01 .layout01-photo{
		width: 50%;
	}

	.cus-layout02{/* layout02 */
		display: -webkit-flex;
		display: flex;
	}
	.cus-layout02 .layout02-text{
		padding-right: 50px;
		width: 50%;
	}
	.cus-layout02 .layout02-photo{
		width: 50%;
	}
	
	.cus-layout01.layout-slide,
	.cus-layout02.layout-slide{/* slide実装時の下余白変更 */
		margin-bottom: 80px !important;
	}

	.cus-layout01 .layout01-title01,
	.cus-layout02 .layout02-title01{
		display: table;
		background-color: #121212;
		padding: 20px 15px;
		width: 100%;
		line-height: 1.4;
	}
	.cus-layout01 .layout01-title01 .main,
	.cus-layout02 .layout02-title01 .main{
		position: relative;
		display: table-cell;
		padding-left: 12px;
		font-size: 20px;
		font-weight: 700;
		color: white;
		vertical-align: middle;
	}
	.cus-layout01 .layout01-title01 .main::before,
	.cus-layout02 .layout02-title01 .main::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		background: linear-gradient(115deg, #ff0000, white);
		width: 2px;
		height: 100%;
		z-index: 3;
	}
	.cus-layout01 .layout01-title01 .category,
	.cus-layout02 .layout02-title01 .category{
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}
	.cus-layout01 .layout01-title01 .category .inner,
	.cus-layout02 .layout02-title01 .category .inner{
		display: inline-block;
		border: white solid 1px;
		padding: 2px 5px;
		font-size: 13px;
		color: white;
	}

	.cus-layout01 .layout01-title02,
	.cus-layout02 .layout02-title02{
		position: relative;
		display: inline-block;
	}
	.cus-layout01 .layout01-title02 .main,
	.cus-layout02 .layout02-title02 .main{
		position: relative;
		padding: 35px 40px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
	}
	.cus-layout01 .layout01-title02::before,
	.cus-layout02 .layout02-title02::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 20px;
		display: block;
		background-color: #ff0000;
		width: 1px;
		height: 40%;
		z-index: 3;
	}
	.cus-layout01 .layout01-title02::after,
	.cus-layout02 .layout02-title02::after{
		content: '';
		position: absolute;
		top: 20px;
		left: 0px;
		display: block;
		background-color: #ff0000;
		width: 20%;
		height: 1px;
		z-index: 3;
	}
	.cus-layout01 .layout01-title02 .main::before,
	.cus-layout02 .layout02-title02 .main::before{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 20px;
		display: block;
		background-color: #ff0000;
		width: 1px;
		height: 40%;
		z-index: 3;
	}
	.cus-layout01 .layout01-title02 .main::after,
	.cus-layout02 .layout02-title02 .main::after{
		content: '';
		position: absolute;
		bottom: 20px;
		right: 0px;
		display: block;
		background-color: #ff0000;
		width: 20%;
		height: 1px;
		z-index: 3;
	}

	.cus-layout01 .layout01-box01,
	.cus-layout02 .layout02-box01{
		border: #adadad solid 1px;
		padding: 20px;
	}
	.cus-layout01 .layout01-box01 .layout01-list01,
	.cus-layout02 .layout02-box01 .layout02-list01{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-layout01 .layout01-box01 .layout01-list01 li,
	.cus-layout02 .layout02-box01 .layout02-list01 li{
		margin-bottom: 10px;
		width: 33.3%;
		font-size: 10px;
	}

	.cus-layout01 .layout01-photo .photo-size01,
	.cus-layout02 .layout02-photo .photo-size01{
		margin: 0;
	}
	.cus-layout01 .layout01-photo .photo-size01 img,
	.cus-layout02 .layout02-photo .photo-size01 img{
		width: 100%;
		height: 460px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.cus-layout01 .layout01-photo .photo-size02,
	.cus-layout02 .layout02-photo .photo-size02{
		margin: 0;
	}
	.cus-layout01 .layout01-photo .photo-size02 img,
	.cus-layout02 .layout02-photo .photo-size02 img{
		width: 100%;
		height: 340px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1289px) {
		.cus-layout01.layout-slide,
		.cus-layout02.layout-slide{/* slide実装時の下余白変更 */
			margin-bottom: 60px !important;
		}

		.cus-layout01 .layout01-text{
			padding-left: 35px;
		}

		.cus-layout02 .layout02-text{
			padding-right: 35px;
		}

		.cus-layout01 .layout01-title01,
		.cus-layout02 .layout02-title01{
			padding: 15px 12px;
		}
		.cus-layout01 .layout01-title01 .main,
		.cus-layout02 .layout02-title01 .main{
			padding-left: 10px;
			width: 70%;
			font-size: 18px;
		}
		.cus-layout01 .layout01-title01 .category,
		.cus-layout02 .layout02-title01 .category{
			width: 30%;
		}
		.cus-layout01 .layout01-title01 .category .inner,
		.cus-layout02 .layout02-title01 .category .inner{
			font-size: 12px;
			text-align: center;
		}

		.cus-layout01 .layout01-title02 .main,
		.cus-layout02 .layout02-title02 .main{
			padding: 25px 30px;
			font-size: 21px;
		}
		.cus-layout01 .layout01-title02::before,
		.cus-layout02 .layout02-title02::before{
			left: 15px;
		}
		.cus-layout01 .layout01-title02::after,
		.cus-layout02 .layout02-title02::after{
			top: 15px;
		}
		.cus-layout01 .layout01-title02 .main::before,
		.cus-layout02 .layout02-title02 .main::before{
			right: 15px;
		}
		.cus-layout01 .layout01-title02 .main::after,
		.cus-layout02 .layout02-title02 .main::after{
			bottom: 15px;
		}
	
		.cus-layout01 .layout01-box01,
		.cus-layout02 .layout02-box01{
			padding: 15px;
		}

		.cus-layout01 .layout01-photo .photo-size01 img,
		.cus-layout02 .layout02-photo .photo-size01 img{
			height: 420px;
		}
		.cus-layout01 .layout01-photo .photo-size02 img,
		.cus-layout02 .layout02-photo .photo-size02 img{
			height: 300px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-layout01.layout-slide,
		.cus-layout02.layout-slide{/* slide実装時の下余白変更 */
			margin-bottom: 50px !important;
		}

		.cus-layout01 .layout01-text{
			padding-left: 20px;
		}

		.cus-layout02 .layout02-text{
			padding-right: 20px;
		}

		.cus-layout01 .layout01-title01,
		.cus-layout02 .layout02-title01{
			display: block;
			padding: 12px 10px;
		}
		.cus-layout01 .layout01-title01 .main,
		.cus-layout02 .layout02-title01 .main{
			display: block;
			width: auto;
			font-size: 17px;
		}
		.cus-layout01 .layout01-title01 .category,
		.cus-layout02 .layout02-title01 .category{
			display: block;
			width: auto;
		}
		.cus-layout01 .layout01-title01 .category .inner,
		.cus-layout02 .layout02-title01 .category .inner{
			font-size: 12px;
			text-align: center;
		}

		.cus-layout01 .layout01-title02 .main,
		.cus-layout02 .layout02-title02 .main{
			padding: 20px 25px;
			font-size: 18px;
		}
		.cus-layout01 .layout01-title02::before,
		.cus-layout02 .layout02-title02::before{
			left: 12px;
		}
		.cus-layout01 .layout01-title02::after,
		.cus-layout02 .layout02-title02::after{
			top: 12px;
		}
		.cus-layout01 .layout01-title02 .main::before,
		.cus-layout02 .layout02-title02 .main::before{
			right: 12px;
		}
		.cus-layout01 .layout01-title02 .main::after,
		.cus-layout02 .layout02-title02 .main::after{
			bottom: 12px;
		}
	
		.cus-layout01 .layout01-box01,
		.cus-layout02 .layout02-box01{
			padding: 12px;
		}

		.cus-layout01 .layout01-box01 .layout01-list01 li p,
		.cus-layout02 .layout02-box01 .layout02-list01 li p{
			font-size: 9px;
		}

		.cus-layout01 .layout01-photo .photo-size01 img,
		.cus-layout02 .layout02-photo .photo-size01 img{
			height: 380px;
		}
		.cus-layout01 .layout01-photo .photo-size02 img,
		.cus-layout02 .layout02-photo .photo-size02 img{
			height: 270px;
		}
	}
	@media print {
		.cus-layout01.layout-slide,
		.cus-layout02.layout-slide{/* slide実装時の下余白変更 */
			margin-bottom: 40px !important;
		}

		.cus-layout01 .layout01-text{
			padding-left: 15px;
		}

		.cus-layout02 .layout02-text{
			padding-right: 15px;
		}

		.cus-layout01 .layout01-title01,
		.cus-layout02 .layout02-title01{
			display: block;
			padding: 12px 10px;
		}
		.cus-layout01 .layout01-title01 .main,
		.cus-layout02 .layout02-title01 .main{
			display: block;
			width: auto;
			font-size: 15px;
		}
		.cus-layout01 .layout01-title01 .category,
		.cus-layout02 .layout02-title01 .category{
			display: block;
			width: auto;
		}
		.cus-layout01 .layout01-title01 .category .inner,
		.cus-layout02 .layout02-title01 .category .inner{
			font-size: 11px;
			text-align: center;
		}

		.cus-layout01 .layout01-title02 .main,
		.cus-layout02 .layout02-title02 .main{
			padding: 20px 25px;
			font-size: 16px;
		}
		.cus-layout01 .layout01-title02::before,
		.cus-layout02 .layout02-title02::before{
			left: 10px;
		}
		.cus-layout01 .layout01-title02::after,
		.cus-layout02 .layout02-title02::after{
			top: 10px;
		}
		.cus-layout01 .layout01-title02 .main::before,
		.cus-layout02 .layout02-title02 .main::before{
			right: 10px;
		}
		.cus-layout01 .layout01-title02 .main::after,
		.cus-layout02 .layout02-title02 .main::after{
			bottom: 10px;
		}
	
		.cus-layout01 .layout01-box01,
		.cus-layout02 .layout02-box01{
			padding: 10px;
		}

		.cus-layout01 .layout01-box01 .layout01-list01 li p,
		.cus-layout02 .layout02-box01 .layout02-list01 li p{
			font-size: 7px;
		}

		.cus-layout01 .layout01-photo .photo-size01 img,
		.cus-layout02 .layout02-photo .photo-size01 img{
			height: 360px;
		}
		.cus-layout01 .layout01-photo .photo-size02 img,
		.cus-layout02 .layout02-photo .photo-size02 img{
			height: 240px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-layout01{/* layout01 */
			display: block;
		}
		.cus-layout01 .layout01-text{
			padding-left: 0px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-layout01 .layout01-photo{
			padding: 0 20px;
			width: auto;
		}
	
		.cus-layout02{/* layout02 */
			display: block;
		}
		.cus-layout02 .layout02-text{
			padding-right: 0px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-layout02 .layout02-photo{
			padding: 0 20px;
			width: auto;
		}
	
		.cus-layout01.layout-slide,
		.cus-layout02.layout-slide{/* slide実装時の下余白変更 */
			margin-bottom: 30px !important;
		}
	
		.cus-layout01 .layout01-title01,
		.cus-layout02 .layout02-title01{
			display: block;
			padding: 10px;
		}
		.cus-layout01 .layout01-title01 .main,
		.cus-layout02 .layout02-title01 .main{
			display: block;
			width: auto;
			font-size: 16px;
		}
		.cus-layout01 .layout01-title01 .category,
		.cus-layout02 .layout02-title01 .category{
			display: block;
			width: auto;
		}
		.cus-layout01 .layout01-title01 .category .inner,
		.cus-layout02 .layout02-title01 .category .inner{
			font-size: 12px;
			text-align: center;
		}

		.cus-layout01 .layout01-title02 .main,
		.cus-layout02 .layout02-title02 .main{
			padding: 15px 20px;
			font-size: 17px;
		}
		.cus-layout01 .layout01-title02::before,
		.cus-layout02 .layout02-title02::before{
			left: 10px;
		}
		.cus-layout01 .layout01-title02::after,
		.cus-layout02 .layout02-title02::after{
			top: 10px;
		}
		.cus-layout01 .layout01-title02 .main::before,
		.cus-layout02 .layout02-title02 .main::before{
			right: 10px;
		}
		.cus-layout01 .layout01-title02 .main::after,
		.cus-layout02 .layout02-title02 .main::after{
			bottom: 10px;
		}
	
		.cus-layout01 .layout01-box01,
		.cus-layout02 .layout02-box01{
			padding: 10px;
		}

		.cus-layout01 .layout01-box01 .layout01-list01 li,
		.cus-layout02 .layout02-box01 .layout02-list01 li{
			width: 50%;
		}

		.cus-layout01 .layout01-photo .photo-size01 img,
		.cus-layout02 .layout02-photo .photo-size01 img{
			height: 56vw;
		}
		.cus-layout01 .layout01-photo .photo-size02 img,
		.cus-layout02 .layout02-photo .photo-size02 img{
			height: 50vw;
		}
	}

/* 流れる写真背景 */
	.cus-flowbg{
		position: relative;
	}
	.cus-flowbg .flowbg-img{
		position: absolute;
		bottom: 0;
		left: 0px;
		width: 100%;
		z-index: -1;
	}
	.cus-flowbg .flowbg-img .photo li{
		padding-right: 10vw;
	}
	@media print {
		.cus-flowbg .flowbg-img{
			display: none;
		}
	}


/* 流れる文字背景 */
	.cus-bg-text{
		position: relative;
	}

	.cus-bg-text .text-flow{
		position: absolute;
		bottom: 20%;
		left; 0px;
		margin: 0;
		width: 100%;
		z-index: -1;
	}
	.cus-bg-text .text-flow .flow{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-bg-text .text-flow .flow li{
		box-sizing: content-box;
		padding-right: 30px;
	}
	@media print {
		.cus-bg-text .text-flow{
			display: none;
		}
	}


/* 淡い青背景 */
	.cus-contents-bg{
		position: relative;
	}
	.cus-contents-bg::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url(../img/site/contents-bg.jpg);
		background-position: center top;
		background-repeat: repeat-y;
		width: 100%;
		height: 100%;
		z-index: -3;
	}
	@media screen and (min-width: 2001px) {
		.cus-contents-bg::before{
			background-size: 100% auto;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contents-bg::before{
			background-size: 100% auto;
		}
	}


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

	.cus-promo .promo-title{
		position: absolute;
		top: 200px;
		left: 50%;
		margin-left: -645px;
		z-index: 3;
	}

	.cus-promo-title{
		position: relative;
		display: inline-block;
		padding: 30px 100px 30px 0;
		-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.3)
    );
	}
	.cus-promo-title::before{/* すりガラス */
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    inset: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.3)
    );
    margin-left: -2000px;
    width: 2000px;
		transform:rotate(180deg);
    z-index: -1;
  }

	.cus-promo-title .main{
		position: absolute;
		top: 20px;
		left: 0px;
		padding-top: 80px;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.12em;
	}
	.cus-promo-title .sub{
		position: relative;
		top: -15px;
		font-family: "Josefin Sans", sans-serif;
		font-size: 56px;
		font-weight: 600;
		color: #ff0000;
		letter-spacing: 0.12em;
		z-index: 3;
	}

	.cus-promo .promo-img{
		margin: 0;
		width: 100%;
	}
	.cus-promo .promo-img img{
		width: 100%;
		height: 460px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	
	.promo-pankuzu{
		padding: 10px 1% 0 0;
	}
	@media screen and (max-width: 1289px) {
		.cus-promo .promo-title{
			top: 160px;
			left: 0%;
			margin-left: 0px;
		}

		.cus-promo-title{
			padding: 26px 70px 26px 2%;
		}
		.cus-promo-title .main{
			top: 20px;
			left: 2%;
			padding-top: 70px;
			font-size: 18px;
		}
		.cus-promo-title .sub{
			top: -15px;
			font-size: 48px;
		}

		.cus-promo .promo-img img{
			height: 380px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-promo .promo-title{
			top: 120px;
			left: 0%;
			margin-left: 0px;
		}

		.cus-promo-title{
			padding: 26px 60px 26px 2%;
		}
		.cus-promo-title .main{
			top: 20px;
			left: 2%;
			padding-top: 60px;
			font-size: 17px;
		}
		.cus-promo-title .sub{
			top: -15px;
			font-size: 46px;
		}

		.cus-promo .promo-img img{
			height: 320px;
		}
	}
	@media print {
		.cus-promo .promo-title{
			top: 100px;
			left: 0%;
			margin-left: 0px;
		}

		.cus-promo-title{
			padding: 26px 60px 26px 2%;
		}
		.cus-promo-title .main{
			top: 20px;
			left: 2%;
			padding-top: 40px;
			font-size: 15px;
		}
		.cus-promo-title .sub{
			top: -15px;
			font-size: 32px;
		}

		.cus-promo .promo-img img{
			height: 260px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-promo .promo-title{
			top: 85px;
			left: 0%;
			margin-left: 0px;
		}

		.cus-promo-title{
			padding: 20px 30px 20px 2%;
		}
		.cus-promo-title .main{
			top: 20px;
			left: 2%;
			padding-top: 30px;
			font-size: 15px;
		}
		.cus-promo-title .sub{
			top: -15px;
			font-size: 28px;
		}

		.cus-promo .promo-img img{
			height: 200px;
		}
	}







/* お問い合わせ */
	.cus-contact{
		background: linear-gradient(180deg, white 0%, white 50%, #121212 50%, #121212 100%);
	}

	.cus-contact-con{
		display: table;
		background-image: url(../img/site/contact-bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		padding: 120px 0;
	}
	.cus-contact-con .con-left{
		display: table-cell;
		padding: 0 0 0 100px;
		width: 50%;
		vertical-align: middle;
	}
	.cus-contact-con .con-right{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}

	.cus-contact-dial{
		display: table;
		margin: 0 auto;
		font-family: "Josefin Sans", sans-serif;
		line-height: 1.4;
	}
	.cus-contact-dial .txt{
		display: table-cell;
		font-size: 24px;
		color: #ff0000;
	}
	.cus-contact-dial .dial{
		display: table-cell;
		padding-left: 10px;
		font-size: 48px;
		color: #ff0000;
		line-height: 1;
	}
	@media screen and (max-width: 1289px) {
		.cus-contact-con{
			padding: 100px 0;
		}
		.cus-contact-con .con-left{
			padding: 0 0 0 80px;
			width: 46%;
		}
		.cus-contact-con .con-right{
			padding: 0 80px;
		}

		.cus-contact-dial .txt{
			font-size: 22px;
		}
		.cus-contact-dial .dial{
			font-size: 42px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contact-con{
			padding: 80px 0;
		}
		.cus-contact-con .con-left{
			padding: 0 0 0 50px;
			width: 42%;
		}
		.cus-contact-con .con-right{
			padding: 0 50px;
		}

		.cus-contact-dial .txt{
			font-size: 20px;
		}
		.cus-contact-dial .dial{
			font-size: 36px;
		}
	}
	@media print {
		.cus-contact-con{
			padding: 60px 0;
		}
		.cus-contact-con .con-left{
			padding: 0 0 0 20px;
			width: 42%;
		}
		.cus-contact-con .con-right{
			padding: 0 20px;
		}

		.cus-contact-dial .txt{
			font-size: 17px;
		}
		.cus-contact-dial .dial{
			font-size: 24px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact-con{
			display: block;
			padding: 60px 0;
		}
		.cus-contact-con .con-left{
			display: block;
			padding: 0 10px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-contact-con .con-right{
			display: block;
			padding: 0 10px;
		}

		.cus-contact-dial .txt{
			font-size: 17px;
		}
		.cus-contact-dial .dial{
			font-size: 24px;
		}
	}

/* フッター */
	.cus-footer{
		background-color: #121212;
		padding: 120px 0 100px 0;
	}
	.cus-footer-con{
		display: table;
	}
	.cus-footer-con .con-left{
		display: table-cell;
		width: 45%;
		vertical-align: bottom;
	}
	.cus-footer-con .con-right{
		display: table-cell;
		text-align: right;
		vertical-align: bottom;
	}

	.cus-footer-menu{
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
	}
	.cus-footer-menu li{
		padding-right: 30px;
	}
	.cus-footer-menu li:last-child{
		padding-right: 0px;
	}
	.cus-footer-menu li a{
		color: white;
		text-decoration: none;
	}
	.cus-footer-menu li a:hover{
		text-decoration: underline;
	}

	.cus-footer-bt{
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
	}
	.cus-footer-bt .bt-emerald{
		padding-right: 50px;
		width: auto;
	}
	.cus-footer-bt .bt-emerald a:hover{
		opacity: 0.6;
	}
	.cus-footer-bt .bt-recruit{
		width: 280px;
	}
	.cus-footer-bt .bt-recruit .cus-button01 a{
		padding: 12px 0;
		height: 60px;
	}
	.cus-footer-bt .bt-recruit .cus-button01 a .arrow{
		margin-top: -15px;
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	@media screen and (max-width: 1289px) {
		.cus-footer{
			padding: 100px 0 80px 0;
		}
		.cus-footer-con .con-left{
			width: 42%;
		}

		.cus-footer-menu li{
			padding-right: 24px;
		}

		.cus-footer-bt .bt-emerald{
			padding-right: 30px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-footer{
			padding: 80px 0 60px 0;
		}
		.cus-footer-con .con-left{
			width: 42%;
		}

		.cus-footer-menu li{
			padding-right: 20px;
		}

		.cus-footer-bt .bt-emerald{
			padding-right: 20px;
		}

		.cus-footer-bt .bt-recruit{
			width: 224px;
		}
		.cus-footer-bt .bt-recruit .cus-button01 a{
			padding: 12px 0;
			height: 60px;
		}
		.cus-footer-bt .bt-recruit .cus-button01 a .arrow{
			margin-top: -13px;
			width: 26px;
			height: 26px;
			font-size: 15px;
			line-height: 26px;
		}
	}
	@media print {
		.cus-footer{
			padding: 60px 0 40px 0;
		}
		.cus-footer-con .con-left{
			width: 42%;
		}

		.cus-footer-menu li{
			padding-right: 12px;
		}
		.cus-footer-menu li a{
			font-size: 13px;
		}

		.cus-footer-bt .bt-emerald{
			padding-right: 10px;
		}

		.cus-footer-bt .bt-recruit{
			width: 160px;
		}
		.cus-footer-bt .bt-recruit .cus-button01 a{
			padding: 12px 0;
			height: 50px;
		}
		.cus-footer-bt .bt-recruit .cus-button01 a .arrow{
			margin-top: -11px;
			width: 22px;
			height: 22px;
			font-size: 13px;
			line-height: 22px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer{
			padding: 60px 0 50px 0;
		}
		.cus-footer-con{
			display: block;
		}
		.cus-footer-con .con-left{
			display: block;
			margin: 0 auto 20px auto;
			width: 92%;
		}
		.cus-footer-con .con-right{
			display: block;
			text-align: center;
		}
		.cus-footer-con .con-left img{
			width: 240px;
		}
	
		.cus-footer-menu{
			overflow: hidden;
			display: block;
			border-top: white solid 1px;
		}
		.cus-footer-menu li{
			float: left;
			padding-right: 0px;
			width: 50%;
		}
		.cus-footer-menu li:first-child{
			width: 100%;
		}
		.cus-footer-menu li a{
			display: block;
			border-bottom: white solid 1px;
			padding: 8px 0;
		}
		.cus-footer-menu li a:hover{
			text-decoration: underline;
		}
		.cus-footer-menu li:nth-child(2n) a{
			border-right: white solid 1px;
		}
	
		.cus-footer-bt{
			display: block;
		}
		.cus-footer-bt .bt-emerald{
			padding-right: 0px;
			margin: 0 auto 15px auto;
			width: 92%;
			text-align: center;
		}
		.cus-footer-bt .bt-recruit{
			margin: 0 auto 15px auto;
			width: 92%;
			text-align: center;
		}
		.cus-footer-bt .bt-recruit .cus-button01 a{
			padding: 12px 0;
			height: 60px;
		}
		.cus-footer-bt .bt-recruit .cus-button01 a .arrow{
			margin-top: -13px;
			width: 26px;
			height: 26px;
			font-size: 15px;
			line-height: 26px;
		}
	}


/* Bootstrapスライドに関わるCSS */
	.cus-carousel-area{/* 余白や影 */
		overflow: hidden;
		padding: 5px;
	}

	.cus-carousel-hight{/* 画像の高さを固定 調整CSS */
		position: relative;
		width: 100%;
	}
	.cus-carousel-hight img{
		width: 100%;
		height: 460px;
	}
	.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;';
	}
	.cus-carousel-hight .text01{
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #ff0000;
		padding: 4px 12px;
		margin: 0;
		color: white;
	}
	.cus-carousel-hight .text02{
		padding: 5px 15px 0 15px;
		text-align: center;
	}
	@media screen and (max-width: 1289px) {
		.cus-carousel-hight img{
			height: 400px;
		}
	}
	@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: #ff0000 !important;
		border: #ff0000 solid 4px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}
	.carousel-control-prev-icon{margin-left: -50px;}
	.carousel-control-next-icon{margin-right: -50px;}

	.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: 1290px) {
		.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: 1289px) {
		.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: 1289px) {
		.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-button01 a{
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent;
		border: #ff0000 solid 1px;
		background-color: #ff0000;
		padding: 15px;
		height: 66px;
		font-size: 18px;
		color: white;
		line-height: 36px;
		text-align: center;
		text-decoration: none;
		z-index: 1;
		transition: .3s;
	}
	.cus-button01 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button01 a .arrow{
		position: absolute;
		top: 50%;
		right: 15px;
		background-color: white;
		margin-top: -18px;
		width: 36px;
		height: 36px;
		color: #ff0000;
		line-height: 36px;
		z-index: 3;
		transition: all 0.5s 0s ease;
	}
	.cus-button01 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background-color: white;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button01 a:hover{
		color: #ff0000;
		text-decoration: none;
	}
	.cus-button01 a:hover .arrow{
		background-color: #ff0000;
		color: white;
		transition: all 0.5s 0s ease;
	}
	.cus-button01 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	@media screen and (max-width: 991px) {
		.cus-button01 a{
			padding: 12px;
			height: 56px;
			font-size: 17px;
			line-height: 32px;
		}
		.cus-button01 a .arrow{
			right: 12px;
			margin-top: -16px;
			width: 32px;
			height: 32px;
			line-height: 32px;
		}
	}
	@media print {
		.cus-button01 a{
			padding: 12px;
			height: 56px;
			font-size: 15px;
			line-height: 32px;
		}
		.cus-button01 a .arrow{
			right: 12px;
			margin-top: -16px;
			width: 32px;
			height: 32px;
			line-height: 32px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button01 a{
			padding: 12px;
			height: 56px;
			font-size: 16px;
			line-height: 32px;
		}
		.cus-button01 a .arrow{
			right: 12px;
			margin-top: -16px;
			width: 32px;
			height: 32px;
			line-height: 32px;
		}
	}

	.cus-button02 a{
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent;
		border: #121212 solid 1px;
		background-color: #121212;
		padding: 25px;
		height: 112px;
		font-size: 24px;
		color: white;
		line-height: 62px;
		text-align: center;
		text-decoration: none;
		z-index: 1;
		transition: .3s;
	}
	.cus-button02 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button02 a .arrow{
		position: absolute;
		top: 50%;
		right: 25px;
		border: white solid 1px;
		margin-top: -31px;
		width: 62px;
		height: 62px;
		color: white;
		line-height: 62px;
		z-index: 3;
		transition: all 0.5s 0s ease;
	}
	.cus-button02 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background-color: white;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button02 a:hover{
		color: #121212;
		text-decoration: none;
	}
	.cus-button02 a:hover .arrow{
		border: #121212 solid 1px;
		color: #121212;
		transition: all 0.5s 0s ease;
	}
	.cus-button02 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	@media screen and (max-width: 991px) {
		.cus-button02 a{
			padding: 20px;
			height: 94px;
			font-size: 20px;
			line-height: 54px;
		}
		.cus-button02 a .arrow{
			right: 20px;
			margin-top: -27px;
			width: 54px;
			height: 54px;
			line-height: 54px;
		}
	}
	@media print {
		.cus-button02 a{
			padding: 20px;
			height: 94px;
			font-size: 16px;
			line-height: 54px;
		}
		.cus-button02 a .arrow{
			right: 20px;
			margin-top: -27px;
			width: 54px;
			height: 54px;
			line-height: 54px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button02 a{
			padding: 15px;
			height: 76px;
			font-size: 17px;
			line-height: 46px;
		}
		.cus-button02 a .arrow{
			right: 15px;
			margin-top: -23px;
			width: 46px;
			height: 46px;
			line-height: 46px;
		}
	}


/* 画像ホバー時アクション */
	.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: 1289px) {
		.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: 1289px) {
		.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{
		border-bottom: #adadad solid 1px;
		padding: 18px 10px;
	}
	@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;
			border-bottom: #adadad solid 0px;
			padding: 10px;
			width: 100%;
		}
		.cus-table-border tbody tr td{
			margin-bottom: 5px;
		}
		.cus-table-border thead tr th,
		.cus-table-border tbody tr th{
			background-color: #e2e2e2;
		}
	}

	.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{
		border-bottom: #adadad solid 1px;
		padding: 5px 0;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text{
		display: block;
		background-color: #121212;
		padding: 15px 10px;
		color: white;
	}
	.cus-table-bgcover tbody tr td .text{
		padding: 15px 10px 15px 20px;
	}
	@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;
			border-bottom: #adadad solid 0px;
			padding: 0;
			width: 100%;
		}
		.cus-table-bgcover thead tr th .text,
		.cus-table-bgcover tbody tr th .text{
			padding: 10px;
		}
		.cus-table-bgcover tbody tr td .text{
			padding: 10px 0 20px 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: 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: 5px 0 0 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: 1289px) {
		.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 .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;
		}
	}


/* GoogleMap埋め込み */
	.cus-gmap{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 460px;
	}
	.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;
	}


