@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin: 1.9rem 0 9.3rem;
}
#main .mainVisual h1 {
	margin-bottom: -2.9rem;
	width: fit-content;
	padding: 0 1.4rem;
	position: relative;
	z-index: 5;
	box-sizing: content-box;
}
#main .mainVisual h1 .en {
	margin-bottom: -13.2rem;
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14.7rem;
	font-weight: 400;
	font-family: "Borel", cursive;
	line-height: 1.2;
}
#main .mainVisual h1 .txt {
	padding-right: 3.7rem;
	display: block;
	font-size: 7.5rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	font-family: "Shippori Mincho", serif;
	text-shadow: 0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF;
	box-sizing: content-box;
}
#main .mainVisual .mainImg {
	margin-bottom: 2rem;
	width: calc(50% + 26.2rem);
	border-radius: 0 10rem 10rem 0;
	overflow: hidden;
}
#main .mainVisual .mainImg img {
	width: 100%;
}
#main .mainVisual .text {
	padding: 0 2.2rem;
	font-size: 1.8rem;
	line-height: 2.22;
	text-align: right;
	font-family: "Shippori Mincho", serif;
}
#main .topImg {
	margin: 0 auto 15rem;
	width: 17.6rem;
}
#main .news {
	margin: 0 auto 20rem;
	max-width: 119rem;
}
#main .news .text {
	margin-bottom: 3.9rem;
	font-size: 1.8rem;
	text-align: center;
}
#main .news .text a {
	color: #EF9275;
	font-weight: 500;
	text-decoration: underline;
}
#main .news .text a:hover {
	opacity: 0.7;
}
#main .news ul {
	gap: 3.2rem;
}
#main .news li {
	width: calc((100% - 9.6rem) / 4);
}
#main .news li:nth-child(n+5) {
	display: none;
}
#main .news li a {
	height: 100%;
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	background: #fff;
}
#main .news li a:hover {
	opacity: 0.7;
}
#main .news li a .pho {
	aspect-ratio: 1 / 1;
	display: block;
}
#main .news li a .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .news li a .txt {
	padding: 2.1rem 1.9rem 2rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.43;
}
#main .news li a .txt span {
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#main .chiitto {
	margin-bottom: 20rem;
}
#main .chiitto .imgBox {
	align-items: flex-start;
}
#main .chiitto .imgBox .photoBox {
	width: 49.9%;
	border-radius: 0 10rem 10rem 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
#main .chiitto .imgBox .photoBox img {
	width: 100%;
}
#main .chiitto .imgBox .textBox {
	margin: 6rem 0 0 -11.5rem;
	padding: 10.1rem 0 8.7rem;
	width: calc(50.1% + 11.5rem);
	background-color: #FFF;
	border-radius: 10rem 0 0 10rem;
	box-sizing: border-box;
}
#main .chiitto .imgBox .textBox .subBox {
	margin: 0 auto;
	padding-left: 13rem;
	max-width: 51.9rem;
	box-sizing: content-box;
}
#main .chiitto .imgBox .textBox .headLine01 {
	margin-bottom: 4.6rem;
}
#main .chiitto .imgBox .textBox .comText {
	margin-right: -0.9rem;
	padding-left: 0.9rem;
}
#main .menuArea {
	margin-bottom: 20rem;
}
#main .menuArea .headLine01 {
	margin-bottom: 10.1rem;
}
#main .menuArea .subInner {
	margin-bottom: 19.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
