@charset "UTF-8";
/* houseSlideArea
================================================== */
#houseSlideArea {
	position: relative;
	min-width: 960px;
}
@media screen and (max-width: 639px) {
	#houseSlideArea {
		min-width: inherit;
	}
}
/* houseSlideTit
================================================== */
#houseSlideTit {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}
#houseSlideTit .title {
	padding: 10% 30% 0;
	width: 40%;
	filter: drop-shadow(0 0 20px #222);
}
@media screen and (max-width: 639px) {
	#houseSlideTit .title {
		padding: 30% 15% 0;
		width: 70%;
		filter: drop-shadow(0 0 10px #222);
	}
}
/* houseSlideBg
================================================== */
#houseSlideBg {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
}
/* houseSlideBox
================================================== */
#houseSlideBox {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.swiper-container {}
@media screen and (max-width: 1800px) {
	.swiper-container {
		overflow: inherit;
	}
}
/* ------ スライダー ------ */
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.25);
	}
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
	animation: zoomUp 10s linear 0s 1 normal both;
}
//imgタグだと下に隙間ができるのでblockに。
.slide-img img {
	display: block;
}
/* topArea
================================================== */
.topArea {
	padding: 0 5% 5%;
}
.topArea h1 {
	font-size: 220%;
	line-height: 120%;
	text-align: center;
	margin: 0;
	padding: 20px 0 15px;
}
@media screen and (max-width: 639px) {
	.topArea h1 {
		font-size: 7vw;
	}
}
.topArea h1 span {
	font-size: 60%;
	display: contents;
}
.topArea .topDay {
	font-size: 160%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 20px;
}
@media screen and (max-width: 639px) {
	.topArea .topDay {
		font-size: 140%;
	}
}
/* ------ topinfo ------ */
.topinfo {
	padding: 0 0 20px;
}
/* infoArea
================================================== */
#infoArea {
	background-color: #efefef;
}
/* infoBlock */
#infoBlock {
	width: 90% !important;
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0 15px;
}
#infoBlock .fLeft {
	width: 15%;
}
#infoBlock .fRight {
	width: 80%;
}
@media screen and (max-width: 639px) {
	#infoBlock .fLeft {
		float: none;
		width: 100%;
	}
	#infoBlock .fRight {
		float: none;
		width: 100%;
	}
}
#infoBlock .fLeft h3 {
	padding: 0 0 15px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
#infoBlock .fLeft figure {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
	#infoBlock .fLeft h3 {
		font-size: 110%;
		font-size: 700;
		letter-spacing: 0.1em;
	}
	#infoBlock .fLeft figure {
		width: 30%;
		max-width: 100px;
		margin: 0 auto;
		padding-bottom: 15px;
	}
}
#infoBlock .infoBox {
	padding: 0 0 15px 0;
}
#infoBlock .infoBox:last-child {
	padding: 0;
	border-bottom: none;
}
#infoBlock .infoBox .infoDay {
	float: left;
	width: 100px;
	font-size: 60%;
}
@media screen and (max-width: 639px) {
	#infoBlock .infoBox .infoDay {
		float: none;
		width: 100%;
		line-height: 100%;
		padding-bottom: 5px
	}
}
#infoBlock .infoBox p {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
}
#infoBlock .infoBox p a {
	color: #222;
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*リンクの形状*/
	padding: 0 0 15px;
	text-decoration: none;
	outline: none;
	display: block;
	transition: .3s;
}
#infoBlock .infoBox p a:hover {
	color: #00cfff;
	transition: .3s;
}
/*線の設定*/
#infoBlock .infoBox p a::before, #infoBlock .infoBox p a::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #ddd;
	width: 100%;
	height: 1px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
