@charset "utf-8";


/* home =============================================================


======================================================================== */

/* Head slider
=========================================================================================== */

	/* slider */

	.p-topSlider {
		clear: both;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		overflow: hidden;
		}
/*	.p-topSlider .bx-wrapper .bx-pager,
	.p-topSlider .bx-wrapper .bx-controls-auto {
		z-index: 110;
		bottom: 0px;
		width: 100%;
		}
	.p-topSlider .bx-wrapper .bx-pager.bx-default-pager a {
		background: #FFAFBD;
		width: 14px;
		height: 14px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		}
	.p-topSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #CC3366;
		}*/

	@media print, screen and (min-width: 767px) {
		.p-topSlider {
			height: 825px !important;
			min-width: 980px !important;
			max-width: 1920px !important;
			}
		.p-topSlider .bx-viewport,
		.p-topSlider .bx-wrapper {
			height: 825px !important;
			width: 1920px !important;
			}
			.p-topSlider .slideL {
				position: absolute;
				top: 0;
				left: 0;
				height: 825px;
				width: 1920px;
				}
		.slideS {
			display: none;
			}
	}
	@media (min-width: 981px) and (max-width: 1919px) {
			.p-topSlider .slideL {
				left: -50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
				left: -webkit-calc((100vw - 1920px) / 2);/*Chrome19~25対応*/
				left: -moz-calc((100vw - 1920px) / 2);/*Firefox4~15対応*/
				left: calc((100vw - 1920px) / 2);  
				}
	}
	@media (min-width: 768px) and (max-width: 980px) {
			.p-topSlider .slideL {
				left: -470px;
				}
	}
	@media (max-width: 767px) {

		.slideL {
			display: none;
			}
/*		.p-topSlider .bx-wrapper .bx-pager.bx-default-pager a {
			width: 10px;
			height: 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			}*/

 		.p-topSlider {
			line-height: 0;
			/*margin-top: -20px;*/
			}
		.p-topSlider .bx-wrapper {
			margin-bottom: 20px;
			}
/*		.p-topSlider .bx-wrapper .bx-pager {
			padding-top: 0;
			}*/
	}








