/*
	* Bootstrap コンテンツごとカスタムCSS
	xl-1200(max-1199)
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 	 
	-------------------
	ナビゲーション
	フォーム（お問い合わせ関係）
	トップページタイトル部
	下層ページタイトル部
	フッターレイアウト01
	コンテンツ内タイトル
	コンテンツ内汎用レイアウト
	コンテンツ内ボタン
	コンテンツ内背景色
	テキストアニメーション
	テーブル装飾
	角を丸める
	ページの先頭リンク
	ページングリンク
	画像スライダー（slick・サムネイルあり）
	GoogleMap埋め込み
	YouTube埋め込み
	-------------------
	@media screen and (max-width: 1199px) {}
	@media screen and (max-width: 991px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
	-------------------
 */

/* ナビゲーション */
	.cus-header{/* 追従メニュー背景色 */
		background-color: rgba(255,255,255,0.9);
	}

	.cus-nav-menu{
		position: relative;
		display: -webkit-flex;
		display: flex;
	  justify-content: flex-end;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}
	.cus-nav-menu li{
		padding-right: 25px;
	}
	.cus-nav-menu li:last-child{
		padding-right: 0px;
	}
	.cus-nav-menu li a{
		display: block;
		position: relative;
		background: transparent;
		font-family: "Montserrat", sans-serif;
		color: white;
		text-align: center;
		z-index: 1;
		transition: .3s;
	}
	.cus-nav-menu li a .down{
		position: relative;
		top: -1px;
		display: inline-block;
		padding-left: 2px;
		width: 11px;
	}
	.cus-nav-menu .dp_no a::before{
		content: "";
		bottom: -2px;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: white;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		width: 100%;
		height: 1px;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-nav-menu .dp_no a:hover{
		text-decoration: none;
	}
	.cus-nav-menu .dp_no a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	.cus-nav-menu .dp_no .active::before{
		transform: scaleX(1);
	}
	@media screen and (max-width: 1199px) {
		.cus-nav-menu li{
			padding-right: 20px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-nav-menu li{
			padding-right: 20px;
		}
		.cus-nav-menu li a{
			font-size: 14px;
		}
	}
	@media print {
		#header{/* 追従メニュー背景色 */
			display: none !important;
		}
		#fv-wrapper{
			display: none !important;
		}
		#aboutus{
			position: static !important;
			padding-top: 0 !important;
			margin-top: 0 !important;
		}
		
		.cus-home-main{
			padding-top: 50vh;
			background-image: url(../img/slide/photo_print.jpg);
			background-size: auto 46vh;
			background-position: left top;
			background-repeat: no-repeat;
		}
	}
	@media screen and (max-width: 767px) {
		#header{/* 追従メニュー背景色 */
			display: none;
		}

		#fv-wrapper{
			height: 98vh;
		}
		#fv-wrapper .splide .splide__slide img{
			width: auto !important;
			height: 98vh !important;
		}
	}


/* フォーム（お問い合わせ関係） */
	.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{
		position: relative;
		padding-right: 20px;
	}

	.cus-form-contact .required{/* 必須 */
		position: absolute;
		top: 22px;
		right: 5px;
		background-color: #a90505;
		padding: 0px 8px;
		height: 21px;
		font-size: 14px;
		color: white;
		line-height: 20px;
		z-index: 3;
	}

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

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

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

	.cus-cp-ipselect{/* 住所セレクトボックス */
	  overflow: hidden;
	  display: inline-block;
	  width: 200px !important;
	  text-align: center;
	}
	.cus-cp-ipselect select{
	  width: 100%;
	  padding-right: 1em;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
	}
	.cus-cp-ipselect select::-ms-expand{
	  display: none;
	}
	.cus-cp-ipselect{
	  position: relative;
	  border: 1px solid #949494;
	  border-radius: 0px;
	  background: #ffffff;
	}
	.cus-cp-ipselect::before{
	  position: absolute;
	  top: 1.1em;
	  right: 0.8em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #0a293a;/* arrow */
	  pointer-events: none;
	}
	.cus-cp-ipselect select{
	  padding: 3px 20px 3px 5px;
	  color: #333333;
	  font-size: 16px;
	}
	@media screen and (max-width: 991px) {
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 150px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 14px;
		}
	}
	@media print{
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 130px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 12px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 150px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 14px;
		}
	}

	.cus-form-policy-tit{/* プライバシーポリシー */
		position: relative;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	.cus-form-policy-tit::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -40px;
		display: block;
		background-color: #333333;
		width: 20px;
		height: 2px;
	}
	.cus-form-policy-tit::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -40px;
		display: block;
		background-color: #333333;
		width: 20px;
		height: 2px;
	}
	
	.cus-form-policy{
		overflow: hidden;
		overflow-y: scroll;
		border: #333333 solid 1px;
		background-color: #f8f8f8;
		padding: 20px;
		height: 360px;
	}
	.cus-form-policy .policy-tit{
		display: inline-block;
		background-color: #888888;
		padding: 6px 10px 8px 10px;
		margin-bottom: 10px;
		color: white;
		line-height: 1;
	}
	@media screen and (max-width: 1199px) {
		.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.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);
	}
	@media print {
		.cus-form-button button{
			width: 220px;/* ボタン幅調整 */
			font-size: 18px;
		}
	}
	@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-top-area{
		padding-top: 0;
	}
	@media screen and (max-width: 991px) {
		.cus-top-area{
			padding-top: 65px;
		}
	}
	@media print {
		.cus-top-area{
			padding-top: 65px;
		}
	}