#main .menuArea .subInner:last-child {
	margin-bottom: 0;
}
#main .menuArea .subInner.reverse {
	margin-bottom: 10.5rem;
}
#main .menuArea .subInner .lBox {
	width: 54.1%;
	position: relative;
	z-index: 5;
	border-radius: 10rem;
	overflow: hidden;
}
#main .menuArea .subInner.reverse .lBox {
	order: 2;
}
#main .menuArea .subInner .rBox {
	margin: 9.5rem 0 0 -8.2%;
	min-height: 50rem;
	width: 54.1%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 10rem;
}
#main .menuArea .subInner.reverse .rBox {
	margin: -9.5rem -8.2% 0 0;
}
#main .menuArea .subInner .rBox .subBox {
	margin: 0 auto;
	padding: 0.5rem 0 0;
	max-width: 23.7rem;
	width: 100%;
	box-sizing: border-box;
}
#main .menuArea .subInner .rBox .subBox h3 {
	margin: 0 auto 2.4rem;
	padding: 0 1rem 0.6rem;
	width: fit-content;
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 0.2rem dashed #EF9275;
}
#main .menuArea .subInner .rBox .textList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 2.19;
}
#main .menuArea .subInner .rBox .textList li .txt {
	position: relative;
	width: calc(100% - 6.8rem);
}
#main .menuArea .subInner .rBox .textList li .txt::before {
	margin-top: -0.1rem;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.8rem;
	height: 0.2rem;
	background: url(../img/common/icon03.png) no-repeat left top / 100%;
	content: '';
}
#main .menuArea .subInner .rBox .textList li .price {
	width: 6.8rem;
	text-align: right;
}
#main .menuArea .subInner .rBox .subBox.style01 {
	padding: 0 0 2rem;
	max-width: 30.7rem;
}
#main .menuArea .subInner .rBox .subBox.style01 .textList {
	padding-right: 2rem;
}
#main .menuArea .subInner .rBox .mt01 {
	margin-top: 2.5rem;
}
#main .menuArea .subInner .rBox .subBox.style02 {
	padding: 0 0 1.6rem;
	max-width: 26.7rem;
}
#main .menuArea .subInner .rBox .subBox.style02 .textList li .txt {
	width: calc(100% - 8rem);
}
#main .menuArea .subInner .rBox .mb01 {
	margin-bottom: 2.4rem;
}
#main .service {
	margin-bottom: 20rem;
}
#main .service .headLine01 {
	margin-bottom: 4.1rem;
}
#main .service .photoList li {
	width: calc(100% / 3);
	background-color: #FFF;
}
#main .service .photoList li .pho img {
	width: 100%;
}
#main .service .photoList li .txtBox {
	padding: 2rem 3.5rem 2.2rem;
	position: relative;
	min-height: 18.2rem;
}
#main .service .photoList li .txtBox::before {
	position: absolute;
	top: 4.6rem;
	right: 0;
	bottom: 4.6rem;
	width: 0;
	border-right: 0.2rem dashed #EF9275;
	content: '';
}
#main .service .photoList li:nth-child(3n) .txtBox::before {
	display: none;
}
#main .access .content {
	max-width: 100rem;
}
#main .access .headLine01 {
	margin-bottom: 4.1rem;
}
#main .access .inner {
	margin-bottom: 10rem;
	border-radius: 10rem;
	overflow: hidden;
}
#main .access .inner .photoBox {
	width: 50%;
}
#main .access .inner .textBox {
	padding: 0 1rem;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	box-sizing: border-box;
}
#main .access .inner .textBox .subBox {
	margin: 0 auto;
	padding-bottom: 0.6rem;
	max-width: 40rem;
	width: 100%;
}
#main .access .inner .textBox h3 {
	margin: 0 auto 3.1rem;
	padding: 0 1rem 0.8rem;
	width: fit-content;
	font-weight: 400;
	font-size: 3rem;
	font-family: "Shippori Mincho", serif;
	border-bottom: 0.2rem dashed #EF9275;
}
#main .access .inner .textBox .textList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 2.5;
}
#main .access .inner .textBox .textList li .ttl {
	position: relative;
	width: 8rem;
	text-align: center;
}
#main .access .inner .textBox .textList li .ttl::before {
	margin-top: -0.1rem;
	position: absolute;
	top: 50%;
	right: -4rem;
	width: 2.8rem;
	height: 0.2rem;
	background: url(../img/common/icon03.png) no-repeat left top / 100%;
	content: '';
}
#main .access .inner .textBox .textList li .txt {
	width: calc(100% - 14rem);
}
#main .access .mapBox {
	height: 53.8rem;
	border: 1px solid #707070;
}
#main .access .mapBox iframe {
	width: 100%;
	height: 100%;
}
#main .access .instareels {
	margin: 10rem 20rem 0 25rem;
}

