@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
    text-align: center;
    padding-top: 10vh;
}
@media screen and (max-width: 767px) {
/* 仮index */
.og {
	padding-top: 25vh;
	}
.og img {
	width: 100%;
	}
}

/* mainArea */
/*@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide01,
.swiper-slide-duplicate-active .slide01,
.swiper-slide-prev .slide01,
.swiper-slide-active .slide02,
.swiper-slide-duplicate-active .slide02,
.swiper-slide-prev .slide02 {
  animation: zoomUp 8s linear 0s 1 normal both;
}*/
.slide01,
.slide02,
.slide03,
.slide04{
	background-repeat: no-repeat;
	width: 110%;
	background-size: cover;
	background-position: center center;
	min-height: 70vh;
	border-bottom-right-radius: 2000px 150px;
	border-bottom-left-radius: 2000px 150px;
	margin-left: -150px;
	margin-right: -150px;
	padding-left: 150px;
	padding-right: 150px;
}
.slide01 {
	background-image: url(../img/top/main01.jpg);
}
.slide02 {
	background-image: url(../img/top/main02.jpg);
}
.slide03 {
	background-image: url(../img/top/main03.jpg);
}
.slide04 {
	background-image: url(../img/top/main04.jpg);
}
.main_bg .mainArea .swiper-container .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	overflow: hidden;
	background-image: url("../img/top/news_bg.jpg");
	background-repeat: repeat;
	background-position: left top;
}

/* 共通 */
.h2Area h2 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #DFD2C6;
	text-align: center;
	line-height: 1.2;
}
.h2Area .h2txt {
	font-size: 12px;
	color: #3A3228;
	text-align: center;
}

/* btn */
.btn a {
	width: 190px;
	display: inline-block;
	padding: 20px 0;
	line-height: 1;
	color: #fff;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	position: relative;
	background-color: #3B3229;
}
.btn a:hover {
	background-color: #DFD2C7;
}


/* newsArea */
.newsArea {
	background-image: url("../img/top/news_bg.jpg");
	background-repeat: repeat;
	background-position: left top;
}
.newsArea .inner {
	padding: 50px 20px 40px;
}
.newsArea .inner .news_bg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.newsArea .inner .news_bg .left {
	width: 40%;
	text-align: center;
}
.newsArea .inner .news_bg .left .h2Area {
	padding-bottom: 18px;
}
.newsArea .inner .news_bg .right {
	width: 60%;
	background-position: left top;
	background-repeat: repeat;
	align-items: center;
	display: flex;
}
.newsArea .inner .news_bg .right .news {
	width: 100%;
}
.newsArea .inner .news_bg .right .news ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CFBB8A;
}
.newsArea .inner .news_bg .right .news ul li .display {
	width: 130px;
	margin-right: 20px;
}
.newsArea .inner .news_bg .right .news ul li .display .date {
	color: #25201A;
	font-size: 13px;
}
.newsArea .inner .news_bg .right .news ul li .news_s p a {
	color: #585858;
}
.newsArea .inner .news_bg .right .news ul li .news_s p a:hover {
	color: #A37E5F;
}

/* cotentArea */
.cotentArea .inner {
	padding: 50px 20px;
}
.cotentArea .inner ul {
	overflow: hidden;
}
.cotentArea .inner ul li {
	float: left;
	width: 48%;
	height: inherit;
	margin: 10px 1%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	transition: background-size .5s;
	text-align: center;
}
.cotentArea .inner ul li:nth-of-type(2n+1) {
	clear: both;
}
.cotentArea .inner ul li a {
	height: inherit;
	display: block;
}
.cotentArea .inner ul li a:hover {
	background-color: #8fa794;
}
.cotentArea .inner ul li{
	background-color: #758266;
}