/* 下層ページタイトル部 */
	.cus-lower-title{
		position: relative;
		top: 0px !important;
	}
	.cus-lower-title .title_tit{
		position: absolute;
		top: 46%;
		left: 50%;
		margin-left: -735px;/* コンテンツサイズに併せて調整 */
		letter-spacing: 0.08em;
		z-index: 3;
	}
	.cus-lower-title .title_tit h2{
		position: relative;
		display: inline-block;
		font-size: 60px;
		color: white;
		line-height: 1;
	}
	.cus-lower-title .title_tit h2::before{
		content: '';
		position: absolute;
		top: 0%;
		left: 0px;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #22ac38;
		z-index: -1;
	}
	.cus-lower-title .title_tit .sub{
		display: block;
		font-size: 24px;
		font-weight: 700;
		border-radius: 8px;
		color: white;
	}

	.cus-lower-title .title_img{
		margin: 0
	}
	.cus-lower-title .title_img img{
		width: 100%;
		height: 380px !important;/* 高さ任意・指定なき場合比率維持 */
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1469px) {
		.cus-lower-title .title_tit{
			left: 2%;
			margin-left: 0px;
		}
		.cus-lower-title .title_tit h2{
			font-size: 52px;
		}
		.cus-lower-title .title_tit .sub{
			font-size: 20px;
		}

		.cus-lower-title .title_img img{
			height: 320px !important;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-lower-title .title_tit{
			left: 2%;
			margin-left: 0px;
		}
		.cus-lower-title .title_tit h2{
			font-size: 46px;
		}
		.cus-lower-title .title_tit .sub{
			font-size: 19px;
		}

		.cus-lower-title .title_img img{
			height: 300px !important;
		}
	}
	@media print {
		.cus-lower-title .title_tit{
			left: 2%;
			margin-left: 0px;
		}
		.cus-lower-title .title_tit h2{
			font-size: 32px;
		}
		.cus-lower-title .title_tit .sub{
			font-size: 16px;
		}

		.cus-lower-title .title_img img{
			height: 240px !important;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-lower-title .title_tit{
			top: 50%;
			left: 4%;
			margin-left: 0px;
		}
		.cus-lower-title .title_tit h2{
			font-size: 30px;
		}
		.cus-lower-title .title_tit .sub{
			font-size: 15px;
		}

		.cus-lower-title .title_img img{
			height: 220px !important;
		}
	}


/* Instagramバナー */
	.cus-instagram{
		display: table;
		border: #007a52 solid 10px;
		color: #222222;
	}
	.cus-instagram .ic{
		display: table-cell;
		padding: 15px;
		width: 170px;
		vertical-align: middle;
	}
	.cus-instagram .text{
		display: table-cell;
		padding: 0 0 0 30px;
		width: 500px;
		font-size: 22px;
		font-weight: 700;
		vertical-align: middle;
	}
	.cus-instagram .text .pic{
		display: block;
		font-size: 36px;
	}
	.cus-instagram .img{
		display: table-cell;
		vertical-align: bottom;
	}
	.cus-instagram:hover{
		background-color: #007a52;
		color: white;
		text-decoration: none;
	}
	@media screen and (max-width: 1199px) {
		.cus-instagram .ic{
			padding: 15px;
			width: 18%;
		}
		.cus-instagram .text{
			padding: 0 0 0 20px;
			width: 56%;
			font-size: 20px;
		}
		.cus-instagram .text .pic{
			font-size: 32px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-instagram .ic{
			padding: 10px;
			width: 18%;
		}
		.cus-instagram .text{
			padding: 0 0 0 20px;
			width: 56%;
			font-size: 18px;
		}
		.cus-instagram .text .pic{
			font-size: 28px;
		}
	}
	@media print {
		.cus-instagram .ic{
			padding: 10px;
			width: 18%;
		}
		.cus-instagram .text{
			padding: 0 0 0 20px;
			width: 56%;
			font-size: 15px;
		}
		.cus-instagram .text .pic{
			font-size: 22px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-instagram{
			display: block;
		}
		.cus-instagram .ic{
			display: block;
			padding: 10px;
			width: auto;
			text-align: center;
		}
		.cus-instagram .ic img{
			width: 80px;
		}
		.cus-instagram .text{
			display: block;
			padding: 0px 4%;
			width: auto;
			font-size: 16px;
			text-align: center;
		}
		.cus-instagram .text .pic{
			display: block;
			font-size: 20px;
		}
		.cus-instagram .img{
			display: block;
			text-align: center;
		}
		.cus-instagram .img img{
			width: 180px;
		}
	}

/* フッターレイアウト01 */
	.cus-footer{
		padding: 100px 0;
	}

	.cus-footer .footer-logo img{
		width: 128px;
	}

	.cus-footer .footer-phone{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 30px;
		font-weight: 700;
	}

	.cus-footer .footer-nav{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		border-top: #1b1b1b solid 1px;
		border-bottom: #1b1b1b solid 1px;
		padding: 36px 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
	}
	.cus-footer .footer-nav li{
		padding-right: 30px;
	}
	.cus-footer .footer-nav li:last-child{
		padding-right: 0px;
	}
	.cus-footer .footer-nav li a{
		color: #222222;
	}

	.cus-footer .footer-copy{
		font-size: 12px;
		text-align: center;
	}
	@media screen and (max-width: 1199px) {
		.cus-footer{
			padding: 80px 0;
		}
	
		.cus-footer .footer-logo img{
			width: 102px;/*128*80*/
		}
	
		.cus-footer .footer-phone{
			font-size: 28px;
		}
	
		.cus-footer .footer-nav{
			padding: 30px 0;
		}
		.cus-footer .footer-nav li{
			padding-right: 26px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-footer{
			padding: 60px 0;
		}
	
		.cus-footer .footer-logo img{
			width: 90px;/*128*70*/
		}
	
		.cus-footer .footer-phone{
			font-size: 26px;
		}
	
		.cus-footer .footer-nav{
			padding: 26px 0;
		}
		.cus-footer .footer-nav li{
			padding-right: 20px;
		}
	}
	@media print {
		.cus-footer{
			padding: 50px 0;
		}
	
		.cus-footer .footer-logo img{
			width: 80px;
		}
	
		.cus-footer .footer-phone{
			font-size: 22px;
		}
	
		.cus-footer .footer-nav{
			padding: 20px 0;
		}
		.cus-footer .footer-nav li{
			padding-right: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer{
			padding: 50px 0;
		}
	
		.cus-footer .footer-logo img{
			width: 64px;
		}
	
		.cus-footer .footer-phone{
			font-size: 22px;
		}
	
		.cus-footer .footer-nav{
			overflow: hidden;
			display: block;
			border-bottom: #1b1b1b solid 0px;
			padding: 0;
		}
		.cus-footer .footer-nav li{
			float: left;
			padding-right: 0px;
			width: 50%;
		}
		.cus-footer .footer-nav li:nth-child(5),
		.cus-footer .footer-nav li:nth-child(6){
			width: 100%;
		}
		.cus-footer .footer-nav li a{
			display: block;
			border-bottom: #1b1b1b solid 1px;
			padding: 8px 0;
			text-align: center;
		}
		.cus-footer .footer-nav li:nth-child(2) a,
		.cus-footer .footer-nav li:nth-child(4) a{
			border-left: #1b1b1b solid 1px;
		}
	}


/* コンテンツ内タイトル文字 */
	.cus-title-sub-bottom .main{/* bottom */
		margin-bottom: 0.3em;
	}
	.cus-title-sub-bottom .sub{
		position: relative;
		padding-left: 30px;
		margin: 0;
	}
	.cus-title-sub-bottom .sub::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		display: block;
		background-color: #999999;
		width: 22px;
		height: 3px;
	}

	.cus-title-sub-top{/* top */
		position: relative;
		padding-top:  2.4em;
	}
	.cus-title-sub-top .main{
		margin: 0;
	}
	.cus-title-sub-top .sub{
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
	}
	.cus-title-sub-top .sub span{
		position: relative;
		display: inline-block;
		padding-left: 30px;
	}
	.cus-title-sub-top .sub span::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		display: block;
		background-color: #999999;
		width: 22px;
		height: 3px;
	}

	.cus-title-sub-center{/* top */
		position: relative;
		padding-top:  100px;
		text-align: center;
	}
	.cus-title-sub-center .main{
		margin: 0;
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
	.cus-title-sub-center .sub{
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: 100%;
		font-size: 66px;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
	}
	@media screen and (max-width: 1199px) {
		.cus-title-sub-center{/* top */
			padding-top:  80px;
		}
		.cus-title-sub-center .main{
			font-size: 20px;
		}
		.cus-title-sub-center .sub{
			font-size: 56px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-sub-center{/* top */
			padding-top:  70px;
		}
		.cus-title-sub-center .main{
			font-size: 17px;
		}
		.cus-title-sub-center .sub{
			font-size: 48px;
		}
	}
	@media print {
		.cus-title-sub-center{/* top */
			padding-top:  55px;
		}
		.cus-title-sub-center .main{
			font-size: 14px;
		}
		.cus-title-sub-center .sub{
			font-size: 36px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-sub-center{/* top */
			padding-top:  45px;
		}
		.cus-title-sub-center .main{
			font-size: 15px;
		}
		.cus-title-sub-center .sub{
			font-size: 28px;
		}
		.cus-title-sub-center.center-2line{
			padding-top:  80px;
		}
		.cus-title-sub-center.center-2line .sub{
			font-size: 28px;
			line-height: 1.2;
		}
	}



	.cus-title-sub-justify-right{/* justify-right */
		display: -webkit-flex;
		display: flex;
	}
	.cus-title-sub-justify-right .main{
		padding-right: 0.5em;
	}
	.cus-title-sub-justify-right .sub{
		position: relative;
		top: 2em;
	}
	.cus-title-sub-justify-right .sub::before{
		content: '';
		position: absolute;
		top: -110%;
		left: -16px;
		display: block;
		background-color: #999999;
		width: 2px;
		height: 250%;
		transform: rotate( 40deg);
	}
	@media screen and (max-width: 767px) {
		.cus-title-sub-justify-right{
			display: block;
		}
		.cus-title-sub-justify-right .main{
			position: relative;
			display: inline-block;
			padding: 0 0 0.5em 0;
		}
		.cus-title-sub-justify-right .main::before{
			content: '';
			position: absolute;
			bottom: 0px;
			left: 0px;
			display: block;
			background-color: #999999;
			width: 60%;
			height: 2px;
		}
		.cus-title-sub-justify-right .sub{
			display: block;
			top: 0em;
		}
		.cus-title-sub-justify-right .sub::before{
			display: none;
		}
	}

	.cus-title-sub-justify-left{/* justify-left */
		display: -webkit-flex;
		display: flex;
	  flex-direction: row-reverse;
	  justify-content: flex-end;
	}
	.cus-title-sub-justify-left .main{
		position: relative;
	}
	.cus-title-sub-justify-left .main::before{
		content: '';
		position: absolute;
		top: -70%;
		left: -14px;
		display: block;
		background-color: #999999;
		width: 2px;
		height: 200%;
		transform: rotate( 40deg);
	}
	.cus-title-sub-justify-left .sub{
		position: relative;
		top: -1em;
		padding-right: 1em;
	}
	@media screen and (max-width: 767px) {
		.cus-title-sub-justify-left{/* justify-left */
			position: relative;
			display: block;
			padding-top: 2.6em;
		}
		.cus-title-sub-justify-left .main::before{
			display: none;
		}
		.cus-title-sub-justify-left .sub{
			position: absolute;
			top: 0px;
			left: 0px;
			padding-right: 0em;
		}
		.cus-title-sub-justify-left .sub span{
			position: relative;
			display: inline-block;
		}
		.cus-title-sub-justify-left .sub span::before{
		content: '';
		position: absolute;
		bottom: -0.4em;
		left: 0px;
		display: block;
		background-color: #999999;
		width: 100%;
		height: 2px;
		}
	}

	.cus-title-sub-first-block:first-letter{
		display: inline-block;
		background-color: #999999;
		padding: 2px 0.3em;
		margin-right: 2px;
		color: white;
		line-height: 1;
	}

	.cus-title-sub-top-big{
		position: relative;
		padding-top: 120px;
		letter-spacing: 0.08em;
		text-align: center;
		z-index: 10;
	}
	.cus-title-sub-top-big .main{
		position: relative;
		display: inline-block;
		background-color: white;
		padding: 0 15px;
		font-size: 46px;
		font-weight: 700;
		color: #496845;
	}
	.cus-title-sub-top-big .main::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -30%;
		display: block;
		background-color: #496845;
		width: 160%;
		height: 2px;
		z-index: -1;
	}
	.cus-title-sub-top-big .main.min::before{
		left: -9%;
		width: 118%;
	}
	.cus-title-sub-top-big .sub{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		font-size: 90px;
		font-weight: 700;
		color: #333333;
		text-align: center;
		line-height: 1.2;
	}
	@media screen and (max-width: 1199px) {
		.cus-title-sub-top-big{
			padding-top: 110px;
		}
		.cus-title-sub-top-big .main{
			padding: 0 15px;
			font-size: 42px;
		}
		.cus-title-sub-top-big .main::before{
			left: -20%;
			width: 140%;
		}
		.cus-title-sub-top-big .main.min::before{
			left: -8%;
			width: 116%;
		}
		.cus-title-sub-top-big .sub{
			font-size: 84px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-sub-top-big{
			padding-top: 100px;
		}
		.cus-title-sub-top-big.big-long{
			padding-top: 190px;
		}
		.cus-title-sub-top-big .main{
			padding: 0 15px;
			font-size: 36px;
		}
		.cus-title-sub-top-big .main::before{
			left: -20%;
			width: 140%;
		}
		.cus-title-sub-top-big .main.min::before{
			left: -8%;
			width: 116%;
		}
		.cus-title-sub-top-big .sub{
			font-size: 76px;
		}
	}
	@media print {
		.cus-title-sub-top-big{
			padding-top: 80px;
		}
		.cus-title-sub-top-big.big-long{
			padding-top: 140px;
		}
		.cus-title-sub-top-big .main{
			padding: 0 15px;
			font-size: 24px;
		}
		.cus-title-sub-top-big .main::before{
			left: -20%;
			width: 140%;
		}
		.cus-title-sub-top-big .main.min::before{
			left: -8%;
			width: 116%;
		}
		.cus-title-sub-top-big .sub{
			font-size: 60px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-sub-top-big{
			padding-top: 66px;
		}
		.cus-title-sub-top-big.big-long{
			padding-top: 130px;
		}
		.cus-title-sub-top-big .main{
			padding: 0 15px;
			font-size: 20px;
		}
		.cus-title-sub-top-big .main::before{
			left: -15%;
			width: 130%;
		}
		.cus-title-sub-top-big .main.min::before{
			left: -8%;
			width: 116%;
		}
		.cus-title-sub-top-big .sub{
			font-size: 46px;
		}
	}
	
	.cus-title-ubar{
		position: relative;
		display: inline-block;
		padding: 0 2vw 12px 0;
	}
	.cus-title-ubar::before{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0px;
		display: block;
		background-color: #007a52;
		width: 2000px;
		height: 1px;
	}
	.cus-title-ubar .main{
		font-size: 36px;
		font-weight: 700;
		color: #007a52;
		letter-spacing: 0.08em;
	}
	@media screen and (max-width: 1199px) {
		.cus-title-ubar .main{
			font-size: 32px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-ubar .main{
			font-size: 26px;
		}
	}
	@media print {
		.cus-title-ubar .main{
			font-size: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-ubar .main{
			font-size: 22px;
		}
	}

	.cus-title-bar{
		text-align: center;
	}
	.cus-title-bar .main{
		position: relative;
		display: inline-block;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
	.cus-title-bar .main::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -50px;
		display: block;
		background-color: #222222;
		width: 35px;
		height: 2px;
	}
	.cus-title-bar .main::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -50px;
		display: block;
		background-color: #222222;
		width: 35px;
		height: 2px;
	}
	.cus-title-bar.bar-white .main{
		color: white;
	}
	.cus-title-bar.bar-white .main::before{
		background-color: white;
	}
	.cus-title-bar.bar-white .main::after{
		background-color: white;
	}
	@media screen and (max-width: 1199px) {
		.cus-title-bar .main{
			font-size: 29px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-title-bar .main{
			font-size: 24px;
		}
		.cus-title-bar .main::before{
			left: -40px;
			width: 30px;
		}
		.cus-title-bar .main::after{
			right: -40px;
			width: 30px;
		}
	}
	@media print {
		.cus-title-bar .main{
			font-size: 20px;
		}
		.cus-title-bar .main::before{
			left: -30px;
			width: 20px;
		}
		.cus-title-bar .main::after{
			right: -30px;
			width: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-title-bar .main{
			font-size: 20px;
		}
		.cus-title-bar .main::before{
			left: -30px;
			width: 20px;
		}
		.cus-title-bar .main::after{
			right: -30px;
			width: 20px;
		}
	}


/* コンテンツ内汎用レイアウト */
	.cus-contents-lay01-right{/* lay01-right */
		position: relative;
	}
	.cus-contents-lay01-right .lay-text{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -600px;
		width: 680px;
		z-index: 3;
	}
	.cus-contents-lay01-right .lay-text .lay-box{
		background-color: rgba(255,255,255,0.9);
		box-shadow: 1px 1px 3px 1px #e2e2e2;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 2em;
		margin-top: 2em;
	}
	.cus-contents-lay01-right .lay-photo{
		margin-left: 50%;
		width: 50%;
	}
	.cus-contents-lay01-right .lay-photo .photo{
		margin: 0;
		width: 100%;
	}
	.cus-contents-lay01-right .lay-photo .photo img{
		width: 100%;
		height: 480px;/* 高さ任意・指定なき場合比率維持 */
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1199px) {
		.cus-contents-lay01-right .lay-text{
			left: 0%;
			margin-left: 2px;
			width: 53%;
		}
		.cus-contents-lay01-right .lay-photo .photo img{
			height: 420px;
		}
	}
	@media print {
		.cus-contents-lay01-right .lay-text{
			left: 0%;
			margin-left: 2px;
			width: 53%;
		}
		.cus-contents-lay01-right .lay-photo .photo img{
			height: 420px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contents-lay01-right{
			display: block;
		}
		.cus-contents-lay01-right .lay-text{
			position: static;
			margin: 0 3% 15px 3%;
			width: auto;
		}
		.cus-contents-lay01-right .lay-text .lay-box{
			background-color: rgba(255,255,255,0.9);
			padding: 1.2em;
			margin-top: 0em;
		}
		.cus-contents-lay01-right .lay-photo{
			margin-left: 0%;
			width: auto;
		}
		.cus-contents-lay01-right .lay-photo .photo img{
			height: auto;
		}
	}

	.cus-contents-lay01-left{/* lay01-left */
		position: relative;
	}
	.cus-contents-lay01-left .lay-text{
		position: absolute;
		top: 0px;
		right: 50%;
		margin-right: -600px;
		width: 680px;
		z-index: 3;
	}
	.cus-contents-lay01-left .lay-text .lay-box{
		background-color: rgba(255,255,255,0.9);
		box-shadow: 1px 1px 3px 1px #e2e2e2;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 2em;
		margin-top: 2em;
	}
	.cus-contents-lay01-left .lay-photo{
		width: 50%;
	}
	.cus-contents-lay01-left .lay-photo .photo{
		margin: 0;
		width: 100%;
	}
	.cus-contents-lay01-left .lay-photo .photo img{
		width: 100%;
		height: 480px;/* 高さ任意・指定なき場合比率維持 */
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1199px) {
		.cus-contents-lay01-left .lay-text{
			right: 2%;
			margin-right: 0px;
			width: 53%;
		}
		.cus-contents-lay01-left .lay-photo .photo img{
			height: 420px;
		}
	}
	@media print {
		.cus-contents-lay01-left .lay-text{
			right: 2%;
			margin-right: 0px;
			width: 53%;
		}
		.cus-contents-lay01-left .lay-photo .photo img{
			height: 420px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contents-lay01-left{
			display: block;
		}
		.cus-contents-lay01-left .lay-text{
			position: static;
			margin: 0 3% 15px 3%;
			width: auto;
		}
		.cus-contents-lay01-left .lay-text .lay-box{
			background-color: rgba(255,255,255,0.9);
			padding: 1.2em;
			margin-top: 0em;
		}
		.cus-contents-lay01-left .lay-photo{
			margin-left: 0%;
			width: auto;
		}
		.cus-contents-lay01-left .lay-photo .photo img{
			height: auto;
		}
	}

	.cus-contents-lay02-para-center{/* lay01-left */
		background-image: url(../img/sample/1920-1280_sample.jpg);/* 実際の画像は「custom-original.css」で個別に指定 */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 6vw 0;
	}
	.cus-contents-lay02-para-center .lay-text{
		background-color: rgba(255,255,255,0.9);
		padding: 4em;
	}
	@media screen and (max-width: 991px) {
		.cus-contents-lay02-para-center .lay-text{
			padding: 3em;
		}
	}
	@media print {
		.cus-contents-lay02-para-center .lay-text{
			padding: 2em;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contents-lay02-para-center{/* lay01-left */
			background-attachment: inherit;
		}
		.cus-contents-lay02-para-center .lay-text{
			padding: 1.5em;
		}
	}

	.cus-contents-lay02-para-bottom{/* lay01-left */
		position: relative;
		background-image: url(../img/sample/1920-1280_sample.jpg);/* 実際の画像は「custom-original.css」で個別に指定 */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 6vw 0 0 0;
	}
	.cus-contents-lay02-para-bottom .lay-text{
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, white 80%, white 100%);
	}
	.cus-contents-lay02-para-bottom .lay-text .lay-box{
		background-color: rgba(255,255,255,0.9);
		box-shadow: 1px 1px 3px 1px #e2e2e2;
		padding: 4em;
	}
	@media screen and (max-width: 991px) {
		.cus-contents-lay02-para-bottom .lay-text .lay-box{
			padding: 3em;
		}
	}
	@media print {
		.cus-contents-lay02-para-bottom .lay-text .lay-box{
			padding: 2em;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contents-lay02-para-bottom{/* lay01-left */
			background-attachment: inherit;
		}
		.cus-contents-lay02-para-bottom .lay-text .lay-box{
			padding: 1.5em;
		}
	}


/* コンテンツ内ボタン */
	.cus-button-bg01{
		overflow: hidden;
	}
	.cus-button-bg01 a{
		overflow: hidden;
		display: inline-block;
		position: relative;
		background: transparent;
		border: white solid 1px;
		padding: 12px 40px 12px 14px;
		color: white;
		z-index: 1;
		transition: .3s;
	}
	.cus-button-bg01 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button-bg01 a .arrow{
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		line-height: 1;
		z-index: 3;
	}
	.cus-button-bg01 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: white;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button-bg01 a:hover{
		color: #007a52;
		text-decoration: none;
	}
	.cus-button-bg01 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	@media screen and (max-width: 767px) {
	}

	.cus-button-bg02{
		overflow: hidden;
	}
	.cus-button-bg02 a{
		overflow: hidden;
		display: inline-block;
		position: relative;
		background: transparent;
		background-color: #007a52;
		border: #007a52 solid 1px;
		padding: 12px 40px 12px 14px;
		color: white;
		z-index: 1;
		transition: .3s;
	}
	.cus-button-bg02 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button-bg02 a .arrow{
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		line-height: 1;
		z-index: 3;
	}
	.cus-button-bg02 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: white;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button-bg02 a:hover{
		color: #007a52;
		text-decoration: none;
	}
	.cus-button-bg02 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	@media screen and (max-width: 767px) {
	}

	.cus-button-bg03{
		overflow: hidden;
	}
	.cus-button-bg03 a{
		overflow: hidden;
		display: inline-block;
		position: relative;
		background: transparent;
		background-color: #8fc31f;
		border: #8fc31f solid 1px;
		padding: 12px 40px 12px 14px;
		color: white;
		z-index: 1;
		transition: .3s;
	}
	.cus-button-bg03 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button-bg03 a .arrow{
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		line-height: 1;
		z-index: 3;
	}
	.cus-button-bg03 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: white;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button-bg03 a:hover{
		color: #8fc31f;
		text-decoration: none;
	}
	.cus-button-bg03 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	@media screen and (max-width: 767px) {
	}

	.cus-button-border01{
		overflow: hidden;
	}
	.cus-button-border01 a{
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent;
		border: #0e54a2 solid 2px;
		padding: 10px 40px 10px 10px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		font-size: 1.125rem;
		font-weight: 700;
		color: #0e54a2;
		text-align: center;
		z-index: 1;
		transition: .3s;
	}
	.cus-button-border01 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button-border01 a .ic{
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -9px;
		line-height: 1;
		z-index: 3;
	}
	.cus-button-border01 a::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: #0e54a2;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-button-border01 a:hover{
		color: white;
		text-decoration: none;
		transition: transform ease .3s;
	}
	.cus-button-border01 a:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	@media screen and (max-width: 767px) {
		.cus-button-border01 a{
			padding: 10px 30px 10px 10px;
			font-size: 1rem;
		}
		.cus-button-border01 a .ic{
			margin-top: -8px;
		}
	}

	.cus-button-circle01{
		overflow: hidden;
	}
	.cus-button-circle01 a{
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent;
		border: #0e54a2 solid 2px;
		padding: 10px 40px 10px 10px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		font-size: 1.125rem;
		font-weight: 700;
		color: #0e54a2;
		text-align: center;
		z-index: 1;
		transition: all 0.4s ease-out;
	}
	.cus-button-circle01 a .text{
		position: relative;
		z-index: 3;
	}
	.cus-button-circle01 a .ic{
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		border: #0e54a2 solid 4px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		margin-top: -11px;
		width: 20px;
		height: 20px;
		transition: all 0.4s ease-out;
	}
	.cus-button-circle01 a:hover{
		text-decoration: none;
		transition: all 0.4s ease-out;
	}
	.cus-button-circle01 a:hover .ic{
		right: 6px;
		border: #0e54a2 solid 6px;
		margin-top: -14px;
		width: 28px;
		height: 28px;
		transition: all 0.4s ease-out;
	}
	@media screen and (max-width: 767px) {
		.cus-button-circle01 a{
			padding: 10px 30px 10px 10px;
			font-size: 1rem;
		}
	}


/* コンテンツ内背景色 */
	.cus-bg-white{
		background-color: white;
	}


/* テキストアニメーション */
	.cus-movetext01{opacity:0;}
	.cus-movetext01 span{opacity:0;}


/* テーブル装飾 */
	@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;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text{
		border: #007a52 solid 1px;
		background-color: #007a52;
		color: white;
	}
	.cus-table-bgcover tbody tr td .text{
		border: #007a52 solid 1px;
		background-color: white;
	}
	@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-square-sphere{
		overflow: hidden;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.cus-square-sphere-right{
		overflow: hidden;
		border-radius: 0 20px 20px 0;
		-webkit-border-radius: 0 20px 20px 0;
		-moz-border-radius: 0 20px 20px 0;
	}
	.cus-square-sphere-left{
		overflow: hidden;
		border-radius: 20px 0 0 20px;
		-webkit-border-radius: 20px 0 0 20px;
		-moz-border-radius: 20px 0 0 20px;
	}
	@media screen and (max-width: 991px) {
		.cus-square-sphere{
			border-radius: 16px;
			-webkit-border-radius: 16px;
			-moz-border-radius: 16px;
		}
		.cus-square-sphere-right{
			border-radius: 0 16px 16px 0;
			-webkit-border-radius: 0 16px 16px 0;
			-moz-border-radius: 0 16px 16px 0;
		}
		.cus-square-sphere-left{
			border-radius: 16px 0 0 16px;
			-webkit-border-radius: 16px 0 0 16px;
			-moz-border-radius: 16px 0 0 16px;
		}
	}
	@media print {
		.cus-square-sphere{
			border-radius: 16px;
			-webkit-border-radius: 16px;
			-moz-border-radius: 16px;
		}
		.cus-square-sphere-right{
			border-radius: 0 16px 16px 0;
			-webkit-border-radius: 0 16px 16px 0;
			-moz-border-radius: 0 16px 16px 0;
		}
		.cus-square-sphere-left{
			border-radius: 16px 0 0 16px;
			-webkit-border-radius: 16px 0 0 16px;
			-moz-border-radius: 16px 0 0 16px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-square-sphere{
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
		}
		.cus-square-sphere-right{
			border-radius: 0 12px 12px 0;
			-webkit-border-radius: 0 12px 12px 0;
			-moz-border-radius: 0 12px 12px 0;
		}
		.cus-square-sphere-left{
			border-radius: 12px 0 0 12px;
			-webkit-border-radius: 12px 0 0 12px;
			-moz-border-radius: 12px 0 0 12px;
		}
	}


/* ページの先頭リンク */
	#pagetop{
		position: fixed;
		bottom: 20px;
		right: 10px;
		z-index: 100;
	}
	@media screen and (max-width: 991px) {
		#pagetop img{
			width: 45px;/* TAB時サイズ指定 */
		}
	}
	@media print {
		#pagetop{
			display: none !important;
		}
	}
	@media screen and (max-width: 767px) {
		#pagetop img{
			width: 40px;/* sp時サイズ指定 */
		}
	}


/* ページングリンク */
	.cus-paging .current,
	.cus-paging .paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
	.cus-paging .paging-text a{padding:3px 8px; display:block;}
	.cus-paging .current{background: #656565;border:1px solid #656565;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
	.cus-paging .paging-text a:hover{background: #CCC;color: #fff;text-decoration:none;cursor:pointer;}


/* 画像スライダー（slick・サムネイルあり） */
	.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: 1199px) {
		.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;
		}
	}


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


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






