/*  ヘッダー
------------------------------ */
header.header{
	position: fixed;
	height: 4.0rem;
}

.global-nav-link.is-cta,.global-nav-link{
	height: 4.0rem;
}

h1.header-title {
	padding-bottom: 10px;
}

.global-nav-mobile-menu-btn{
	width: 4.0rem;
	height: 4.0rem;
}

/*  動画
------------------------------ */
.videoWrap video{
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
	max-width: 100%;
}
.TopPage .videoWrap video{
margin-top: -90px;
}

/*  TOPのお知らせ
------------------------------ */
h2#summary_blog{
	padding-top: 40px;
}

.top-info p.section-vertical-text{
	margin-bottom: 30px;
}

.acms-container.top-info.acms-admin-module-edit-wrapper{
	background: rgba(248, 248, 248, 1);
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
}

.js .js-animation.is-show .section-vertical-header::after{
	display: none;
}

header.section-vertical-header{
	margin: 0;
}

.acms-container.top-info.acms-admin-module-edit-wrapper .card-list{
	display: inherit;
	margin-left: 40px;
}

.acms-container.top-info.acms-admin-module-edit-wrapper li.js-animation-row.card-item.is-show{
	margin-bottom: 0;
}

.acms-container.top-info.acms-admin-module-edit-wrapper .card-link{
	flex-direction: row;
}


@media (max-width: 769px){
.acms-container.top-info.acms-admin-module-edit-wrapper .card-list{
	margin-left: 20px;
	margin-right: 20px;
	}
.acms-container.top-info.acms-admin-module-edit-wrapper .card-link{
		flex-direction: column;
	}
}


/*  TOPのNews
------------------------------ */

section.section.is-bg.js-animation.top-news.is-show{
	background: none;
}
.button-read-more::after{
	background: #416E49 no-repeat;
	display: inline-block;
	background-position: center;
	background-size: .25rem .5rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
}

.button-read-more::before{
	background-color:  #416E49;
}

/*  TOPのMV
------------------------------ */
h1.main-visual-catch,p.main-visual-catch-sub{
	color: #073014;
	text-align: start;
}

.main-visual-box{
	align-items: flex-start;
	justify-content: start;
}

.main-visual-scroll{
	position: relative;
}

a.scrollTo.main-visual-scroll-link{
	color: #FFF;
}

.rentalSpace::after{
	content: 'Rental Space';
}

@media (min-width: 769px){
	.subTopSP{
		display: none;
	}
}


@media (max-width: 769px){
	h1.main-visual-catch{
		font-size: 32px;
		margin-top: 15px;
	}
	.SPKaigyou{
		white-space: nowrap;
	}
	p.main-visual-catch-sub {
		color: #06371d;
		font-size: 18px;
		text-shadow: 1px 1px 3px #FFF;
	}
	.subTopPC{
		display: none;
	}
	span.catch_English {
		color: #416e49;
		font-size: 18px;
		text-shadow: 0px 0px 3px #FFF;
	}
}

/*  TOPページ
------------------------------ */
body{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.entry-style h2,h2.section-horizontal-heading,h2#summary_blog,.entry-style .entry-text-unit h2,.entry-style  h2.AccentTitle__text.AccentTitleStyle__none {
	font-family: "kaisei-tokumin", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #416E49;
}


.entry-style h2.bgColor{
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}

body#top .section-separator{
	border-top:  none;
}

.entry-style h2,.entry-style  h2.AccentTitle__text.AccentTitleStyle__none {
	border-bottom:none;
	font-size: 48px;
}

.entry-style h2#underBar,.entry-style  h2.AccentTitle__text.AccentTitleStyle__none {
	position: relative;
	font-size: 48px;
}

.entry-style .entry-text-unit h3 {
	margin-bottom: 0.2rem;
	padding: 0;
	padding-left: 10px;
	border-left: 10px solid #416E49;
	color: #333333;
	font-size: 28px;
	border-bottom: none;
	border-top: 0px;
	margin-top: 4rem;
	margin-bottom: 10px;
}

.entry-style h3,h3.AccentTitle__text.AccentTitleStyle__none{
	font-size: 36px;
	color: #3B3B3B;
}

.entry-style h2#underBar::after,.entry-style  h2.AccentTitle__text.AccentTitleStyle__none::after  {
	  background-color: #416E49; /* 線の色 */
		border-radius: 5px; /* 線の両端を丸く */
		bottom: 0px; /* 線の位置 */
		content: "";
		height: 4px; /* 線の高さ */
		left: 0; /* 線の中央寄せ */
		margin-inline: auto; /* 線の中央寄せ */
		position: absolute;
		right: 0; /* 線の中央寄せ */
		width: 60px; /* 線の長さ */
}

.entry-style .entry-text-unit a{
	border-bottom:none;
}

a.FooterCta__ctaBtn.btnColor.button.is-shadow.is-xl.js-viewing-indelible{
	margin-bottom: 30px;
}

.button:hover {
	background: rgba(0, 48, 20, 0.85);
}

.entry-style h2.bgColor::before {
	background: #0C572B;
}

.entry-style h3.bgColor,.entry-style h3.bgNone{
	color: #3B3B3B;
	text-shadow:none;
	border-left:none;
}

.entry-style h3.bgNone{
	padding-left: 0;
}

.entry-style h3.bgColor:after{
	background: none;
}

.entry-style h3.bgColor::before {
	background: rgba(12, 87, 43, 0.2);
}

.entry-style h4 {
	padding-bottom: 4px;
}

.entry-style .entry-text-unit h4{
	border-bottom: 2px solid #CDCDCD;
}