/*
.cotentArea .inner ul li:nth-of-type(1) {
	background-image: url("../img/top/wedding.jpg"); 
}
.cotentArea .inner ul li:nth-of-type(2) {
	background-image: url("../img/top/gift.jpg");
}
.cotentArea .inner ul li:nth-of-type(3) {
	background-image: url("../img/top/lesson.jpg");
}
.cotentArea .inner ul li:nth-of-type(4)  {
	background-image: url("../img/top/photo.jpg");
}
*/
.cotentArea .inner ul li:hover {
	background-size: 120%;
}
.cotentArea .inner ul li a .item {
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
}
.cotentArea .inner ul li a .item h2 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: .2em;
}
.cotentArea .inner ul li a .item h2 {
	position: relative;
}
.cotentArea .inner ul li a .item h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 2px;
}
.cotentArea .inner ul li a .item h2 {
	color: #fff;
	text-shadow: #383F39 1px 1px 10px, #383F39 -1px 1px 10px, #383F39 1px -1px 10px, #383F39 -1px -1px 10px;
}
.cotentArea .inner ul li a .item h2:after {
	background-color: #fff;
}
/*
.cotentArea .inner ul li:nth-of-type(even) a .item h2 {
	color: #fff;
	text-shadow: #383F39 1px 1px 10px, #383F39 -1px 1px 10px, #383F39 1px -1px 10px, #383F39 -1px -1px 10px;
}
.cotentArea .inner ul li:nth-of-type(even) a .item h2:after {
	background-color: #fff;
}
.cotentArea .inner ul li:nth-of-type(odd) a .item h2 {
	color: #000;
	text-shadow: #C0CD99 1px 1px 10px, #C0CD99 -1px 1px 10px, #C0CD9939 1px -1px 10px, #C0CD99 -1px -1px 10px;
}
.cotentArea .inner ul li:nth-of-type(odd) a .item h2:after {
	background-color: #000;
}*/