#infoBlock .infoBox p a::after {
	width: 0;
	background: #00cfff;
}
/*hover時に100%に伸びる*/
#infoBlock .infoBox p a:hover::after {
	width: 100%;
}
/* #infoArea　centerBtnMore */
#infoArea .forPc {
	display: flex !important;
}
#infoArea .forMobile {
	display: none !important;
}
@media screen and (max-width: 639px) {
	#infoArea .forPc {
		display: none !important;
	}
	#infoArea .forMobile {
		display: flex !important;
	}
}
/* topArea
================================================== */
.titBox {
	padding: 0 0 5%;
}
@media screen and (max-width: 639px) {
	.titBox {
		padding: 10% 5%;
	}
}
.titBox h2 {
	font-size: 180%;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 639px) {
	.titBox h2 {
		font-size: 6vw;
		text-align: left;
	}
}
.titBox p {
	font-size: 120%;
	line-height: 160%;
	font-weight: 600;
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
}
@media screen and (max-width: 639px) {
	.titBox p {
		font-size: 100%;
		text-align: left;
	}
	.titBox p br {
		display: none;
	}
}
.titBox p.sTxt {
	font-size: 70%;
	font-weight: normal;
}
/* txtBoxS
================================================== */
.txtBoxS {
	max-width: 800px;
	margin: 0 auto;
}
.txtBoxS h3 {
	padding: 0 0 1em;
	margin: 0;
	font-weight: 600;
}
@media screen and (max-width: 639px) {
	.txtBoxS h3 {
		font-size: 100%;
	}
}
.txtBoxS p {
	padding-bottom: 1em;
}
@media screen and (max-width: 639px) {
	.txtBoxS p {
		text-align: justify;
	}
}
.txtBoxS p span {
	font-size: 80%;
}
/* bg01
================================================== */
.bg01 {
	background: url("/images/bg01.jpg") no-repeat;
	background-position: bottom;
	background-size: contain;
	padding-bottom: 50%;
}
@media screen and (max-width: 639px) {
	.bg01 {
		padding-bottom: 60%;
	}
}
/* bg01
================================================== */
.bgW {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0 5% 5%;
}
/* bg01
================================================== */
.lrArea {
	padding: 0 0 5%;
}
@media screen and (max-width: 639px) {
	.lrArea figure {
		width: 90%;
		margin: 0 auto;
	}
}
.lBox {
	float: left;
	width: 47.5%;
}
.rBox {
	float: right;
	width: 47.5%;
}
@media screen and (max-width: 639px) {
	.lBox {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 5%;
	}
	.rBox {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.rBox p,.rBox p {
		text-align: justify;
	}
}
/* phArea
================================================== */
.phArea {
	width: 90% !important;
	max-width: 1460px;
	margin: 0 auto;
	padding: 40px 0;
}
.phTit h3 {
	margin: 0;
	padding: 0 0 1em;
}
@media screen and (max-width: 639px) {
	.phTit h3 {
		font-size: 100%;
	}
}
.phTit p {
	padding: 0 0 1em;
}
/* ------ sliderBox ------ */
#sliderBox {
	position: relative;
}
#mainSlide {
	margin: 0 auto;
}
.customNavigation {
	text-align: center;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn {
	background-color: #f3f3f3;
	border: 0 solid #cccccc;
	border-radius: 3px;
	color: #3fbf79;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
}
/* Owl Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Carousel Owl Demo Theme */
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 639px) {
	.owl-theme .owl-controls {
		margin: 10px 30px 0;
	}
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #222;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}
.item {
	text-align: center;
}
.item img {
	width: auto;
	max-width: 100%;
	max-height: inherit;
}
.item p {
	font-size: 80%;
	padding: 10px 10px 0 10px;
	font-weight: bold;
}
@media screen and (max-width: 639px) {
	.item p {
		text-align: left;
		padding: 10px 0 0;
		line-height: 140%;
	}
}
.owl-item div {
	padding: 5px;
}
/* nextprev */
.owl-pagination {
	height: 30px;
}
.nextprev a {
	display: block;
	background-color: #222;
	width: 30px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 80%;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.nextprev a:hover {
	background-color: #00cfff;
	color: #fff;
}
.btnPrev {
	position: absolute;
	bottom: 0;
	left: 0;
}
.btnNext {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* inArea
================================================== */
.inArea {}
.inBoxL {
	float: left;
	width: 48%;
}
.inBoxR {
	float: right;
	width: 48%;
}
@media screen and (max-width: 639px) {
	.inBoxL {
		float: none;
		width: 100%;
	}
	.inBoxR {
		float: none;
		width: 100%;
	}
}
/* mapArea
================================================== */
.mapArea {
	padding-bottom: 30px;
}
.mapArea p {
	padding-bottom: 1em;
}

.mapLinkP {
	padding-top: 1em;
	text-align: center;
}
.mapLinkP br {
	display: none;
}
@media screen and (max-width: 639px) {
	.mapLinkP {
		text-align: left;
	}
	.mapLinkP br {
		display: none;
	}
}
/* kakomiArea
================================================== */
/* centerBtnMore
================================================== */
.kakomiArea .centerBtnMore p {
    min-width: 40%;
}
.kakomiArea .centerBtnMore p a {
    padding: 15px 25px 15px 35px;
    font-size: 100%;
    font-weight: 600;
}
.kakomiArea .centerBtnMore p .centerBtn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(15px);
	transform: translateX(10px) translateY(15px);
}
.kakomiArea .centerBtnMore p:hover .centerBtn-border:before {
	-webkit-transform: translateX(16px) translateY(15px);
	transform: translateX(16px) translateY(15px);
	color: #00cfff;
}




