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

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

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

*/

/* コンテンツ枠全体 */
	.cus-contents-main{
		overflow: hidden;
		background-color: #edf7fa;
		border-radius: 100px 0 0 0;
		-webkit-border-radius: 100px 0 0 0;
		-moz-border-radius: 100px 0 0 0;
		box-shadow: 0px 0px 11px 2px #a3bdcc;
		padding-top: 120px;
	}
	.cus-contents-hidden{
		overflow: hidden;
		padding-top: 80px;
	}
	@media screen and (max-width: 1879px) {
		.cus-contents-main{
			border-radius: 80px 0 0 0;
			-webkit-border-radius: 80px 0 0 0;
			-moz-border-radius: 80px 0 0 0;
			padding-top: 100px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contents-main{
			border-radius: 60px 0 0 0;
			-webkit-border-radius: 60px 0 0 0;
			-moz-border-radius: 60px 0 0 0;
			padding-top: 80px;
		}
		.cus-contents-hidden{
			padding-top: 60px;
		}
	}
	@media print {
		.cus-contents-main{
			border-radius: 40px 0 0 0;
			-webkit-border-radius: 40px 0 0 0;
			-moz-border-radius: 40px 0 0 0;
			padding-top: 50px;
		}
		.cus-contents-hidden{
			padding-top: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contents-main{
			border-radius: 40px 0 0 0;
			-webkit-border-radius: 40px 0 0 0;
			-moz-border-radius: 40px 0 0 0;
			padding-top: 40px;
		}
		.cus-contents-hidden{
			padding-top: 40px;
		}
	}

/* コンテンツ内見出し */
	.cus-title-vertical{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		z-index: 5;
	}
	.cus-title-vertical .jp{
		margin: 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.08em;
		writing-mode: vertical-rl;
	}
	.cus-title-vertical .en{
		margin: 0 20px 0 0;
		font-family: "Commissioner", sans-serif;
		font-size: 80px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.08em;
		writing-mode: vertical-rl;
	}
	@media screen and (max-width: 1879px) {
		.cus-title-vertical .jp{
			font-size: 20px;
		}
		.cus-title-vertical .en{
			margin: 0 16px 0 0;
			font-size: 68px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-vertical .jp{
			font-size: 18px;
		}
		.cus-title-vertical .en{
			margin: 0 14px 0 0;
			font-size: 52px;
		}
	}
	@media print {
		.cus-title-vertical .jp{
			font-size: 16px;
		}
		.cus-title-vertical .en{
			margin: 0 10px 0 0;
			font-size: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-vertical .jp{
			font-size: 16px;
		}
		.cus-title-vertical .en{
			margin: 0 10px 0 0;
			font-size: 32px;
		}
	}

	.cus-title-start{
		position: relative;
		padding-top: 100px;
		z-index: 5;
	}
	.cus-title-start .jp{
		margin: 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.08em;
	}
	.cus-title-start .en{
		position: absolute;
		top: 0px;
		left: 0px;
		font-family: "Commissioner", sans-serif;
		font-size: 80px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.08em;
	}
	@media screen and (max-width: 1879px) {
		.cus-title-start{
			padding-top: 84px;
		}
		.cus-title-start .jp{
			font-size: 20px;
		}
		.cus-title-start .en{
			font-size: 68px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-start{
			padding-top: 70px;
		}
		.cus-title-start .jp{
			font-size: 18px;
		}
		.cus-title-start .en{
			font-size: 52px;
		}
	}
	@media print {
		.cus-title-start{
			padding-top: 60px;
		}
		.cus-title-start .jp{
			font-size: 16px;
		}
		.cus-title-start .en{
			font-size: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-start{
			padding-top: 46px;
		}
		.cus-title-start .jp{
			font-size: 16px;
		}
		.cus-title-start .en{
			font-size: 32px;
		}
	}

	.cus-title-center{
		position: relative;
		padding-top: 100px;
		text-align: center;
		z-index: 5;
	}
	.cus-title-center .jp{
		margin: 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.08em;
	}
	.cus-title-center .en{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		font-family: "Commissioner", sans-serif;
		font-size: 80px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.08em;
	}
	@media screen and (max-width: 1879px) {
		.cus-title-center{
			padding-top: 84px;
		}
		.cus-title-center .jp{
			font-size: 20px;
		}
		.cus-title-center .en{
			font-size: 68px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-center{
			padding-top: 70px;
		}
		.cus-title-center .jp{
			font-size: 18px;
		}
		.cus-title-center .en{
			font-size: 52px;
		}
	}
	@media print {
		.cus-title-center{
			padding-top: 60px;
		}
		.cus-title-center .jp{
			font-size: 16px;
		}
		.cus-title-center .en{
			font-size: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-center{
			padding-top: 46px;
		}
		.cus-title-center .jp{
			font-size: 16px;
		}
		.cus-title-center .en{
			font-size: 32px;
		}
	}

	.cus-title-kakko{
		text-align: center;
	}
	.cus-title-kakko .inner{
		position: relative;
		display: inline-block;
		padding: 10px 4vw; /* 左右にスペースを作る */
		font-size: 28px;
		font-weight: 700;
		z-index: 5;
	}
	.cus-title-kakko .inner::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 16px;   /* 横線の長さ */
		height: 100%;
		border-left: 2px solid currentColor;    /* 縦線 */
		border-top: 2px solid currentColor;     /* 上横線 */
		border-bottom: 2px solid currentColor;  /* 下横線 */
	}
	.cus-title-kakko .inner::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 16px; /* 横線の長さ */
		height: 100%;
		border-right: 2px solid currentColor;   /* 縦線 */
		border-top: 2px solid currentColor;     /* 上横線 */
		border-bottom: 2px solid currentColor;  /* 下横線 */
	}
	@media screen and (max-width: 1879px) {
		.cus-title-kakko .inner{
			font-size: 24px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-kakko .inner{
			font-size: 20px;
		}
		.cus-title-kakko .inner::before {
			width: 14px; /* 横線の長さ */
		}
		.cus-title-kakko .inner::after {
			width: 14px; /* 横線の長さ */
		}
	}
	@media print {
		.cus-title-kakko .inner{
			font-size: 17px;
		}
		.cus-title-kakko .inner::before {
			width: 14px; /* 横線の長さ */
		}
		.cus-title-kakko .inner::after {
			width: 14px; /* 横線の長さ */
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-kakko .inner{
			font-size: 18px;
		}
		.cus-title-kakko .inner::before {
			width: 12px; /* 横線の長さ */
		}
		.cus-title-kakko .inner::after {
			width: 12px; /* 横線の長さ */
		}
	}

	.cus-title-ubar{
		position: relative;
		padding: 0 0 20px 5px;
		font-size: 28px;
		font-weight: 700;
		color: #0555ad;
		letter-spacing: 0.08em;
		z-index: 5;
	}
	.cus-title-ubar::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		background-color: #b3dbe9;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		width: 100%;
		height: 4px;
		z-index: 5;
	}
	.cus-title-ubar::after{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		background-color: #0555ad;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		width: 20%;
		height: 4px;
		animation: ubarWidthAnim 16s ease-in-out infinite alternate;
		z-index: 6;
	}
	@keyframes ubarWidthAnim {
		0% { width: 20%; }
		30% { width: 35%; }
		60% { width: 15%; }
		80% { width: 25%; }
		100% { width: 20%; }
	}
	@media screen and (max-width: 1879px) {
		.cus-title-ubar{
			padding: 0 0 20px 5px;
			font-size: 24px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-ubar{
			padding: 0 0 16px 5px;
			font-size: 20px;
		}
	}
	@media print {
		.cus-title-ubar{
			padding: 0 0 14px 5px;
			font-size: 16px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-ubar{
			padding: 0 0 16px 5px;
			font-size: 20px;
		}
		.cus-title-ubar::before{
			height: 3px;
		}
		.cus-title-ubar::after{
			height: 3px;
		}
	}

	.cus-title-ubar-center{
		position: relative;
		text-align: center;
		z-index: 5;
	}
	.cus-title-ubar-center .main{
		position: relative;
		display: inline-block;
		padding-bottom: 30px;
		margin-bottom: 40px;
		font-family: "Commissioner", sans-serif;
		font-size: 62px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
	.cus-title-ubar-center .main::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 20%;
		display: block;
		background-color: #0555ad;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		width: 60%;
		height: 2px;
	}
	.cus-title-ubar-center .sub{
		display: block;
	}
	.cus-title-ubar-center .sub .text{
		position: relative;
		display: inline-block;
		padding: 10px 20px; /* 左右にスペースを作る */
		font-size: 20px;
		font-weight: 400;
		color: #50accc;
		z-index: 5;
	}
	.cus-title-ubar-center .sub .text::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 12px;   /* 横線の長さ */
		height: 100%;
		border-left: 2px solid currentColor;    /* 縦線 */
		border-top: 2px solid currentColor;     /* 上横線 */
		border-bottom: 2px solid currentColor;  /* 下横線 */
	}
	.cus-title-ubar-center .sub .text::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 12px; /* 横線の長さ */
		height: 100%;
		border-right: 2px solid currentColor;   /* 縦線 */
		border-top: 2px solid currentColor;     /* 上横線 */
		border-bottom: 2px solid currentColor;  /* 下横線 */
	}
	
	.cus-title-ubar-center.center-white .main{
		color: white;
	}
	.cus-title-ubar-center.center-white .main::before{
		background-color: white;
	}
	.cus-title-ubar-center.center-white .sub .text{
		color: white;
	}
	@media screen and (max-width: 1879px) {
		.cus-title-ubar-center .main{
			padding-bottom: 30px;
			margin-bottom: 36px;
			font-size: 52px;
		}
		.cus-title-ubar-center .sub .text{
			padding: 10px 18px; /* 左右にスペースを作る */
			font-size: 19px;
		}
		.cus-title-ubar-center .sub .text::before {
			width: 12px;   /* 横線の長さ */
		}
		.cus-title-ubar-center .sub .text::after {
			width: 12px;   /* 横線の長さ */
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-ubar-center .main{
			padding-bottom: 30px;
			margin-bottom: 32px;
			font-size: 42px;
		}
		.cus-title-ubar-center .sub .text{
			padding: 10px 16px; /* 左右にスペースを作る */
			font-size: 17px;
		}
		.cus-title-ubar-center .sub .text::before {
			width: 10px;   /* 横線の長さ */
		}
		.cus-title-ubar-center .sub .text::after {
			width: 10px;   /* 横線の長さ */
		}
	}
	@media print {
		.cus-title-ubar-center .main{
			padding-bottom: 30px;
			margin-bottom: 32px;
			font-size: 32px;
		}
		.cus-title-ubar-center .sub .text{
			padding: 10px 16px; /* 左右にスペースを作る */
			font-size: 15px;
		}
		.cus-title-ubar-center .sub .text::before {
			width: 10px;   /* 横線の長さ */
		}
		.cus-title-ubar-center .sub .text::after {
			width: 10px;   /* 横線の長さ */
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-ubar-center .main{
			padding-bottom: 26px;
			margin-bottom: 20px;
			font-size: 34px;
		}
		.cus-title-ubar-center .sub .text{
			padding: 8px 14px; /* 左右にスペースを作る */
			font-size: 15px;
		}
		.cus-title-ubar-center .sub .text::before {
			width: 8px;   /* 横線の長さ */
		}
		.cus-title-ubar-center .sub .text::after {
			width: 8px;   /* 横線の長さ */
		}
	}

/* 波の背景 */
.cus-body-wave {
  overflow: visible;
  position: relative;
  background-color: #50accc;
  padding: 80px 0;
  z-index: 5;
}

.cus-body-wave::before {
  content: '';
  position: absolute;
  top: -59px;
  left: 0;
  background-image: url(../img/site/wave-top.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4000px 60px;
  width: 100%;
  height: 60px;
  animation: wave-scroll-a 36s linear infinite;
}

.cus-body-wave::after {
  content: '';
  position: absolute;
  bottom: -59px;
  left: 0;
  background-image: url(../img/site/wave-bottom.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4000px 60px;
  width: 100%;
  height: 60px;
  animation: wave-scroll-b 36s linear infinite;
}
@keyframes wave-scroll-a {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
@keyframes wave-scroll-b {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50% 0;
  }
  100% {
    background-position: 0% 0;
  }
}


/* お問い合わせ */
	.cus-contact{
		position: relative;
		z-index: 10;
	}
	.cus-contact-inner{
		position: relative;
		background-image: url(../img/site/contact-bg.jpg);
		background-position: center center;
		background-size: cover;
		border-radius: 0 0 160px 0;
		-webkit-border-radius: 0 0 160px 0;
		-moz-border-radius: 0 0 160px 0;
		box-shadow: 0px 0px 20px #7e9ca6;
		padding: 80px 0;
		color: white;
		text-align: center;
		z-index: 10;
	}

	.cus-contact-list{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-contact-list li{
		box-sizing: content-box;
		padding-right: 60px;
		width: 240px;
	}
	.cus-contact-list li:last-child{
		padding: 0;
	}
	
	.cus-contact-dial,
	.cus-contact-mail{
		position: relative;
		display: table;
		border: white solid 2px;
		border-radius: 50% 50%;
		-webkit-border-radius: 50% 50%;
		-moz-border-radius: 50% 50%;
		width: 240px;
		height: 240px;
		color: white;
		text-decoration: none;
	}
	.cus-contact-mail:hover{
		color: white;
		text-decoration: none;
	}
	.cus-contact-dial .dial-inner,
	.cus-contact-mail .mail-inner{
		display: table-cell;
		padding-top: 40px;
		text-align: center;
		vertical-align: top;
	}
	.cus-contact-dial .dial-inner .txt01,
	.cus-contact-mail .mail-inner .txt01{
		display: block;
		margin-bottom: 10px;
		font-family: "Commissioner", sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
	}
	.cus-contact-dial .dial-inner .ic{
		display: block;
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 1;
	}
	.cus-contact-mail .mail-inner .ic{
		display: block;
		margin-bottom: 0px;
		font-size: 60px;
		line-height: 1;
		transition: transform 0.3s ease;
	}
	.cus-contact-dial .dial-inner .dial{
		font-family: "Commissioner", sans-serif;
		font-size: 22px;
		font-weight: 700;
	}
	.cus-contact-mail .mail-inner .txt02{
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
	}

	.cus-contact-mail::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		border: 2px solid white; /* 好きな色 */
		border-radius: 50%;
		transform: scale(1);
		transition: transform 0.3s ease, opacity 0.3s ease;
		opacity: 0;
	}
	.cus-contact-mail:hover::before{
		transform: scale(1.1) rotate(10deg);
		opacity: 1;
	}
	.cus-contact-mail:hover .mail-inner .ic{
		transform: rotate(10deg) scale(1.1);
		transition: transform 0.3s ease;
	}

	.cus-contact-claude01{
		position: absolute;
		top: -60px;
		left: 50%;
		background-image: url(../img/site/site-claude06.png);
		background-size: cover;
		width: 396px;
		height: 398px;
		margin-left: -800px;
		z-index: 1;
	}
	@media screen and (max-width: 1879px) {
		.cus-contact-inner{
			border-radius: 0 0 140px 0;
			-webkit-border-radius: 0 0 140px 0;
			-moz-border-radius: 0 0 140px 0;
			padding: 70px 0;
		}

		.cus-contact-list li{
			padding-right: 60px;
			width: 240px;
		}
		
		.cus-contact-dial,
		.cus-contact-mail{
			width: 240px;
			height: 240px;
		}
		.cus-contact-dial .dial-inner,
		.cus-contact-mail .mail-inner{
			padding-top: 40px;
		}
		.cus-contact-dial .dial-inner .txt01,
		.cus-contact-mail .mail-inner .txt01{
			margin-bottom: 10px;
			font-size: 20px;
		}
		.cus-contact-dial .dial-inner .ic{
			margin-bottom: 10px;
			font-size: 50px;
		}
		.cus-contact-mail .mail-inner .ic{
			font-size: 60px;
		}
		.cus-contact-dial .dial-inner .dial{
			font-size: 22px;
		}
		.cus-contact-mail .mail-inner .txt02{
			font-size: 16px;
		}
	
		.cus-contact-claude01{
			top: -60px;
			width: calc(396px * 0.8);
			height: calc(398px * 0.8);
			margin-left: -600px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contact-inner{
			border-radius: 0 0 110px 0;
			-webkit-border-radius: 0 0 110px 0;
			-moz-border-radius: 0 0 110px 0;
			padding: 60px 0;
		}

		.cus-contact-list li{
			padding-right: 60px;
			width: 240px;
		}
		
		.cus-contact-dial,
		.cus-contact-mail{
			width: 240px;
			height: 240px;
		}
		.cus-contact-dial .dial-inner,
		.cus-contact-mail .mail-inner{
			padding-top: 40px;
		}
		.cus-contact-dial .dial-inner .txt01,
		.cus-contact-mail .mail-inner .txt01{
			margin-bottom: 10px;
			font-size: 20px;
		}
		.cus-contact-dial .dial-inner .ic{
			margin-bottom: 10px;
			font-size: 50px;
		}
		.cus-contact-mail .mail-inner .ic{
			font-size: 60px;
		}
		.cus-contact-dial .dial-inner .dial{
			font-size: 22px;
		}
		.cus-contact-mail .mail-inner .txt02{
			font-size: 16px;
		}
	
		.cus-contact-claude01{
			top: -60px;
			width: calc(396px * 0.6);
			height: calc(398px * 0.6);
			margin-left: -500px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact-inner{
			border-radius: 0 0 60px 0;
			-webkit-border-radius: 0 0 60px 0;
			-moz-border-radius: 0 0 60px 0;
			padding: 40px 0;
		}

		.cus-contact-list li{
			padding-right: 10px;
			width: 170px;
		}
		
		.cus-contact-dial,
		.cus-contact-mail{
			width: 170px;
			height: 170px;
		}
		.cus-contact-dial .dial-inner,
		.cus-contact-mail .mail-inner{
			padding-top: 26px;
		}
		.cus-contact-dial .dial-inner .txt01,
		.cus-contact-mail .mail-inner .txt01{
			margin-bottom: 10px;
			font-size: 16px;
		}
		.cus-contact-dial .dial-inner .ic{
			margin-bottom: 10px;
			font-size: 26px;
		}
		.cus-contact-mail .mail-inner .ic{
			font-size: 32px;
		}
		.cus-contact-dial .dial-inner .dial{
			font-size: 19px;
		}
		.cus-contact-mail .mail-inner .txt02{
			font-size: 15px;
		}
	
		.cus-contact-claude01{
			top: -60px;
			width: calc(396px * 0.4);
			height: calc(398px * 0.4);
			margin-left: -400px;
		}
	}

/* フッター */
	.cus-footer-con{
		position: relative;
		display: table;
		padding-bottom: 50px;
		margin-bottom: 50px;
		z-index: 5;
	}
	.cus-footer-con .con-left{
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	.cus-footer-con .con-right{
		position: relative;
		display: table-cell;
		width: 50%;
		text-align: right;
		vertical-align: top;
		z-index: 10;
	}

	.cus-footer-con .con-left .map{
		display: inline-block;
		padding-left: 10px;
	}

	.cus-footer-link{
		display: inline-block;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: left;
		list-style: none;
	}
	.cus-footer-link li{
		margin-bottom: 15px;
	}
	.cus-footer-link li a{
		color: #132f4d;
		text-decoration: none;
	}

	.cus-footer-con .con-copy{
		position: absolute;
		bottom: 0px;
		left: 0px;
		margin: 0;
		font-size: 14px;
	}

	.cus-footer-claude01{
		position: absolute;
		bottom: -280px;
		right: 50%;
		background-image: url(../img/site/f-claude.png);
		background-size: cover;
		width: 955px;
		height: 625px;
		margin-right: -1220px;
		z-index: 1;
	}
	@media screen and (max-width: 1879px) {
		.cus-footer-con{
			padding-bottom: 40px;
			margin-bottom: 40px;
		}
	
		.cus-footer-link{
			display: inline-block;
			padding: 0;
			margin: 0 0 0 auto;
			text-align: left;
			list-style: none;
		}
		.cus-footer-link li{
			margin-bottom: 14px;
		}

		.cus-footer-claude01{
			bottom: -180px;
			width: calc(955px * 0.8);
			height: calc(625px * 0.8);
			margin-right: -920px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer-con{
			display: block;
			padding-bottom: 50px;
			margin-bottom: 30px;
		}
		.cus-footer-con .con-left{
			display: block;
			margin: 0 auto 20px auto;
			width: 92%;
		}
		.cus-footer-con .con-right{
			display: block;
			width: auto;
			text-align: center;
		}
	
		.cus-footer-con .con-left img{
			width: 200px;
		}
		.cus-footer-con .con-left .map{
			display: inline-block;
			padding-left: 10px;
		}
	
		.cus-footer-link{
			overflow: hidden;
			display: block;
			border-top: #132f4d solid 1px;
			text-align: center;
		}
		.cus-footer-link li{
			float: left;
			border-bottom: #132f4d solid 1px;
			margin-bottom: 0px;
			width: 50%;
		}
		.cus-footer-link li:first-child{
			width: 100%;
		}
		.cus-footer-link li:nth-child(2n){
			border-right: #132f4d solid 1px;
		}
		.cus-footer-link li a{
			display: block;
			padding: 8px 0;
		}
	
		.cus-footer-con .con-copy{
			width: 100%;
			text-align: center;
		}
	
		.cus-footer-claude01{
			display: none;
		}
	}

/* 下層ページ見出し */
	.cusro-local-h{/* bodyタグに配置 */
		background-image: url(../img/site/h-claude.png);
		background-position: left top;
		background-repeat: no-repeat;
	}

	.cus-local-promo{
		position: relative;
	}

	.cus-local-promo .promo-title{
		position: absolute;
		bottom: -40px;
		left: 50%;
		margin-left: -860px;
		background:rgba(255,255,255,0.8);
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		padding: 20px 40px;
		z-index: 3;
	}
	.cus-local-promo .promo-title .title-col{
		position: relative;
	}
	.cus-local-promo .promo-title .main{
		position: absolute;
		bottom: -46px;
		left: 0px;
		font-size: 24px;
		letter-spacing: 0.08em;
		line-height: 1.4;
	}
	.cus-local-promo .promo-title .en{
		margin: 0 0 46px 0;
		font-family: "Commissioner", sans-serif;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.cus-local-promo .promo-title .en::first-letter{
		color: #0555ad;
	}

	.cus-local-promo .promo-img {
	  position: relative;
	  left: 50%;
	  width: calc(100vw - (50% - 940px)); 
	  overflow: hidden;
		margin-left: -940px;
	  border-radius: 40px 0 0 40px;
	}
	.cus-local-promo .promo-img img{
		width: 100%;
		height: 420px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1879px) {
		.cusro-local-h{/* bodyタグに配置 */
			background-size: 60% auto;
		}
		.cus-local-promo .promo-title{
			bottom: -30px;
			left: 8%;
			margin-left: 0px;
			border-radius: 26px;
			-webkit-border-radius: 26px;
			-moz-border-radius: 26px;
			padding: 20px 40px;
		}
		.cus-local-promo .promo-title .main{
			bottom: -42px;
			font-size: 20px;
		}
		.cus-local-promo .promo-title .en{
			margin: 0 0 42px 0;
			font-size: 48px;
		}
		.cus-local-promo .promo-title .en::first-letter{
			color: #0555ad;
		}
	
		.cus-local-promo .promo-img {
		  left: 4%;
		  width: 96%; 
			margin-left: 0px;
		  border-radius: 40px 0 0 40px;
		}
		.cus-local-promo .promo-img img{
			height: 380px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-local-promo .promo-title{
			bottom: -20px;
			left: 8%;
			margin-left: 0px;
			border-radius: 22px;
			-webkit-border-radius: 22px;
			-moz-border-radius: 22px;
			padding: 15px 30px;
		}
		.cus-local-promo .promo-title .main{
			bottom: -42px;
			font-size: 18px;
		}
		.cus-local-promo .promo-title .en{
			margin: 0 0 42px 0;
			font-size: 36px;
		}
		.cus-local-promo .promo-title .en::first-letter{
			color: #0555ad;
		}
	
		.cus-local-promo .promo-img {
		  left: 4%;
		  width: 96%; 
			margin-left: 0px;
		  border-radius: 30px 0 0 30px;
		}
		.cus-local-promo .promo-img img{
			height: 300px;
		}
	}
	@media print {
		.cus-local-promo .promo-title{
			bottom: -15px;
			left: 8%;
			margin-left: 0px;
			border-radius: 18px;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			padding: 15px 20px;
		}
		.cus-local-promo .promo-title .main{
			bottom: -35px;
			font-size: 15px;
		}
		.cus-local-promo .promo-title .en{
			margin: 0 0 35px 0;
			font-size: 26px;
		}
		.cus-local-promo .promo-title .en::first-letter{
			color: #0555ad;
		}
	
		.cus-local-promo .promo-img {
		  left: 4%;
		  width: 96%; 
			margin-left: 0px;
		  border-radius: 20px 0 0 20px;
		}
		.cus-local-promo .promo-img img{
			height: 240px;
		}
	}
	@media screen and (max-width: 767px) {
		.cusro-local-h{/* bodyタグに配置 */
			background-size: 80% 400px;
		}

		.cus-local-promo .promo-title{
			bottom: -15px;
			left: 8%;
			margin-left: 0px;
			border-radius: 18px;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			padding: 10px 16px;
		}
		.cus-local-promo .promo-title .main{
			bottom: -35px;
			font-size: 16px;
		}
		.cus-local-promo .promo-title .en{
			margin: 0 0 35px 0;
			font-size: 22px;
		}
		.cus-local-promo .promo-title .en::first-letter{
			color: #0555ad;
		}
	
		.cus-local-promo .promo-img {
		  left: 4%;
		  width: 96%; 
			margin-left: 0px;
		  border-radius: 20px 0 0 20px;
		}
		.cus-local-promo .promo-img img{
			height: 200px;
		}
	}

/* イメージアニメーション */
	.cus-float01{
	  animation: float01 4s ease-in-out infinite;
	}
	@keyframes float01{
	  0%   { transform: translateY(0); }
	  50%  { transform: translateY(-14px); }
	  100% { transform: translateY(0); }
	}

	.cus-float01-2{
	  animation: float01-2 4.6s ease-in-out infinite;
	}
	@keyframes float01-2{
	  0%   { transform: translateY(-14px); }
	  50%  { transform: translateY(0px); }
	  100% { transform: translateY(-14px); }
	}

	.cus-float02{
	  animation: float02 7s ease-in-out infinite;
	}
	@keyframes float02{
	  0% {
	    transform: translateY(0) rotate(0deg);
	  }
	  25% {
	    transform: translateY(-10px) rotate(-4deg);
	  }
	  50% {
	    transform: translateY(0) rotate(0deg);
	  }
	  75% {
	    transform: translateY(10px) rotate(4deg);
	  }
	  100% {
	    transform: translateY(0) rotate(0deg);
	  }
	}


/* 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: 1879px) {
		.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: 1880px) {
		.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: 1879px) {
		.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;
		margin: 0 auto;
		width: 940px;
	}
	.cus-slick-img{
		overflow: hidden;
		position: relative;
		background-color: white;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		margin: 0 0 10px 0;
		width: 100%;
		height: 600px;
	}
	.cus-slick-img img{
		width: 100%;
		height: 600px;
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}
	
	.cus-slick-img .img-caption{
		position: absolute;
		bottom: 0px;
		left: 0px;
		background: rgba(0,0,0,0.8);
		padding: 10px 15px;
		margin: 0;
		width: 100%;
		color: white;
		z-index: 6;
	}
	
	.thumbnail{
		overflow: visible;
		position: relative;
		display: inline-block;
		padding: 0 61px; /* border幅 1px を加算 */
		margin: 0 auto;
	}
	.thumbnail::before{/* 左端の画像borderを消去 */
		content: '';
		position: absolute;
		top: 0px;
		left: 60px;
		display: block;
		background-color: #edf7fa;
		width: 2px;
		height: 100%;
		z-index: 3;
	}
	.cus-thumbnail-img{
		box-sizing: border-box;
		border-left: #cccccc solid 1px;
		padding: 0 3px;
		margin: 0;
		height: 120px;
		text-align: center !important;
		opacity: 0.4;
	}
	.cus-thumbnail-img img{
		display: inline-block !important;
		object-fit: contain;
		font-family: 'object-fit: contain;';
		width: 200px;
		height: 120px;
	}

	.cus-thumbnail-img.active-thumb{
		opacity: 1;
	}
	@media screen and (max-width: 1879px) {
		.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-slider-container{/* メイン画像幅 */
			width: 100%;
			max-width: 940px;
		}
		.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;
		}
	}
	@media screen and (max-width: 767px) {/* 5枚 × 2段　サムネイルをグリッド化 */
	  .thumbnail {
	    display: grid !important;
	    grid-template-columns: repeat(5, 1fr); /* 5枚 × 2段 */
	    grid-gap: 8px;
	    padding: 0 10px !important;
	    padding: 0 6px !important; /* ボーダー考慮 */
	  }
	
	  .cus-thumbnail-img {
	    height: auto !important;
	    padding: 0 !important;
	    border-left: none !important;
	    text-align: center;
	  }
	
	  .cus-thumbnail-img img {
	    width: 100% !important;
	    height: 60px !important;
	    object-fit: contain;
	  }
	
	  /* 左側の縦線を消す */
	  .thumbnail::before {
	    display: none !important;
	  }
	}

/* モーダルウインドウに関わる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{
	  position: relative;
	  display: inline-block;
	  padding: 10px 120px 10px 30px;
	  color: white;
	  text-decoration: none;
	  border-radius: 100px;
	  overflow: visible; /* 擬似要素が広がっても切れないように */
	  z-index: 1;
	}
	.cus-button a::before{
	  content: "";
	  position: absolute;
	  top: 0; 
	  left: 0; 
	  right: 0; 
	  bottom: 0;
	  background-color: #50accc;
	  border-radius: 100px;
	  z-index: -1; /* テキストより後ろ */
	  transition: all 0.3s ease; /* ホバー時に滑らかに広がる */
	}
	.cus-button a:hover::before{
	  top: -5px;
	  left: -5px;
	  right: -5px;
	  bottom: -5px;
	}
	.cus-button a .arrow{/* 矢印部分 */
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  width: 26px;
	  height: 26px;
	  line-height: 26px;
	  text-align: center;
	  color: #50accc;
	  font-size: 14px;
	  border-radius: 100px;
	  background-color: white;
	  margin-top: -13px;
	  z-index: 2;
	}
	.cus-button.button-white a{
	  color: #50accc;
	}
	.cus-button.button-white a::before{
	  background-color: white;
	}
	.cus-button.button-white a .arrow{/* 矢印部分 */
	  color: white;
	  background-color: #50accc;
	}
	@media screen and (max-width: 1879px) {
		.cus-button a{
		  padding: 10px 100px 10px 30px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-button a{
		  padding: 10px 80px 10px 25px;
		}
	}
	@media print {
		.cus-button a{
		  padding: 10px 60px 10px 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button a{
		  padding: 10px 60px 10px 20px;
		}
	}


/* 画像ホバー時アクション */
	.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: 1879px) {
		.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: 1879px) {
		.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: #132f4d 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{
		position: relative;
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
		z-index: 5;
	}
	.cus-table-bgcover thead tr th,
	.cus-table-bgcover tbody tr th,
	.cus-table-bgcover tbody tr td{
		padding: 4px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text,
	.cus-table-bgcover tbody tr td .text{
		display: block;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 12px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text{
		background-color: #50accc;
		color: white;
	}
	.cus-table-bgcover tbody tr td .text{
		background-color: white;
	}
	.cus-table-bgcover.bgcover02 tbody tr td .text{
		background-color: #edf7fa;
	}
	@media screen and (max-width: 767px) {
		.cus-table-bgcover thead{
			display: none;
		}
		.cus-table-bgcover thead tr th,
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			padding: 4px 0;
		}
	}
	
	.cus-table-tit-respon tbody tr th .text .misadhi,
	.cus-table-tit-respon tbody tr td .text .misadhi{/* 縦並び時に見出しを追加 */
		display: none;
	}
	@media screen and (max-width: 767px) {
		.cus-table-tit-respon tbody tr th .text,
		.cus-table-tit-respon tbody tr td .text{
			position: relative;
			padding-left: 100px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi,
		.cus-table-tit-respon tbody tr td .text .misadhi{
			display: block;
			position: absolute;
			top: 0x;
			left: 10px;
			width: 84px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi .dot,
		.cus-table-tit-respon tbody tr td .text .misadhi .dot{
			display: block;
			float: right;
		}
	}


/* お問い合わせページ */
	.cus-form-required{
		background-color: #a90505;
		padding: 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: #132f4d;
	  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: #132f4d;
		width: 20px;
		height: 2px;
	}
	.cus-form-policy-tit::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -40px;
		display: block;
		background-color: #132f4d;
		width: 20px;
		height: 2px;
	}
	
	.cus-form-policy{
		overflow: hidden;
		overflow-y: scroll;
		border: #132f4d 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: 1879px) {
		.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;
		}
	}

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

/* GoogleMap埋め込み */
	.cus-gmap{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 660px;
	}
	.cus-gmap iframe,
	.cus-gmap object,
	.cus-gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	@media screen and (max-width: 1879px) {
		.cus-gmap{
			height: 560px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-gmap{
			height: 30vh;
		}
	}

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

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