/* mothersArea */
.mothersArea {
	background-image: url("../img/top/mother_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}
.mothersArea .item {
	 background: linear-gradient(90deg, #0000 50%, rgba(239,238,232,.6) 50%) no-repeat 50% 50% / 100% 100%;
}
.mothersArea .item .inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mothersArea .item .inner .right {
	width: 50%;
	padding: 80px 100px;
}
.mothersArea .item .inner .right .h2Area {
	padding-bottom: 35px;
}
.mothersArea .item .inner .right .h2Area h2,
.mothersArea .item .inner .right .h2Area .h2txt {
	text-align: left;
	color: #000;
}
.mothersArea .item .inner .right .btnArea {
	padding-top: 45px;
}

/* orderArea */
.orderArea {
	background-image: url("../img/top/order_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.orderArea .item {
	 background: linear-gradient(90deg, rgba(59,50,41,.6) 50%, #0000 50%) no-repeat 50% 50% / 100% 100%;
}
.orderArea .item .inner {
	display: flex;
	align-items: center;
}
.orderArea .item .inner .left {
	width: 50%;
	padding: 30px 50px;
}
.orderArea .item .inner .left .border {
	border: 2px solid #fff;
	padding: 50px;
	background-color: rgba(0,0,0,.4);
}
.orderArea .item .inner .left .border .h2Area {
	padding-bottom: 35px;
}
.orderArea .item .inner .left .border .h2Area h2,
.orderArea .item .inner .left .border .h2Area .h2txt {
	text-align: left;
	color: #DFD2C5;
}
.orderArea .item .inner .left .border .h2Area .h2txt {
	color: #fff;
}
.orderArea .item .inner .left .border .txt {
	color: #fff;
	padding-bottom: 20px;
}
.orderArea .item .inner .left .border .txt a{
	color: #FFF;
}
.orderArea .item .inner .left .border .btnArea {
	padding-top: 25px;
}


@media screen and (max-width: 1100px) {
	.cotentArea .inner ul li {
		margin: 10px 1%;
	}
	.cotentArea .inner ul li a .item {
	 padding: 60px 0;
	}
}

@media screen and (max-width: 1000px) {
	.newsArea .inner .news_bg .left {
		width: 30%;
	}	
	.newsArea .inner .news_bg .right {
		width: 70%;
		padding-left: 2%;
	}	
	.newsArea .inner .news_bg .right .news ul li .display {
		width: 100px;
	}
	.cotentArea .inner ul li {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	.cotentArea .inner ul li a {
		display: block;
	}	
	.cotentArea .inner ul li a .item {
	 padding: 30px 0;
	}
	.cotentArea .inner ul li:nth-of-type(2n+1) {
		clear: inherit;
	}
	.photoArea .inner .item ul li {
		width: 30%;
    margin: 1%;
    text-align: center;
	}
	.photoArea .inner .item ul li:nth-of-type(4n+1) {
		clear: inherit;
	}
	.photoArea .inner .item ul li:nth-of-type(3n+1) {
		clear: both;
	}
}


@media screen and (max-width: 897px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {
	/* 共通 */
	.h2Area h2 {
		font-size: 25px;
	}
	
	/* btn */
	.btn a {
		width: 100%;
	}
	
.slide01, .slide02, .slide03, .slide04 {
    min-height: 430px;
}
	/* newsArea */
	.newsArea .inner {
		padding: 0 5vw;
	}
	.newsArea .inner .news_bg {
		display: block;
	}
	.newsArea .inner .news_bg .left {
		width: 100%;
		padding: 30px 0;
	}
	.newsArea .inner .news_bg .left .h2Area {
		color: #fff;
		text-align: center;
		padding-bottom: 30px;
	}
	.newsArea .inner .news_bg .right {
		width: 100%;
		padding: 0px 0 30px;
	}
	.newsArea .inner .news_bg .right .news {
		width: 100%;
	}
	.newsArea .inner .news_bg .right .news ul li {
		display: block;
	}
	.newsArea .inner .news_bg .right .news ul li .display {
		width: 100%;
		margin-right: 0;
	}
	.newsArea .inner .news_bg .right .news ul li .news_s {
		width: 100%;
	}
	
	/* cotentArea */
	.cotentArea .inner {
		padding: 30px 5vw 20px;
	}
	
	/* photoArea */
/*	.photoArea .inner {
		padding: 20px 5vw 30px;
	}
	.photoArea .inner .h2Area {
		padding-bottom: 25px;
	}
	.photoArea .inner .item {
		display: flex;
		justify-content: center;
	}
	.photoArea .inner .item ul {
		overflow: hidden;
	}
	.photoArea .inner .item ul li {
		float: left;
		width: 48%;
		margin: 1%;
	}
	.photoArea .inner .item ul li:nth-of-type(3n+1) {
		clear: inherit;
	}
*/
	/* mothersArea */
	.mothersArea {
		margin-bottom: 20px;
	}
	.mothersArea .item {
		background: linear-gradient(rgba(239,238,232,.4) 100%, rgba(0,0,0,0) 0%) no-repeat 50% 50% / 100% 100%;	
	}
	.mothersArea .item .inner {
		display: block;
	}
	.mothersArea .item .inner .right {
		width: 100%;
		padding: 40px 5vw;
	}
	.mothersArea .item .inner .right .h2Area h2,
	.mothersArea .item .inner .right .h2Area .h2txt {
		text-align: center;
	}
	.mothersArea .item .inner .right .h2Area {
		padding-bottom: 25px;
		padding-left: 20px;
    padding-right: 20px;
	}
	.mothersArea .item .inner .right .txt {
		padding-left: 20px;
    padding-right: 20px;
	}
	.mothersArea .item .inner .right .btnArea {
		padding-top: 25px;
		padding-left: 20px;
    padding-right: 20px;
	}

	/* orderArea */
	.orderArea .item {
		background: linear-gradient(rgba(59,50,41,.6) 100%, rgba(0,0,0,0) 0%) no-repeat 50% 50% / 100% 100%;	
	}
	.orderArea .item .inner {
		display: block;
	}
	.orderArea .item .inner .left {
		width: 100%;
		padding: 40px 5vw;
	}
	.orderArea .item .inner .left .border {
		border: 2px solid #fff;
		padding: 20px;
	}
	.orderArea .item .inner .left .border .h2Area h2,
	.orderArea .item .inner .left .border .h2Area .h2txt {
		text-align: center;
	}
	.orderArea .item .inner .left .border .h2Area {
		padding-bottom: 25px;
	}
	.orderArea .item .inner .left .border .txt {
		padding-bottom: 15px;
	}
	.orderArea .item .inner .left .border .btnArea {
		padding-top: 5px;
	}
}

@media screen and (max-width: 380px) {
	.cotentArea .inner ul li a .item {
		padding: 30px 0;
	}
}
