@charset "UTF-8";

#key-visual{
	background: url(../images/mori-key-visual.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#key-visual p{
	height: 3.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	border: .1rem solid #000;
	background: #fff;
	border-radius: 1.8rem;
	padding: 0 2.4rem;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ++++#sec01+++ */
.sec-ttl02:before{
	background: #edde5f;
}
.btn01{
	background: #edde5f;
}

main{
	padding-top: 7.2rem;
}
#sec01{
	padding-left: 0;
	padding-right: 0;
}
#sec01:before{
	content: "";
	display: block;
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #daece7;
	border-radius: 0 7.2rem 7.2rem 0;
	z-index: 1;
}
#sec01 .inner{
	width: 60%;
	max-width: 60%;
	display: flex;
	align-items: flex-start;
	z-index: 9;
}
#sec01 .pic{
	width: 33.333%;
	border-radius: 20vw;
	overflow: hidden;
}
#sec01 .txt{
	width: 66.666%;
	padding-left: 6.4rem;
}
#sec01 h3{
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 2.4rem;
}
.signature{
	font-weight: 700;
	margin-top: 2.4rem;
}

/* ++++#sec02+++ */
#sec02{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#sec02 .inner,
#sec03 .inner{
	display: flex;
	align-items: flex-start;
	z-index: 9;
}
#sec02 .sec-ttl02,
#sec03 .sec-ttl02{
	width: 25%;
}
#sec02 ul,
#sec03 .content{
	width: 75%;
}
#sec02 ul{
	display: flex;
	justify-content: space-between;
}
#sec02 li{
	width: calc(50% - 3.6rem);
}
#sec02 li a{
	display: block;
}
#sec02 h3{
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.8;
	display: flex;
	align-items: center;
}
#sec02 h3:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background-color: #edde5f;
	background-image: url(../images/arrow05.png);
	background-repeat: no-repeat;
	background-size: 1rem auto;
	background-position: center center;
	transition: .3s all ease;
	margin-left: .8rem;
}
#sec02 li a:hover h3:after{
	transform: scale(1.1);
}
#sec02 .pic{
	overflow: hidden;
	border-radius: .694vw;
	margin-bottom: 1.8rem;
	width: 100%
}
#sec02 li a .pic img{
	transition: .3s all ease;
}
#sec02 li a:hover .pic img{
	transform: scale(1.25);
}
#sec02:before{
	content: "";
	display: block;
	width: 60%;
	height: 64.851%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fffcf2;
	border-radius: 7.2rem 0 0 0;
	z-index: 1;
}
#sec02:after{
	content: "";
	display: block;
	background: url(../images/mori-sec02-bg01.jpg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 7.2rem;
	height: 7.2rem;
	position: absolute;
	right: 60%;
	bottom: 0;
}

/* ++++#sec03+++ */
#sec03{
	background: #f0f0f0;
}

#sec03 .parag{
	font-weight: 500;
	padding-top: 3.4rem;
}
#sec03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec03 li{
	width: calc(50% - 1.8rem);
	margin-top: 3.6rem;
}
#sec03 li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	padding: 2.4rem;
}
#sec03 li .pic{
	width: 14.4rem;
	height: 14.4rem;
	overflow: hidden;
	border-radius: 50%;
}
#sec03 li .pic img{
	transition: .3s all ease;
}
#sec03 li a:hover .pic img{
	transform: scale(1.1);
}
#sec03 li .txt{
	width: calc(100% - 16.8rem);
}
#sec03 .in-charge{
	font-weight: 700;
	font-size: 1.4rem;
}
#sec03 h3{
	font-size: 2.1rem;
	margin: 1rem 0 1.6rem;
}
#sec03 .link-txt{
	font-weight: 700;
	color: #67d0db;
	display: flex;
	align-items: center;
}
#sec03 .link-txt:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	margin-left: .6rem;
	background-color: #67d0db;
	background-image: url(../images/arrow05.png);
	background-repeat: no-repeat;
	background-size: 1rem auto;
	background-position: center center;
	transition: .3s all ease;
}
#sec03 a:hover .link-txt:after{
	transform: scale(1.25);
}