@media all and (max-width: 896px) {
	#main .mainVisual {
		margin: 0.2rem 0 10.1rem;
	}
	#main .mainVisual h1 {
		margin-bottom: -1.4rem;
		padding: 0 1.2rem;
	}
	#main .mainVisual h1 .en {
		margin-bottom: -6.2rem;
		font-size: 6.4rem;
	}
	#main .mainVisual h1 .txt {
		margin-left: -0.6rem;
		padding-right: 0;
		font-size: 4rem;
		text-align: left;
		text-shadow: 0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF,0 0 1rem #FFF;
	}
	#main .mainVisual .mainImg {
		margin: 0 1.7rem 5.6rem 0;
		width: auto;
	}
	#main .mainVisual .text {
		padding: 0 1.7rem;
		font-size: 1.6rem;
		line-height: 2;
		text-align: left;
	}
	#main .topImg {
		margin: 0 auto 11rem;
		padding-left: 3.9rem;
		width: 15.6rem;
		box-sizing: content-box;
	}
	#main .news {
		margin: 0 0.9rem 9.9rem;
	}
	#main .news .text {
		margin-bottom: 2.5rem;
		font-size: 1.6rem;
	}
	#main .news ul {
		gap: 1rem;
	}
	#main .news li {
		width: calc((100% - 1rem) / 2);
	}
	#main .news li a .txt {
		padding: 1.4rem 1.2rem 1.1rem;
		font-size: 1.4rem;
	}
	#main .news li a .txt span {
		-webkit-line-clamp: 2;
	}
	#main .chiitto {
		margin-bottom: 11rem;
	}
	#main .chiitto .imgBox {
		display: block;
	}
	#main .chiitto .imgBox .photoBox {
		width: auto;
		border-radius: 0;
	}
	#main .chiitto .imgBox .textBox {
		margin: 0;
		padding: 6.1rem 0 6.5rem;
		width: auto;
		border-radius: 0;
	}
	#main .chiitto .imgBox .textBox .subBox {
		margin: 0 1.9rem;
		padding-left: 0;
		max-width: inherit;
	}
	#main .chiitto .imgBox .textBox .headLine01 {
		margin-bottom: 4.4rem;
	}
	#main .chiitto .imgBox .textBox .headLine01 .en {
		padding: 0.8rem 9.5rem 0;
	}
	#main .chiitto .imgBox .textBox .comText {
		margin-right: 0;
		padding-left: 0;
	}
	#main .menuArea {
		margin-bottom: 11rem;
	}
	#main .menuArea .headLine01 {
		margin-bottom: 5.1rem;
	}
	#main .menuArea .subInner {
		margin: 0 1.7rem 3.2rem !important;
		display: block;
	}
	#main .menuArea .subInner .lBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .menuArea .subInner .lBox img {
		width: 100%;
	}
	#main .menuArea .subInner .rBox {
		margin: 0 !important;
		min-height: 34.1rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#main .menuArea .subInner .rBox .subBox {
		padding: 0.2rem 0 0;
		max-width: 23.7rem;
	}
	#main .menuArea .subInner .rBox .subBox h3 {
		margin: 0 auto 1.6rem;
		padding: 0 1rem 0.7rem;
		width: fit-content;
		font-size: 2rem;
	}
	#main .menuArea .subInner .rBox .textList li {
		line-height: 1.875;
	}
	#main .menuArea .subInner .rBox .subBox.style01 {
		padding: 0;
		max-width: 26.7rem;
	}
	#main .menuArea .subInner .rBox .subBox.style01 .textList {
		padding-right: 0;
	}
	#main .menuArea .subInner .rBox .mt01 {
		margin-top: 2.2rem;
	}
	#main .menuArea .subInner .rBox .subBox.style02 {
		padding: 0 0 0rem;
	}
	#main .menuArea .subInner .rBox .mb01 {
		margin-bottom: 2.2rem;
	}
	#main .service {
		margin-bottom: 11rem;
	}
	#main .service .headLine01 {
		margin-bottom: 4.9rem;
	}
	#main .service .headLine01 .en {
		padding: 0.8rem 9.5rem 0;
	}
	#main .service .photoList {
		display: block;
	}
	#main .service .photoList li {
		width: auto;
		background-color: #FFF;
	}
	#main .service .photoList li .pho img {
		width: 100%;
	}
	#main .service .photoList li .txtBox {
		padding: 1.2rem 1.7rem 2rem;
		min-height: 18rem;
	}
	#main .service .photoList li .txtBox::before {
		display: none;
	}
	#main .access .headLine01 {
		margin-bottom: 5rem;
	}
	#main .access .inner {
		margin: 0 1.7rem 5rem;
		display: block;
	}
	#main .access .inner .photoBox {
		width: auto;
	}
	#main .access .inner .photoBox img {
		width: 100%;
	}
	#main .access .inner .textBox {
		padding: 2.9rem 1rem 5.3rem;
		display: block;
		width: auto;
	}
	#main .access .inner .textBox .subBox {
		margin: 0;
		padding: 0 1.3rem;
		max-width: inherit;
		width: auto;
	}
	#main .access .inner .textBox h3 {
		margin: 0 auto 3rem;
		padding: 0 0.3rem 0.4rem;
		width: fit-content;
	}
	#main .access .inner .textBox .textList li {
		margin-bottom: 1.7rem;
		line-height: 1.43;
	}
	#main .access .inner .textBox .textList li:last-child {
		margin-bottom: 0;
	}
	#main .access .inner .textBox .textList li .ttl::before {
		margin-top: 0;
		top: 1rem;
		right: -3.2rem;
	}
	#main .access .inner .textBox .textList li .txt {
		width: calc(100% - 12.4rem);
	}
	#main .access .mapBox {
		margin: 0 1.7rem;
		aspect-ratio: 1 / 1;
		width: auto;
		height: auto;
		line-height: 0;
	}
	#main .access .instareels {
		margin: 5rem 1.7rem 0 1.7rem;
		aspect-ratio: 1 / 1;
		width: auto;
		height: auto;
		line-height: 0;
	}
}