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

	@media screen and (max-width: 1309px) {}
	@media screen and (max-width: 991px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xl-1310(max-1309) 左右余白15pxを含む
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

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

*/

/* 汎用見出し */
	.cus-title-text{
		font-size: 44px;
		font-weight: 400;
		line-height: 1.4;
	}
	@media screen and (max-width: 1309px) {
		.cus-title-text{
			font-size: 34px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-text{
			font-size: 26px;
		}
	}
	@media print {
		.cus-title-text{
			font-size: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-text{
			font-size: 22px;
		}
	}

	.cus-title01{
		display: inline-block;
	}
	.cus-title01 .title01-inner{
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		line-height: 1;
		letter-spacing: 0.1em;
		white-space: nowrap;
	}
	.cus-title01 .title01-inner .main{
		padding: 0 0 10px 30px;
		font-size: 16px;
		font-weight: 400;
		align-self: flex-end;
	}
	.cus-title01 .title01-inner .en{
		font-family: "Andika", sans-serif;
		font-style: normal;
		font-size: 60px;
		font-weight: 400;
	}
	@media screen and (max-width: 1309px) {
		.cus-title01 .title01-inner .en{
			font-size: 52px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title01 .title01-inner .en{
			font-size: 44px;
		}
		.cus-title01 .title01-inner .main{
			padding: 0 0 10px 20px;
			font-size: 16px;
		}
	}
	@media print {
		.cus-title01 .title01-inner .en{
			font-size: 32px;
		}
		.cus-title01 .title01-inner .main{
			padding: 0 0 10px 20px;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title01 .title01-inner .en{
			font-size: 28px;
		}
		.cus-title01 .title01-inner .main{
			padding: 0 0 7px 16px;
			font-size: 16px;
		}
	}

	.cus-title02{
		position: relative;
		display: inline-block;
		padding-bottom: 30px;
		font-size: 44px;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.cus-title02::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 20%;
		display: block;
		background-color: #197023;
		border-radius: 1px;
		width: 60%;
		height: 4px;
		transform: scaleX(0);
		transform-origin: left;
	}
	.cus-title02.is-active::before{
		animation: underlineLoop 10s infinite;
	}
	@keyframes underlineLoop {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		6% {
			transform: scaleX(1);
			transform-origin: left;
		}
		80% {
			transform: scaleX(1);
			transform-origin: right;
		}
		90% {
			transform: scaleX(0);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: left;
		}
	}
	@media screen and (max-width: 1309px) {
		.cus-title02{
			padding-bottom: 26px;
			font-size: 38px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title02{
			padding-bottom: 24px;
			font-size: 30px;
		}
	}
	@media print {
		.cus-title02{
			padding-bottom: 20px;
			font-size: 22px;
		}
		.cus-title02::before {
			transform: scaleX(1) !important;
			transform-origin: left !important;
			animation: none !important;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title02{
			padding-bottom: 20px;
			font-size: 24px;
		}
	}


/* 汎用layout */
	.cus-layout01{
		position: relative;
		display: -webkit-flex;
		display: flex;
	}
	.cus-layout01.layout01-limg{
		flex-direction: row-reverse;
	}

	.cus-layout01.layout01-limg .layout01-text{
		padding-left: 40px;
	}
	.cus-layout01.layout01-rimg .layout01-text{
		padding-right: 40px;
	}

	.cus-layout01.layout01-limg .layout01-img{
		padding-right: 40px;
	}
	.cus-layout01.layout01-rimg .layout01-img{
		padding-left: 40px;
	}

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

	.cus-layout01 .layout01-subtitle{
		position: absolute;
		top: 0px;
		right: -100px;
		font-family: "Andika", sans-serif;
		font-style: normal;
		font-size: 18px;
		font-weight: 700;
		color: #123105;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}
	.cus-layout01 .layout01-subtitle span{
		position: relative;
		display: block;
		padding-top: 18px;
	}
	.cus-layout01 .layout01-subtitle span::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 11px;
		display: block;
		background-color: #123105;
		border-radius: 50%;
		width: 7px;
		height: 7px;
	}
	@media screen and (max-width: 1480px) {
		.cus-layout01.layout01-limg .layout01-text{
			padding-right: 30px;
		}
		.cus-layout01.layout01-rimg .layout01-text{
			padding-left: 30px;
		}
		.cus-layout01 .layout01-subtitle{
			right: -30px;
		}
	}
	@media screen and (max-width: 1309px) {
		.cus-layout01.layout01-limg .layout01-text{
			padding-left: 25px;
		}
		.cus-layout01.layout01-rimg .layout01-text{
			padding-right: 25px;
		}
	
		.cus-layout01.layout01-limg .layout01-img{
			padding-right: 25px;
		}
		.cus-layout01.layout01-rimg .layout01-img{
			padding-left: 25px;
		}
	
		.cus-layout01 .layout01-subtitle{
			font-size: 17px;
		}
		.cus-layout01 .layout01-subtitle span{
			padding-top: 16px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-layout01.layout01-limg .layout01-text{
			padding-left: 15px;
		}
		.cus-layout01.layout01-rimg .layout01-text{
			padding-right: 15px;
		}
	
		.cus-layout01.layout01-limg .layout01-img{
			padding-right: 15px;
		}
		.cus-layout01.layout01-rimg .layout01-img{
			padding-left: 15px;
		}
	
		.cus-layout01 .layout01-subtitle{
			font-size: 16px;
		}
		.cus-layout01 .layout01-subtitle span{
			padding-top: 15px;
		}
		.cus-layout01 .layout01-subtitle span::before{
			left: 8px;
		}
	}
	@media print {
		.cus-layout01.layout01-limg .layout01-text{
			padding-left: 10px;
		}
		.cus-layout01.layout01-rimg .layout01-text{
			padding-right: 10px;
		}
	
		.cus-layout01.layout01-limg .layout01-img{
			padding-right: 10px;
		}
		.cus-layout01.layout01-rimg .layout01-img{
			padding-left: 10px;
		}
	
		.cus-layout01 .layout01-subtitle{
			font-size: 16px;
		}
		.cus-layout01 .layout01-subtitle span{
			padding-top: 15px;
		}
		.cus-layout01 .layout01-subtitle span::before{
			left: 8px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-layout01{
			display: block;
			padding: 30px 3% 0 3%;
			margin: 0;
			width: 100%;
		}
	
		.cus-layout01.layout01-limg .layout01-text{
			padding-left: 0px;
		}
		.cus-layout01.layout01-rimg .layout01-text{
			padding-left: 0px;
			padding-right: 0px;
		}
	
		.cus-layout01.layout01-limg .layout01-img{
			padding-right: 0px;
		}
		.cus-layout01.layout01-rimg .layout01-img{
			padding-left: 0px;
		}

		.cus-layout01 .layout01-img img{
			height: 60vw;
		}
	
		.cus-layout01 .layout01-subtitle{
			top: 0px;
			left: 30px;
			font-size: 16px;
			writing-mode: inherit;
		}
		.cus-layout01 .layout01-subtitle span{
			padding-top: 0px;
		}
		.cus-layout01 .layout01-subtitle span::before{
			top: 10px;
			left: -16px;
		}
	}

	.cus-layout02{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
	}
	.cus-layout02 .layout02-text{
		width: 50%;
	}
	.cus-layout02 .layout02-img{
		position: relative;
		padding-right: 50px;
		width: 50%;
	}
	.cus-layout02 .layout02-img img{
		width: 100%;
		height: 380px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.cus-layout02 .layout02-img .number{
		position: absolute;
		top: -45px;
		left: 10px;
		font-family: "Andika", sans-serif;
		font-style: normal;
		font-size: 80px;
		font-weight: 400;
		color: #197023;
		line-height: 1;
		text-shadow: 
			white 4px 0px,  white -4px 0px,
			white 0px -4px, white 0px 4px,
			white 4px 4px , white -4px 4px,
			white 4px -4px, white -4px -4px,
			white 2px 4px,  white -2px 4px,
			white 2px -4px, white -2px -4px,
			white 4px 2px,  white -4px 2px,
			white 4px -2px, white -4px -2px;
		z-index: 3;
	}
	@media screen and (max-width: 1309px) {
		.cus-layout02 .layout02-img{
			padding-right: 30px;
		}
		.cus-layout02 .layout02-img .number{
			top: -40px;
			left: 10px;
			font-size: 70px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-layout02 .layout02-img{
			padding-right: 20px;
		}
		.cus-layout02 .layout02-img .number{
			top: -34px;
			left: 10px;
			font-size: 58px;
		}
	}
	@media print {
		.cus-layout02 .layout02-img{
			padding-right: 15px;
		}
		.cus-layout02 .layout02-img .number{
			top: -22px;
			left: 8px;
			font-size: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-layout02{
			display: block;
		}
		.cus-layout02 .layout02-text{
			margin-bottom: 20px;
			width: auto;
		}
		.cus-layout02 .layout02-img{
			padding-right: 0px;
			width: auto;
		}
		.cus-layout02 .layout02-img img{
			height: 64vw;
		}
		.cus-layout02 .layout02-img .number{
			top: -20px;
			left: 6px;
			font-size: 40px;
		}
	}

	.cus-layout03{
		position: relative;
		display: -webkit-flex;
		display: flex;
	}
	.cus-layout03 .layout03-text{
		width: 50%;
	}
	.cus-layout03 .layout03-img{
		position: relative;
		padding-left: 50px;
		width: 50%;
	}
	.cus-layout03 .layout03-img img{
		width: 100%;
		height: 380px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.cus-layout03 .layout03-img .number{
		position: absolute;
		top: -45px;
		right: 10px;
		font-family: "Andika", sans-serif;
		font-style: normal;
		font-size: 80px;
		font-weight: 400;
		color: #197023;
		line-height: 1;
		text-shadow: 
			white 4px 0px,  white -4px 0px,
			white 0px -4px, white 0px 4px,
			white 4px 4px , white -4px 4px,
			white 4px -4px, white -4px -4px,
			white 2px 4px,  white -2px 4px,
			white 2px -4px, white -2px -4px,
			white 4px 2px,  white -4px 2px,
			white 4px -2px, white -4px -2px;
		z-index: 3;
	}
	@media screen and (max-width: 1309px) {
		.cus-layout03 .layout03-img{
			padding-left: 30px;
		}
		.cus-layout03 .layout03-img .number{
			top: -40px;
			right: 10px;
			font-size: 70px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-layout03 .layout03-img{
			padding-left: 20px;
		}
		.cus-layout03 .layout03-img .number{
			top: -34px;
			right: 10px;
			font-size: 58px;
		}
	}
	@media print {
		.cus-layout03 .layout03-img{
			padding-left: 15px;
		}
		.cus-layout03 .layout03-img .number{
			top: -22px;
			right: 8px;
			font-size: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-layout03{
			display: block;
		}
		.cus-layout03 .layout03-text{
			margin-bottom: 20px;
			width: auto;
		}
		.cus-layout03 .layout03-img{
			padding-left: 0px;
			width: auto;
		}
		.cus-layout03 .layout03-img img{
			height: 64vw;
		}
		.cus-layout03 .layout03-img .number{
			top: -20px;
			right: 6px;
			font-size: 40px;
		}
	}

/* Parallax */
	.cus-parallax-body{
		height: 780px;
	}
	.cus-parallax-contents{
		display: table;
		width: 100%;
		height: 780px;
	}
	.cus-parallax-contents .contents-col{
		display: table-cell;
		vertical-align: middle;
	}
	.cus-parallax-contents.parallax-box{
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.cus-parallax-contents.parallax-img01{
		background-image: url(../img/site/parallax01.jpg);
	}
	@media screen and (max-width: 1309px) {
		.cus-parallax-body{
			height: 600px;
		}
		.cus-parallax-contents{
			height: 600px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-parallax-body{
			height: 360px;
		}
		.cus-parallax-contents{
			height: 360px;
		}
	}
	@media print {
		.cus-parallax-body{
			height: auto;
		}
		.cus-parallax-contents{
			height: auto;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-parallax-body{
			height: 260px;
		}
		.cus-parallax-contents{
			height: 260px;
		}
		.cus-parallax-contents.parallax-box{
			background-attachment: scroll;
			background-position: center top;
		}
	}

/* 下層ページプロモ */
	.cus-promo{
		position: relative;
	  background: linear-gradient(
	    to bottom,
	    #c1e2c5 0px,
	    #c1e2c5 420px,
	    #fff 420px,
	    #fff 100%
	  );
	  padding-left: 26vw;
	}

	.cus-promo .promo-tit{
		position: absolute;
		bottom: 150px;
		left: 2%;
	}
	.cus-promo .promo-tit .tit-inner{
		position: relative;
		padding-top: 170px;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.cus-promo .promo-tit .tit-inner .main{
		position: relative;
		display: inline-block;
		font-size: 32px;
		font-weight: 700;
	}
	.cus-promo .promo-tit .tit-inner .main::before{
		content: '';
		position: absolute;
		top: -30px;
		left: 0px;
		display: block;
		background-color: #197023;
		width: 120%;
		height: 1px;
	}
	.cus-promo .promo-tit .tit-inner .en{
		position: absolute;
		top: 0px;
		left: 0px;
		font-family: "Andika", sans-serif;font-style: normal;
		font-size: 120px;
		font-weight: 400;
		color: #197023;
		text-transform: uppercase;
		text-shadow: 
			#c1e2c5 2px 0px,  #c1e2c5 -2px 0px,
			#c1e2c5 0px -2px, #c1e2c5 0px 2px,
			#c1e2c5 2px 2px , #c1e2c5 -2px 2px,
			#c1e2c5 2px -2px, #c1e2c5 -2px -2px,
			#c1e2c5 1px 2px,  #c1e2c5 -1px 2px,
			#c1e2c5 1px -2px, #c1e2c5 -1px -2px,
			#c1e2c5 2px 1px,  #c1e2c5 -2px 1px,
			#c1e2c5 2px -1px, #c1e2c5 -2px -1px;
	}
		
	.cus-promo .promo-img{
		margin: 0;
	}
	.cus-promo .promo-img img{
		width: 100%;
		height: 560px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1309px) {
		.cus-promo{
		  background: linear-gradient(
		    to bottom,
		    #c1e2c5 0px,
		    #c1e2c5 360px,
		    #fff 360px,
		    #fff 100%
		  );
		}
	
		.cus-promo .promo-tit{
			bottom: 100px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 120px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 28px;
		}
		.cus-promo .promo-tit .tit-inner .main::before{
			top: -20px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 90px;
		}

		.cus-promo .promo-img img{
			height: 450px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-promo{
		  background: linear-gradient(
		    to bottom,
		    #c1e2c5 0px,
		    #c1e2c5 300px,
		    #fff 300px,
		    #fff 100%
		  );
		}
	
		.cus-promo .promo-tit{
			bottom: 90px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 100px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 24px;
		}
		.cus-promo .promo-tit .tit-inner .main::before{
			top: -18px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 70px;
		}

		.cus-promo .promo-img img{
			height: 380px;
		}
	}
	@media print {
		.cus-promo{
		  background: linear-gradient(
		    to bottom,
		    #c1e2c5 0px,
		    #c1e2c5 250px,
		    #fff 250px,
		    #fff 100%
		  );
		}
	
		.cus-promo .promo-tit{
			bottom: 50px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 70px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 19px;
		}
		.cus-promo .promo-tit .tit-inner .main::before{
			top: -12px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 50px;
		}

		.cus-promo .promo-img img{
			height: 300px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-promo{
		  background: linear-gradient(
		    to bottom,
		    #c1e2c5 0px,
		    #c1e2c5 220px,
		    #fff 220px,
		    #fff 100%
		  );
		}
	
		.cus-promo .promo-tit{
			bottom: 40px;
		}
		.cus-promo .promo-tit .tit-inner{
			padding-top: 70px;
		}
		.cus-promo .promo-tit .tit-inner .main{
			font-size: 16px;
		}
		.cus-promo .promo-tit .tit-inner .main::before{
			top: -12px;
		}
		.cus-promo .promo-tit .tit-inner .en{
			font-size: 50px;
		}

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

/* フッタ部CONTACT */
	.cus-contact-con{
		position: relative;
		top: 60px;
		display: table;
		background-image: url(../img/site/contact-bg.jpg);
		background-size: cover;
		padding: 80px 100px;
		z-index: 3;
	}
	.cus-contact-con .con-text{
		display: table-cell;
		width: 65%;
		vertical-align: bottom;
	}
	.cus-contact-con .con-button{
		display: table-cell;
		padding-left: 30px;
		vertical-align: bottom;
	}

	.cus-contact-title{
		font-size: 44px;
		font-weight: 700;
		color: white;
	}

	.con-button-custom a{
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent;
		border: 1px solid #197023;   /* 初期：緑 */
		border-radius: 10px;
		padding: 40px 0;
		color: #197023;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
		text-align: center;
		z-index: 1;
		transition: 
			color .3s ease,
			border-color .3s ease;
	}
	.con-button-custom a::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
		transition: width .3s ease;
	}
	.con-button-custom a:hover{
		color: #fff;
		border-color: #fff;
	}
	.con-button-custom a:hover::before{
		width: 0;
	}
	@media screen and (max-width: 1309px) {
		.cus-contact-con{
			padding: 60px 70px;
		}
		.cus-contact-con .con-text{
			width: 65%;
		}
		.cus-contact-con .con-button{
			padding-left: 20px;
		}
	
		.cus-contact-title{
			font-size: 36px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contact-con{
			padding: 40px 50px;
		}
		.cus-contact-con .con-text{
			width: 65%;
		}
		.cus-contact-con .con-button{
			padding-left: 15px;
		}
	
		.cus-contact-title{
			font-size: 28px;
		}
		
		.con-button-custom a{
			padding: 30px 0;
			font-size: 17px;
		}
	}
	@media print {
		.cus-contact-con{
			padding: 20px 20px;
		}
		.cus-contact-con .con-text{
			width: 65%;
		}
		.cus-contact-con .con-button{
			padding-left: 15px;
		}
	
		.cus-contact-title{
			font-size: 20px;
		}
		
		.con-button-custom a{
			padding: 20px 0;
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact-con{
			display: block;
			padding: 40px 15px;
		}
		.cus-contact-con .con-text{
			display: block;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-contact-con .con-button{
			display: block;
			padding-left: 0px;
		}
	
		.cus-contact-title{
			font-size: 20px;
		}
	
		.con-button-custom a{
			padding: 20px 0;
			font-size: 16px;
		}
	}

/* footer */
	.cus-footer{
		background-color: #c1e2c5;
		padding: 170px 3% 60px 3%;
	}

	.cus-footer-con{
		display: table;
		margin-bottom: 40px;
		width: 100%;
	}
	.cus-footer-con .con-left{
		display: table-cell;
		width: 65%;
		vertical-align: top;
	}
	.cus-footer-con .con-right{
		display: table-cell;
		vertical-align: top;
	}

	.cus-footer-logo{
		margin-bottom: 20px;
	}
	.cus-footer-text{
		display: -webkit-flex;
		display: flex;
	}
	.cus-footer-text .text-left{
		padding-right: 50px;
	}

	.cus-footer-con .con-right .right-inner{
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
	}

	.cus-footer-link{
		padding: 0 0 0 50px;
		margin: 0;
		list-style: none;
	}
	.cus-footer-link li{
		position: relative;
		padding-right: 30px;
		margin-bottom: 10px;
	}
	.cus-footer-link li::after{
		content: '\f0da';
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -8px;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 16px;
		color: #197023;
		line-height: 1;
		transform: translateX(0);
		transition: transform 0.3s;
	}
	.cus-footer-link li a{
		display: block;
		font-weight: 700;
		color: #121412;
		text-decoration: none;
	}
	.cus-footer-link li a:hover{
		text-decoration: underline;
	}

	.cus-footer-copy{
		border-top: #e5f0e6 solid 1px;
		padding-top: 40px;
		font-size: 12px;
		text-align: right;
	}
	@media screen and (max-width: 1309px) {
		.cus-footer{
			padding: 150px 2% 50px 2%;
		}
	
		.cus-footer-con{
			margin-bottom: 30px;
		}

		.cus-footer-text .text-left{
			padding-right: 40px;
		}

		.cus-footer-link{
			padding: 0 0 0 40px;
		}
		.cus-footer-link li{
			padding-right: 24px;
			margin-bottom: 8px;
		}
	
		.cus-footer-copy{
			padding-top: 30px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-footer{
			padding: 120px 2% 50px 2%;
		}
	
		.cus-footer-con{
			margin-bottom: 20px;
		}
		.cus-footer-con .con-left{
			width: 50%;
		}
	
		.cus-footer-logo{
			margin-bottom: 16px;
		}
		.cus-footer-text{
			display: block;
		}
		.cus-footer-text .text-left{
			padding-right: 0px;
			margin-bottom: 20px;
		}
	
		.cus-footer-con .con-right .right-inner{
			display: -webkit-flex;
			display: flex;
			justify-content: flex-end;
		}
	
		.cus-footer-link{
			padding: 0 0 0 30px;
		}
		.cus-footer-link li{
			padding-right: 20px;
		}

		.cus-footer-copy{
			padding-top: 20px;
		}
	}
	@media print {
		.cus-footer{
			padding: 100px 2% 50px 2%;
		}
	
		.cus-footer-con{
			margin-bottom: 20px;
		}
		.cus-footer-con .con-left{
			width: 50%;
		}
	
		.cus-footer-logo{
			margin-bottom: 16px;
		}
		.cus-footer-text{
			display: block;
		}
		.cus-footer-text .text-left{
			padding-right: 0px;
			margin-bottom: 20px;
		}
	
		.cus-footer-con .con-right .right-inner{
			display: -webkit-flex;
			display: flex;
			justify-content: flex-end;
		}
	
		.cus-footer-link{
			padding: 0 0 0 30px;
		}
		.cus-footer-link li{
			padding-right: 20px;
		}

		.cus-footer-copy{
			padding-top: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer{
			padding: 100px 0% 50px 0%;
		}
	
		.cus-footer-con{
			display: block;
			margin-bottom: 20px;
		}
		.cus-footer-con .con-left{
			display: block;
			margin: 0 auto 20px auto;
			width: 94%;
		}
		.cus-footer-con .con-right{
			display: block;
		}
	
		.cus-footer-logo{
			margin-bottom: 16px;
		}
		.cus-footer-logo img{
			width: calc(312px * 0.8);
		}
		.cus-footer-text{
			display: block;
		}
		.cus-footer-text .text-left{
			padding-right: 0px;
			margin-bottom: 20px;
		}
	
		.cus-footer-con .con-right .right-inner{
			display: block;
			border-top: #121412 solid 1px;
		}
	
		.cus-footer-link{
			overflow: hidden;
			padding: 0px;
		}
		.cus-footer-link li{
			float: left;
			padding-right: 0px;
			margin-bottom: 0px;
			width: 50%;
		}
		.cus-footer-link .link-100{
			width: 100%;
		}
		.cus-footer-link .link-bar{
			border-right: #121412 solid 1px;
		}
		.cus-footer-link li::after{
			display: none;
		}
		.cus-footer-link li a{
			border-bottom: #121412 solid 1px;
			padding: 8px 0;
			text-align: center;
		}
	
		.cus-footer-copy{
			border-top: #e5f0e6 solid 0px;
			padding-top: 0px;
			text-align: center;
		}
	}


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

	.cus-carousel-hight{
		width: 100%;
		height: 400px;        /* ★ 追加 */
		display: flex;        /* ★ 追加 */
		align-items: center;  /* ★ 追加 */
		justify-content: center; /* ★ 追加 */
	}
	@media screen and (max-width: 1309px) {
		.cus-carousel-hight{
			height: 320px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-carousel-hight{
			height: 280px;
		}
	}
	@media print {
		.cus-carousel-hight{
			height: 220px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-carousel-hight{
			height: 64vw;
		}
	}

	.cus-carousel-hight img{
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.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;';
	}

	.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: 1310px) {
		.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: 1309px) {
		.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: 1309px) {
		.cus-slick-img{
			height: 500px;
		}
		.cus-slick-img img{
			height: 500px;
		}
		
		.thumbnail{
			padding: 0 50px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 50px;
		}
		.cus-thumbnail-img{
			height: 110px;
		}
		.cus-thumbnail-img img{
			width: 190px;
			height: 110px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-slick-img{
			height: 460px;
		}
		.cus-slick-img img{
			height: 460px;
		}
		
		.thumbnail{
			padding: 0 40px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 40px;
		}
		.cus-thumbnail-img{
			height: 100px;
		}
		.cus-thumbnail-img img{
			width: 180px;
			height: 100px;
		}
	}
	@media print {
		.cus-slick-img{
			height: 400px;
		}
		.cus-slick-img img{
			height: 400px;
		}
		
		.thumbnail{
			padding: 0 20px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 20px;
		}
		.cus-thumbnail-img{
			height: 80px;
		}
		.cus-thumbnail-img img{
			width: 140px;
			height: 80px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-slick-img{
			height: 240px;
		}
		.cus-slick-img img{
			height: 240px;
		}
		
		.thumbnail{
			padding: 0 20px;
		}
		.thumbnail::before{/* 左端の画像borderを消去 */
			left: 20px;
		}
		.cus-thumbnail-img{
			height: 60px;
		}
		.cus-thumbnail-img img{
			width: 100px;
			height: 60px;
		}
	}

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

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


/* リンクボタン装飾 */
	.cus-button a{
		overflow: hidden;
		display: inline-block;
		position: relative;
		background: transparent;
		background-color: #197023;
		border-radius: 10px;
		padding: 12px 50px 12px 30px;
		color: white;
		text-decoration: none;
		z-index: 1;
		transition: .3s;
	}
	.cus-button a::after{
		content: '\f0da';
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -8px;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 16px;
		color: white;
		line-height: 1;
		transform: translateX(0);
		transition: transform 0.3s;
	}
	.cus-button a:hover::after {
		transform: translateX(5px); /* 右に5px移動 */
	}	

	.cus-button-white a{
		overflow: hidden;
		display: inline-block;
		position: relative;
		background: transparent;
		background-color: white;
		border-radius: 10px;
		padding: 12px 50px 12px 30px;
		color: #197023;
		text-decoration: none;
		z-index: 1;
		transition: .3s;
	}
	.cus-button-white a::after{
		content: '\f0da';
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -8px;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 16px;
		color: #197023;
		line-height: 1;
		transform: translateX(0);
		transition: transform 0.3s;
	}
	.cus-button-white a:hover::after {
		transform: translateX(5px); /* 右に5px移動 */
	}

	.cus-button02 a{
		overflow: hidden;
		display: inline-block;
		position: relative;
		background: transparent;
		background-color: #197023;
		border-radius: 10px;
		padding: 12px 30px;
		color: white;
		text-decoration: none;
		z-index: 1;
		transition: .3s;
	}
	.cus-button02 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: #0f3a15;/* メールボタン背景色 */
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button02 a:hover{
		text-decoration: none;
	}
	.cus-button02 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}


/* 画像ホバー時アクション */
	.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: 1309px) {
		.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: 1309px) {
		.cus-image-slide-text02 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-image-slide-text02 .text .main{
			font-size: 26px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}
	@media print {
		.cus-image-slide-text02 .text{
			bottom: 35%;
			opacity: 1;
		}
		.cus-image-slide-text02 .image{
			opacity: 0.4;
		}
		.cus-image-slide-text02 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-image-slide-text02 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}

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

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

	.cus-table-border{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-border thead tr th,
	.cus-table-border tbody tr th,
	.cus-table-border tbody tr td{
		padding: 4px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text,
	.cus-table-border tbody tr td .text{
		display: block;
		border: #333333 solid 1px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 10px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text{
		background-color: #eaeaea;
	}
	@media screen and (max-width: 767px) {
		.cus-table-border thead{
			display: none;
		}
		.cus-table-border thead tr th,
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			padding: 4px 0;
		}
	}

	.cus-table-bgcover{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-bgcover thead tr th,
	.cus-table-bgcover tbody tr th,
	.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;
		padding: 12px 15px 20px 15px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text{
		border-bottom: #197023 solid 2px;
	}
	.cus-table-bgcover tbody tr td .text{
		border-bottom: #a5cea8 solid 2px;
	}
	@media screen and (max-width: 991px) {
		.cus-table-bgcover thead tr th .text,
		.cus-table-bgcover tbody tr th .text,
		.cus-table-bgcover tbody tr td .text{
			display: block;
			padding: 10px 10px 16px 10px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-table-bgcover thead{
			display: none;
		}
		.cus-table-bgcover thead tr th,
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			padding: 4px 0;
		}
		.cus-table-bgcover tbody tr th{
			background-color: #197023;
			color: white;
		}
		.cus-table-bgcover thead tr th .text,
		.cus-table-bgcover tbody tr th .text,
		.cus-table-bgcover tbody tr td .text{
			padding: 10px;
		}
		.cus-table-bgcover thead tr th .text,
		.cus-table-bgcover tbody tr th .text{
			border-bottom: #197023 solid 0px;
		}
		.cus-table-bgcover tbody tr td .text{
			border-bottom: #a5cea8 solid 0px;
		}
	}
	
	.cus-table-tit-respon tbody tr th .text .misadhi,
	.cus-table-tit-respon tbody tr td .text .misadhi{/* 縦並び時に見出しを追加 */
		display: none;
	}
	@media screen and (max-width: 767px) {
		.cus-table-tit-respon tbody tr th .text,
		.cus-table-tit-respon tbody tr td .text{
			position: relative;
			padding-left: 100px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi,
		.cus-table-tit-respon tbody tr td .text .misadhi{
			display: block;
			position: absolute;
			top: 0x;
			left: 10px;
			width: 84px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi .dot,
		.cus-table-tit-respon tbody tr td .text .misadhi .dot{
			display: block;
			float: right;
		}
	}


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

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

	.cus-form-contact .required{/* 必須 */
		float: right;
		background-color: #a90505;
		padding: 1px 6px 0 6px;
		margin: 0;
		height: 20px;
		font-size: 14px;
		font-weight: 400;
		color: white;
		line-height: 20px;
		z-index: 3;
	}

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

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

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

	.cus-cp-ipselect{/* 住所セレクトボックス */
	  overflow: hidden;
	  display: inline-block;
	  width: 200px !important;
	  text-align: center;
	}
	.cus-cp-ipselect select{
	  width: 100%;
	  padding-right: 1em;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
	}
	.cus-cp-ipselect select::-ms-expand{
	  display: none;
	}
	.cus-cp-ipselect{
	  position: relative;
	  border: 1px solid #949494;
	  border-radius: 0px;
	  background: #ffffff;
	}
	.cus-cp-ipselect::before{
	  position: absolute;
	  top: 1.1em;
	  right: 0.8em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #0a293a;/* arrow */
	  pointer-events: none;
	}
	.cus-cp-ipselect select{
	  padding: 3px 20px 3px 5px;
	  color: #333333;
	  font-size: 16px;
	}
	@media 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: 1309px) {
		.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;
		background: transparent;
		background-color: #197023;
		border-radius: 10px;
		padding: 12px 30px;
		color: white;
		text-decoration: none;
		z-index: 1;
		border: none;
    box-shadow: none;
    text-shadow: none;
    outline: none; 
		transition: .3s;
	}
	.cus-form-button.long button{
		width: 600px;/* ボタン幅調整 */
	}
	.cus-form-button.white button{
		border: #197023 solid 1px;
		background: linear-gradient(90deg, white, white);
		color: #197023;
	}
	.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: #0f3a15;/* メールボタン背景色 */
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-form-button.white button::before{
		background: #197023;
	}
	.cus-form-button button:hover{
		color: white !important;
		text-decoration: none;
	}
	.cus-form-button.white button:hover{
		color: white !important;
		text-decoration: none;
	}
	.cus-form-button button:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	.cus-form-button button:active {
    box-shadow: none;
	}

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

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

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

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

/* GoogleMap埋め込み */
	.cus-gmap{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 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: 1309px) {
		.cus-gmap{
			height: 34vw;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-gmap{
			height: 52vw;
		}
	}

/* 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 ページング設定 */
	div.paging span.current,
	div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
	div.paging span.paging-text a{padding:3px 8px; display:block;}
	div.paging span.current{background: #197023;border:1px solid #636;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
	div.paging span.paging-text a:hover{background: #e5f0e6;text-decoration:none;cursor:pointer;}
	@media screen and (max-width: 767px) {
		div.paging span.paging-text{
			font-size: 12px;
		}
	}

/* 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;
		}
	}