/* +++#sec04+++ */
#sec04{
	padding-left: 0;
	padding-right: 0;
	background: #fffcf2;
	margin-bottom: 7.2rem;
}
#sec04 .contents-area{
	max-width: calc(50% + 57.6rem);;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-right: 0;
	margin-left: auto;
}
#sec04 h2{
	width: 22.222%;
}
#sec04 .content{
	width: 87.778%;
	padding-right: min(4.8rem, 3.333vw);
}
#news-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4.8rem;
}
main article{
	width: calc(33.333% - 2.4rem);
}
.thumb{
	border-radius: 1.2rem;
	overflow: hidden;
	display: block;
	margin-bottom: 2rem;
/*
	height: calc((((50vw + 57.6rem) * .7888 - min(4.8rem, 3.333vw)) / 3 - 2.4rem) / 3 * 2);
*/
	aspect-ratio: 3 / 2;
}
.thumb img{
	object-fit: cover;
	transition: .3s all ease;
	height: 100%;
}
.thumb:hover img{
	transform: scale(1.1);
}
.date{
	opacity: .7;
	font-size: 1.4rem;
	font-weight: 700;
	color: #322a28;
}
.cats{
	margin: 1rem 0 .5rem;
	display: flex;
	flex-wrap: wrap;
}
.cats li{
	margin: 0 1rem 1rem 0;
}
.cats a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	padding: .3em 1em;
	min-heihgt: 2.4rem;
	border-radius: 1.2rem;
	background: #ffe057;
	font-size: 1.3rem;
	font-weight: 700;
}
article h3{
	font-size: 1.8rem;
	line-height: 1.75;
}
/* +++#sec05+++ */
#sec05{
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}
#sec05 .sec-ttl02{
	margin-bottom: 0;
}
.gallery{
	margin: 0 3.6rem 0 0;
}
.gallery .pic{
	overflow: hidden;
	border-radius: 1rem;
}
.gallery h3{
	margin-top: 2.4rem;
	margin-bottom: 1.6rem;
	font-size: 1.8rem;
	line-height: 1.4;
}
.gallery-area{
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin-top: 3.6rem;
	max-width: calc(50% + 57.6rem);
	margin-left: auto;
	margin-right: 0;
}
.gallery-area-inner{
	//width: 133%;
}
#sec05:before{
	content: "";
	display: block;
	width: 60%;
	height: 100%;
	background: #daece7;
	border-radius: 7.2rem 0 0 7.2rem;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#sec05 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9;
	padding-left: min(4.8rem, 3.333vw);
	padding-right: min(4.8rem, 3.333vw);
	max-width: calc(115.2rem + min(9.6rem, 6.666vw));
}
.slide-btns{
	display: flex;
}
.slide-arrow{
	cursor: pointer;
	transition: .3s all ease;
	width: 6.2rem;
	display: block;
}
.slide-arrow:hover{
	opacity: .7;
}
.next-arrow{
	margin-left: 1.6rem;
}

/* +++#sec06+++ */
#sec06:after{
	content: "";
	display: block;
	width: calc(100% - min(9.6rem, 6.666vw));
	border-bottom: .1rem solid #ccc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#sec06 .inner,
#sec07 .inner{
	display: flex;
	align-items: flex-start;
}
#sec06 .sec-ttl02,
#sec07 .txt,
#review .sec-ttl02{
	width: 33.333%;
}
#sec06 .table-area{
	width: 66.666%;
	border-radius: 1.2rem;
	border: .1rem solid #000;
	overflow: hidden;
	line-height: 2;
	font-size: 1.4rem;
}
#sec06 th{
	width: 25%;
	vertical-align: top;
	padding: 2rem 1rem 2rem 2rem;
	background: #f0f0f0;
	border-right: .1rem dotted #000;
	text-align: left;
	font-weight: 500;
}
#sec06 td{
	width: 75%;
	padding: 2rem 1rem 2rem 2rem;
}
#sec06 tr:not(:last-of-type){
	border-bottom: .1rem solid #000;
}
#googlemap{
	width: 66.666%;
	height: 44.444vw;
	max-height: 51.2rem;
	border-radius: 1.2rem;
	overflow: hidden;
}
#googlemap>iframe{
	display: block;
	width: 100%;
	height: 100%;
}
.btn02{
	margin-top: 2.4rem;
}

/* +++#review+++ */
#review .inner{
	display: flex;
	align-items: flex-start;
}
.review-area{
	width: 66.666%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#review h3{
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin-bottom: .6rem;
	margin-top: 3.6rem;
	width: 100%;
}
#review h3:before{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	margin-right: 1.2rem;
	background: #edde5f;
	flex-shrink: 0;
}
#review .btn01{
	width: calc(50% - .9rem);
	margin-top: 1.8rem;
	padding: 0 1.5em;
	line-height: 1.25;
}

@media screen and (max-width: 768px){

	#key-visual p{
		height: 4.8rem;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.333;
		border-radius: 2.4rem;
		margin-top: 1.5rem;
	}
/* ++++#sec01+++ */
	main{
		padding-top: 6rem;
	}
	#sec01{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#sec01:before{
		width: 68.8%;
		height: 100%;
		left: auto;
		right: 0;
		top: 0;
		border-radius: 6rem 0 0 6rem;
	}
	#sec01 .inner{
		width: 100%;
		max-width: 100%;
		display: block;
	}
	#sec01 .pic{
		width: 61.8%;
		border-radius: calc((61.8vw - 3rem) / 2);
		overflow: hidden;
		margin: 0 0 2.4rem;
	}
	#sec01 .txt{
		width: 100%;
		padding: 1.5rem 0;
	}
	#sec01 h3{
		font-size: 1.8rem;
		line-height: 1.666;
		margin: 1.8rem 0;
		letter-spacing: 0;
	}
	.signature{
		margin-top: 1.8rem;
	}