/* Lead
=========================================================================================== */

	.p-homeLead {
		position: relative;
		z-index: 100;
		}
	@media print, screen and (min-width: 768px) {
		.p-homeLead {
			margin-top: -825px;
			}
		.p-homeCatch {
			height: 540px;
			margin-top: 220px;
			text-align: center;
			}
		.p-homeCatch-sp {
			display: none;
			}

		.p-homeGreeting > div:first-child {
			font-size: 2.9rem;
			font-weight: 500;
			padding-left: 30px;
			}
		.p-homeGreeting > div:last-child {
			padding: 20px 30px 95px 30px;
			}
		.p-homeG-Text {
			float: left;
			width: 580px;
			line-height: 2.5;
			}
		.p-homeG-Link {
			float: right;
			width: 280px;
			margin-top: 10px;
			}
		.p-homeG-Link li {
			margin-bottom: 20px;
			}
		.p-homeG-Link li a {
			display: inline-block;
			width: 100%;
			height: 60px;
			padding-left: 15px;
			line-height: 52px;
			color: #72375F !important;
			border: #e7e7e7 solid 5px;
			background-color: #fff;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all 1.5s ease;
			-moz-transition: all 1.5s ease;
			-o-transition: all 1.5s ease;
			transition: all  1.5s ease;
			}
		.p-homeG-Link li a:hover {
			background-color: #DACBD6;
			border: #c6aebf solid 5px;
			color: #733760 !important;
			}

		
	}
	@media (max-width: 767px) {
		.p-homeLead {
			margin-top: -100%;
			}
		.p-homeCatch {
			display: none;
			/*margin-top: 10%;
			margin-bottom: 110%;
			text-align: center;*/
			}

		.p-homeCatch-sp {
			margin-top: 5%;
			margin-bottom: 95%;
			text-align: center;
			font-size: 24px;
			letter-spacing: 4px;
			font-weight: bold;
			color: #000;
			-moz-text-shadow:
				0 5px 5px #fff,
				5px 0 5px #fff,
				0 -5px 5px #fff,
				-5px 0 5px #fff,
				-5px -5px 5px #fff,
				5px -5px 5px #fff,
				-5px 5px 5px #fff,
				5px 5px 5px #fff
				;
			-webkit-text-shadow:
				0 5px 5px #fff,
				5px 0 5px #fff,
				0 -5px 5px #fff,
				-5px 0 5px #fff,
				-5px -5px 5px #fff,
				5px -5px 5px #fff,
				-5px 5px 5px #fff,
				5px 5px 5px #fff
				;
			text-shadow:
				0 5px 5px #fff,
				5px 0 5px #fff,
				0 -5px 5px #fff,
				-5px 0 5px #fff,
				-5px -5px 5px #fff,
				5px -5px 5px #fff,
				-5px 5px 5px #fff,
				5px 5px 5px #fff
				;
			}
			.p-homeCatch-sp span {
				font-size: 30px;
				color: #72375F;
				}
			.p-homeCatch-sp .ms {
				display: none;
				}

		.p-homeGreeting > div:first-child {
			font-size: 1.9rem;
			margin-bottom: 2.0rem;
			font-weight: 500;
			}
		.p-homeG-Text p {
			display: none;
			}
		.p-homeG-Link {
			width: 100%;
			}
		.p-homeG-Link ul {
			margin-top: 20px;
			margin-bottom: 20px;
			}
		.p-homeG-Link li {
			width: 49%;
			height: 60px;
			padding-left: 15px;
			line-height: 52px;
			color: #72375F !important;
			border: #e7e7e7 solid 5px;
			background-color: #fff;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			}
			.p-homeG-Link li:first-child {
				float: left;
				}
			.p-homeG-Link li:last-child {
				float: right;
				}

	}
	@media (max-width: 650px) {
		.p-homeCatch-sp .ms {
			display: block;
			}
		}
	@media (max-width: 420px) {
		.p-homeCatch-sp {
			font-size: 2.0rem;
			}
			.p-homeCatch-sp span {
				font-size: 2.4rem;
				}
		.p-homeGreeting > div:first-child {
			font-size: 1.8rem;
			}
		}



	.p-newsList {
		height: 120px;
		overflow-y: scroll;
		padding: 0px 2px 0 0;
		}
		.p-newsList dl {
			padding: 0px 0px 0px 0px;
			}
		.p-newsList dd a {
			text-decoration: none;
			color: #000;
			}
		.p-newsList dd a:hover {
			text-decoration: underline;
			}
		@media print, screen and (min-width: 768px) {
			.p-newsList {
				margin: -10px 5px 0px 5px;
				}
				.p-newsList dl {
					padding: 0px 0px 0px 0px;
					}
			.p-newsList dt {
				float: left;
				}
			.p-newsList dd {
				padding-left: 120px;
				}
		}
		@media (max-width: 767px) {
			.p-newsList {
				margin: 5px 5px 0px 5px;
				}
				.p-newsList dl {
					padding: 2px 0px 5px 0px;
					}
		}





/* Business
=========================================================================================== */

.p-homeBusiness {
	}

	@media print, screen and (min-width: 768px) {
		.p-homeBusiness {
			background: url(../img/home/bg_business_2020.jpg) no-repeat center top;
			border-top: #654556 solid 1px;
			height: 1380px;
			}

		.p-homeB-Text {
			padding-top: 50px;
			text-align: center;
			}
		.p-homeB-Text2 {
			text-align: center;
			font-weight: bold;
			}

		/* Link Area */	
		.p-homeLink-sp {
			display: none;
			}

		.p-homeLink {
			margin-top: 128px;
			}
			.p-homeLink li {
				background-color: rgba(255,255,255,0.9);
				width: 280px;
				float: left;
				position: relative;
				}
				.p-homeLink li:not(:last-child) {
					margin-right: 60px;
					}
				.p-homeLink li::before {
					content: "";
					position: absolute;
					bottom: -8px;
					left: 50%;
					margin-left: -4px;
					width: 0;
					height: 0;
					border-top: 8px solid rgba(255,255,255,0.9);
					border-left: 8px solid transparent;
					border-right: 8px solid transparent;
					}
			.p-homeLink dt {
				width: 200px;
				height: 200px;
				line-height: 200px;
				text-align: center;
				font-weight: bold;
				font-size: 2.9rem;
				margin-top: -100px;
				margin-left: 40px;
				}
				.p-homeLink dt a {
					color: #733760;
					text-decoration: none;
					}
				.p-homeLink .p-K {
					background: url(../img/home/bg_K.png) no-repeat center top;
					-webkit-transition: all 0.5s ease-in-out;
					-moz-transition: all 0.5s ease-in-out;
					-o-transition: all 0.5s ease-in-out;
					-ms-transition: all 0.5s ease-in-out;
					transition: all 0.5s ease-in-out;
					}
					.p-homeLink .bl-hover .p-K {
						background: url(../img/home/bg_K2.png) no-repeat center top;
						}
				.p-homeLink .p-T {
					background: url(../img/home/bg_T.png) no-repeat center top;
					-webkit-transition: all 0.5s ease-in-out;
					-moz-transition: all 0.5s ease-in-out;
					-o-transition: all 0.5s ease-in-out;
					-ms-transition: all 0.5s ease-in-out;
					transition: all 0.5s ease-in-out;
					}
					.p-homeLink .bl-hover .p-T {
						background: url(../img/home/bg_T2.png) no-repeat center top;
						}
				.p-homeLink .p-S {
					background: url(../img/home/bg_S.png) no-repeat center top;
					-webkit-transition: all 0.5s ease-in-out;
					-moz-transition: all 0.5s ease-in-out;
					-o-transition: all 0.5s ease-in-out;
					-ms-transition: all 0.5s ease-in-out;
					transition: all 0.5s ease-in-out;
					}
					.p-homeLink .bl-hover .p-S{
						background: url(../img/home/bg_S2.png) no-repeat center top;
						}
			.p-homeLink dd {
				margin: 0px 15px 70px 15px;
				padding: 15px;
				line-height: 1.8;
				border-bottom: #000 dotted 1px;
				position: relative;
				}
				.p-homeLink dd:before {
					content: "\f078";
					font-family: FontAwesome;
					color: #000;
					font-size: 15px;
					position: absolute;
					bottom: -40px;
					left: 49%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
					left: -webkit-calc(50% - 4px);/*Chrome19~25対応*/
					left: -moz-calc(50% - 4px);/*Firefox4~15対応*/
					left: calc(50% - 4px);  
					-webkit-transition: 0.5s;
					-moz-transition: 0.5s;
					-o-transition: 0.5s;
					transition: 0.5s;
					}
					.p-homeLink .bl-hover dd:before{
						color: #4d1441;
						-webkit-transform: translate(0, 5px);
						-moz-transform: translate(0, 5px);
						-o-transform: translate(0, 5px);
						transform: translate(0, 5px);
						}
	}

	@media (max-width: 767px) {
		.p-homeBusiness {
			background: url(../img/home/bg_business-sp_2020.jpg) no-repeat center bottom;
			background-size: 100% auto;
			width: 100%;
			border-top: #654556 solid 1px;
			margin-top: 4.0rem;
			}

		.p-homeB-Text {
			margin-top: 4.0rem;
			margin-bottom: 2.0rem;
			text-align: center;
			}
			.p-homeB-Text img {
				max-width: 280px;
				width: 90%;
				}
		.p-homeB-Text2 {
			font-weight: bold;
			line-height: 2.0;
			}
			

		/* Link Area */			
		.p-homeLink {
			display: none;
			}
		.p-homeLink-sp {
			width: 100%;
			max-width: 400px;
			margin: 4.0rem auto;
			}



/*		.p-homeLink-sp {
			position: relative;
			height: 340px;
			width: 340px;
			margin: 4.0rem auto;
			}
			.p-homeLink-sp li {
				width: 140px;
				height: 140px;
				line-height: 140px;
				text-align: center;
				font-weight: bold;
				font-size: 1.8rem;
				}
			.p-homeLink-sp li a {
				text-decoration: none;
				}
				.p-homeLink-sp .p-K {
					background: url(../img/home/bg_K.png) no-repeat center top;
					background-size: 140px 140px;
					position: absolute;
					left: 48%; 
					left: -webkit-calc(50% - 70px);
					left: -moz-calc(50% - 70px);
					left: calc(50% - 70px);  
					top: 0;
					}
				.p-homeLink-sp .p-T {
					background: url(../img/home/bg_T.png) no-repeat center top;
					background-size: 140px 140px;
					position: absolute;
					left: 0; 
					top: 130px;
					}
				.p-homeLink-sp .p-S {
					background: url(../img/home/bg_S.png) no-repeat center top;
					background-size: 140px 140px;
					position: absolute;
					right: 0; 
					top: 130px;
					}*/
	}


	@media (max-width: 450px) {
		.p-homeBusiness {
			background-size: auto 100%;
			}
	}









/* Googlemaps
=========================================================================================== */

.p-gmap {
	}

	@media print, screen and (min-width: 768px) {
		.p-gmap {
			border-top: #4d1441 20px solid;
			border-bottom: #4d1441 20px solid;
			box-sizing: border-box;
			height: 640px;
			margin-bottom: 130px;
			width: 100%;
			}
	}


	@media (max-width: 767px) {
		.p-gmap {
			border-top: #4d1441 10px solid;
			border-bottom: #4d1441 10px solid;
			box-sizing: border-box;
			height: 300px;
			margin-bottom: 30px;
			width: 100%;
			}
	}