.entry-style h4.bgColor,.entry-style h4.bgNone{
	border-bottom: none;
}

.entry-style h4.bgColor{
	padding: 4px 6px 2px;
}


.entry-style h4.bgColor::before{
	background-color: rgba(230, 230, 230, 0.7);
}

@media (max-width: 769px){
	.entry-style h2,h2.section-horizontal-heading,.entry-style h2.bgColor,.entry-style .entry-text-unit h2,.entry-style  h2.AccentTitle__text.AccentTitleStyle__none {
		font-size: 32px;
		line-height: 47px;
	}
	.entry-style h3,h3.AccentTitle__text.AccentTitleStyle__none,.entry-style h3.bgColor,.entry-style .entry-text-unit h3,.entry-style .entry-text-unit h3{
		font-size: 26px;
		color: #3B3B3B;
		margin-top: 30px;		
	}
	.entry-style h2#underBar{
		font-size: 43px;
	}
	.entry-style .entry-text-unit h4{
		font-size: 22px;
		border-top: 3rem solid rgba(0, 0, 0, 0);
	}
}


/*  パンくず
------------------------------ */
.page-title-wrapper{
	margin-bottom: 0;
}

nav.topicpath{
	margin-bottom: 30px;
	background: rgba(12, 87, 43, 0.1);
}


/*  フッター
------------------------------ */
footer.footer{
	background: #416E49;
}

.footer-bottom{
	border-top: none;
}

.footer-address,p.footer-address-item,h3.footer-address-name,.footer-nav-link,p.footer-copyright-text{
	color: #FFF;
}

.footer-company-title img{
	width: 143px;
}

.footer_about,.footer_gallery,.footer_facilities,.footer_price,.footer_access,.footer_news,.footer_reservation{
	font-size: 16px;
	font-weight: bold;
}

.footer_about::after,.footer_gallery::after,.footer_price::after,.footer_facilities::after,.footer_access::after,.footer_news::after{
	font-size: 0.75em;
	padding-left: 5px;
	opacity: 0.75;
	letter-spacing: 0.08em;
	font-weight: 500;
	color: #d5e0d9;
}

.footer_reservation::after{
	font-size: 0.75em;
	padding-top: -15px;
	opacity: 0.75;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.footer_about::after{
	content: ' About';
}

.footer_gallery::after{
	content: ' Gallery';
}

.footer_facilities::after{
	content: ' Facilities';
}

.footer_price::after{
	content: ' Price';
}

.footer_access::after{
	content: ' Access';
}

.footer_news::after{
	content: '  News';
}

.footer_reservation::after{
	content: '  Reservation';
	position: relative;
	top: -9px;
}


@media (max-width: 769px){
.footer-sns{
	justify-content: end;
	}
p.footer-copyright-text{
	text-align: center;
	}
.footer_about,.footer_gallery,.footer_facilities,.footer_price,.footer_access,.footer_news,.footer_reservation{
	text-align: center;
	}
}

li.nav-item_yoyaku{
	background: #FFF;
	border-radius: 3em;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
li.nav-item_yoyaku a{
	padding-top: 1.3em;
	text-align: center;
	width: 100%;
}
li.nav-item_yoyaku a.footer-nav-link{
	color: rgba(57, 114, 80, 1);
	font-weight:bold;
	border-radius: 3em;
	margin-bottom: 0;
	font-size: 16px;
}


@media (min-width: 769px){
	.footerSP .footer-nav-group{
		display: none;
	}
	li.nav-item_yoyaku{
		margin-right: 0px;
		margin-left: 0px;
	}
	li.nav-item_yoyaku a{
	padding-top: 10px;
	}
	span.catch_English {
		color: #416e49;
		font-size: 36px;
	}
}

.FooterNav__goRoot{
	margin-top: 3em;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
}
@media (max-width: 599px){
	.FooterNav__goRoot{
		text-align: center;
	}
}


/*  写真調整
------------------------------ */
@media (min-width: 769px){
	.RootCategory__gallery-sato img.GroupLink__img {
		width: 600px;
		height: 400px;
		object-fit: cover;
	}
	.Index__guideWrap table {
		width: 50%;
		border-collapse: collapse;
	}
	
	body#top.TopPage .AccentContents__photo{
		padding-right: 15px;
		width: 555px;
		height: 437px;
		object-fit: cover;
	}
	
	body#top.TopPage .AccentContents__wrap {
		text-align: end;
	}
	
	body#top.TopPage .AccentOutWrap{
		padding-right: 0;
		align-items: center;
	}
	
	body#top #top_business .TopPage .AccentContents__photo{
		padding-right: 15px;
		width: auto;
		height: auto;
		object-fit: cover;
	}
}

@media (max-width: 769px){
	.RootCategory__gallery-sato img.GroupLink__img {
		object-fit: cover;
	}
	.Index__guideWrap table {
		width: 100%;
		border-collapse: collapse;
	}
	li.footer-nav-item {
		text-align: center;
	}
}



.Index__guideWrap .pricing-table {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.Index__guideWrap thead {
	background-color: #0C572B;
	color: white;
}

.Index__guideWrap th, .Index__guideWrap td {
	padding: 12px;
	text-align: center;
}

.Index__guideWrap tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.Index__guideWrap tbody tr:hover {
	background-color: #ddd;
}

/*  支払方法
------------------------------ */
@media (max-width: 769px){
	.paymentTable li{
		width: 40px;
	}
}

/*  料金ページ背景ユニット
------------------------------ */
@media (max-width: 769px){
	.garbagePadding{
		margin-right: 15px;
		margin-left: 15px;
	}
}