/* ++++#sec02+++ */
	#sec02{
		display: block;
	}
	#sec02 .inner,
	#sec03 .inner{
		display: block;
	}
	#sec02 .sec-ttl02,
	#sec03 .sec-ttl02{
		width: 100%;
	}
	#sec02 ul,
	#sec03 .content{
		width: 100%;
	}
	#sec02 ul{
		display: block;
		padding-left: 0;
		padding-right: 3em;
	}
	#sec02 li{
		width: 100%;
		margin-top: 2.4rem;
	}
	#sec02 h3{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#sec02 h3:after{
		width: 2.2rem;
		height: 2.2rem;
	}
	#sec02 .pic{
		border-radius: 1rem;
		margin-bottom: 1.2rem;
	}
	#sec02:before{
		border-radius: 6rem 0 0 0;
	}
	#sec02:after{
		width: 6rem;
		height: 6rem;
	}

/* ++++#sec03+++ */

	#sec03 .parag{
		padding-top: 0;
	}
	#sec03 ul{
		display: block;
	}
	#sec03 li{
		width: 100%;
		margin-top: 1.8rem;
	}
	#sec03 li a{
		padding: 2rem;
	}
	#sec03 li .pic{
		width: 8rem;
		height: 8rem;
	}
	#sec03 li .txt{
		width: calc(100% - 9.2rem);
	}
	#sec03 .in-charge{
		font-size: 1.3rem;
	}
	#sec03 h3{
		font-size: 1.8rem;
		margin: 1rem 0 1.2rem;
	}
	#sec03 .link-txt:after{
		width: 2rem;
		height: 2rem;
		margin-left: .4rem;
		background-color: #67d0db;
	}

/* +++#sec04+++ */
	#sec04{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		max-width: 100%;
		margin-bottom: 6rem;
	}
	#sec04 .contents-area{
		display: block;
	}
	#sec04 h2{
		width: 100%;
	}
	#sec04 .content{
		width: 100%;
		padding-right: 0;
	}
	#news-list{
		display: block;
		margin-bottom: 2.4rem;
	}
	main article{
		width: 100%;
		display: flex;
		align-items: flex-start;
		padding: 1.8rem 0;
		border-top: .1rem solid #ccc;
	}
	main article:last-of-type{
		border-bottom: .1rem solid #ccc;
	}
	.thumb{
		border-radius: .5rem;
		margin-bottom: 0;
		width: 30%;
/*
		height: calc((100vw - 3rem) * .3 / 3 * 2);
*/
	}
	article .txt{
		width: 70%;
		padding-left: 1.5rem;
	}
	.date{
		font-size: 1.2rem;
	}
	.cats{
		margin: 1.5rem 0 .5rem;
	}
	.cats a{
		line-height: 1.333;
		padding: .2em .5em;
		min-height: 2.4rem;
		border-radius: 1.2rem;
		font-size: 1.2rem;
	}
	article h3{
		font-size: 1.6rem;
		line-height: 1.666;
	}
/* +++#sec05+++ */
	#sec05{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.gallery{
		margin: 0 1.5rem;
	}
	.gallery h3{
		margin-top: 1.8rem;
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
	.gallery-area{
		margin-top: 2.4rem;
		max-width: 100%;
	}

	#sec05:before{
		width: 61.8%;
		border-radius: 6rem 0 0 6rem;
	}
	#sec05 .inner{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		max-width: 100%;
	}
	.slide-arrow{
		width: 4rem;
	}
	.next-arrow{
		margin-left: 1.5rem;
	}

/* +++#sec06+++ */
	#sec06:after{
		width: calc(100% - 3rem);
	}
	#sec06 .inner,
	#sec07 .inner{
		display: block;
	}
	#sec06 .sec-ttl02,
	#sec07 .txt,
	#review .sec-ttl02{
		width: 100%;
	}
	#sec06 .table-area{
		width: 100%;
		border-radius: 1rem;
		font-size: 1.3rem;
	}
	#sec06 th{
		width: 35%;
		padding: 1.5rem;
	}
	#sec06 td{
		width: 65%;
		padding: 1.5rem;
	}
	#sec06 tr:not(:last-of-type){
		border-bottom: .1rem solid #000;
	}
	#sec07 .txt{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	#sp-googlemap{
		width: 100%;
		height: calc((100vw - 3rem) / 3 * 2);
		max-height: calc((100vw - 3rem) / 3 * 2);
		border-radius: 1rem;
		overflow: hidden;
		margin-bottom: 1.8rem;
	}
	.btn02{
		margin-top: 0;
	}
/* +++#review+++ */
	#review .inner{
		display: block;
	}
	#review h3{
		font-size: 2rem;
		width: 100%;
		margin-bottom: 0;
		line-height: 1.4;
		margin-top: 1.8rem;
	}
	.review-area{
		width: 100%;
		display: block;
	}
	#review .btn01{
		width: 100%;
		margin-top: 1.8rem;
	}
}