/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2026 | 09:49:23 */
/* inzaisoho.css */
.inzaisoho-overlay{
	opacity: 0;
	background: rgba(0, 0, 0, .7); 
	width: 100%;
	height: 100vh;
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 4;
	transform: translate(100%, 0);
	transition: .3s ease-in;
}
.is-menu-open .inzaisoho-overlay{
	transform: translate(0, 0);
    opacity: 1;
}
.rd-inzaisoho-page .header-logo .logo {
	margin-left: 40px;
}
main .rd-inzaisoho-page .navigation-bar {
    height: 100px;
	position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    /* transform: translateY(-100px); */
    transition: all .3s ease-in-out;
    z-index: 9;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.nav_moved main .rd-inzaisoho-page .navigation-bar {
    top: 0;
    transform: translateY(0px);
}
.rd-inzaisoho-page .hamburger {
	width: 60px;
    height: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 6;
    text-align: center;
    transition: all .3s ease-out;
    cursor: pointer;
}
.rd-inzaisoho-page .hamburger i {
	margin: 4px 0;
	height: 2px;
	width: 40px;
    display: block;
    content: "";
    background: #333;
    transition: all .3s ease-out;
}
.rd-inzaisoho-page .is-menu-open .hamburger i:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.rd-inzaisoho-page .is-menu-open .hamburger i:nth-child(2) {
    opacity: 0;
}
.rd-inzaisoho-page .is-menu-open .hamburger i:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.rd-inzaisoho-page .is-menu-open .pc-drawer-menu {
    transform: translate(0, 0);
    opacity: 1;
	overflow: hidden;
}
.rd-inzaisoho-page .pc-drawer-menu {
    width: 35%;
	height: 100vh;
    top: 0;
    background: #F2F0EA;
	padding: 150px 0 0;
	display: block;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    z-index: 5;
    overflow-y: auto;
    transform: translate(100%, 0);
    opacity: .4;
    transition: .4s ease-in-out;
}
.rd-inzaisoho-page .pc-drawer-wrap {
    overflow: scroll;
	position: relative;
    z-index: 2;
}
.rd-inzaisoho-page .flex-wrapper {
    display: flex;
}
.rd-inzaisoho-page .drawer-lists {
	margin: 0 auto;
    max-width: 300px;
    width: calc(100% - 64px);
}
.rd-inzaisoho-page .drawer-list {
    border-bottom: unset;
}
.rd-inzaisoho-page .drawer-list:first-child {
    border-top: unset;
}
.rd-inzaisoho-page .drawer-list a {
	padding: 1em;
    font-size: 1.1rem;
    display: block;
    position: relative;
    color: #333;
	transition: 0.3s ease-out;
	font-family: var(--rd-gothic-font-r) ;
	width: fit-content;
}
.rd-inzaisoho-page .drawer-list a:hover {
    color: #5EA81E;
	text-decoration: unset;
}

.rd-inzaisoho-gnav-upper{
	display: flex;
	height: 100px;
    position: absolute;
    top: 0;
    right: 90px;
}
.rd-inzaisoho-page .nav-sub-link {
	font-family: var(--rd-gothic-font-r);
    font-size: 1rem;
    color: #333;
    transition: color .3s ease-out;
}
.rd-inzaisoho-page .nav-sub-link:hover{
	opacity: .6;
	text-decoration: unset;
}
.rd-inzaisoho-page .cta-btn {
	font-family: var(--rd-gothic-font-r);
	border-radius: 20px;
	width: 130px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    position: relative;
    color: #fff;
    font-size: 1rem;
    transition: all .3s ease-out;
}
.rd-inzaisoho-page .request-btn {
    background: #5EA81E;
}
.rd-inzaisoho-page .reserve-btn {
    background: #A24344;
}
.rd-inzaisoho-page .btn:hover {
    opacity: .6;
	text-decoration: unset;
}
.rd-inzaisoho-page .btn.request-btn:hover {
    background: #fff;
	border: 1px solid #5EA81E;
	color: #5EA81E;
}
.rd-inzaisoho-page .btn.reserve-btn:hover {
    background: #fff;
	border: 1px solid #A24344;
	color: #A24344;
}

/* コンテンツ */
.inzaisoho-contents-wrap.rd-generalBox.rd-house-inner{
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 120px;
}

/* CONCEPT */
.inzaisoho-concept-wrap{
	position: relative;
}
.inzaisoho-concept-wrap .caption{
	font-size: .6rem;
	margin: 4px 0;
	text-align: right;
}
.inzaisoho-title{
	font-size: clamp(36px, 3.69vw, 62px);
	letter-spacing: .1rem;
	text-align: center;
}
.inzaisoho-concept-wrap .inzaisoho-title{
	position: absolute;
	top: 10%;
	z-index: 2;
	width: 100%;
}
.inzaisoho-title-sub{
	font-size: clamp(20px, 1.9vw, 32px);
	letter-spacing: .1rem;
	margin-top: 20px;
	line-height: 1.4;
	text-align: center;
}
.inzaisoho-flex{
	position: relative;
}
.inzaisoho-flex-item{
	position:absolute;
	top: 20%;
	left: 14%;
	z-index: 2;
}
.inzaisoho-flex-text{
}
.entry-content p.inzaisoho-flex-lead{
	font-size: clamp(24px, 3.8vw, 42px);
	letter-spacing: .1rem;
	line-height: 1.4;
	margin-bottom: 30px;
}
.entry-content p.inzaisoho-flex-note{
	font-size: clamp(16px, 2.2vw, 24px);
	letter-spacing: .1rem;
	line-height: 2;
}
@media screen and (max-width: 767px){
	.inzaisoho-concept-wrap .caption{
			width: 90%;
			margin: 4px auto;
	}
}

/* CONCEPT下部 */
.inzaisoho-concept-points-inner{
    margin: clamp(-130px, -20vw, -300px) auto 0;
	  max-width: 1140px;
    width: calc(100% - 50px);
}
@media screen and (max-width: 767px){
	
}


/* PLAN */
.rd-inzaisoho-plan{
	padding: 17.2% 0;
	background:
			url("/app/uploads/sites/1351/2026/09/inzaisoho-plan-bg01.webp") center top / 100% auto no-repeat,
			url("/app/uploads/sites/1351/2026/09/inzaisoho-plan-bg02.webp") center bottom / 100% auto no-repeat;
}
.rd-inzaisoho-plan-inner{
	background: #f7faf6;

}
.rd-rd-inzaisoho-plan-town{
	margin: clamp(50px, 4.76vw, 70px) auto 0;
	max-width: 1200px;
	width: calc(100% - 50px);
}
.rd-rd-inzaisoho-plan-ld{
	margin: clamp(50px, 4.76vw, 70px) auto 0;
	max-width: 1200px;
	width: calc(100% - 50px);
}

/* DESIGN */
.inzaisoho-design-wrap.rd-generalBox.rd-house-inner{
	margin: 0 auto;
	padding-top: 12vh;
	padding-bottom: 12vh;
}
.inzaisoho-design-items{
	display: flex;
	flex-wrap: wrap;
	gap: 60px 48px;
	justify-content: center;
    margin: 60px auto 0;
}
.inzaisoho-design-item{
	width: calc((100% - 48px) / 2);
}
.inzaisoho-design-item-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.inzaisoho-design-item-text-wrap{
    width: 62%;
}
.inzaisoho-design-item-img{
    width: calc(38% - 10px);
}
.entry-content p.inzaisoho-design-item-ttl{
    font-size: 28px;
	color: #3C9267;
    margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3C9267;
}
.inzaisoho-design-item-note{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .1rem;
}
.inzaisoho-design-wrap .rd-img-wrapper figcaption {
    position: absolute;
    font-size: .6rem;
    right: 4px;
    bottom: 4px;
}
.inzaisoho-design-item .inzaisoho-design-item-lead{
	background: #F6FAF6;
	font-size: clamp(1rem, 0.58rem + 0.88vw, 1.5rem);
	display: flex;
	align-items: center;
}
.inzaisoho-design-item .inzaisoho-design-item-lead .rd-bg-heading {
	padding: 10px 12px;
	width: fit-content;
}
.inzaisoho-design-item .inzaisoho-design-item-lead .rd-bg-heading-sub {
	padding-left: 12px;
}

/* ACCESS */
.inzaisoho-access-inner{
	margin: 0 auto;
	max-width : 1200px;
	width: calc(100% - 50px);
}
.inzaisoho-access.rd-generalBox.rd-house-inner{
	margin: 0 auto;
	position: relative;
	padding-top: 8%;
  padding-bottom: 19%;
}

/* LOCAITON */
.rd-inzaisoho-location-wrap{
	margin: 0 auto;
	max-width : 1200px;
	width: calc(100% - 50px);
}
.rd-inzaisoho-location-map{
	margin: 0 auto;
	max-width : 1000px;
}
.rd-inzaisoho-location-spots{
	margin-top: clamp(60px, 7.14vw, 120px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: clamp(24px, 2.14vw, 36px) 0;
}
.rd-inzaisoho-location-spot{
	width: 49%;
}
.rd-inzaisoho-location-spot-type{
	font-size: clamp(16px, 1.43vw, 24px);
	color: #3C9267;
	border-bottom: 1px solid #3C9267;
	padding-bottom: clamp(4px, 0.4vw, 8px);
}
.rd-inzaisoho-location-spot-list{
	margin: 0 0 clamp(12px, 1.07vw, 18px);
}
.rd-inzaisoho-location-spot-list-inner{
	display: flex;
	justify-content: space-between;
	gap: clamp(8px, 0.83vw, 14px);
}
.rd-inzaisoho-location-spot-lists{
	margin-top: clamp(20px, 1.79vw, 30px);
}
dt.rd-inzaisoho-location-spot-list-name{
	padding-left: clamp(10px, 0.83vw, 14px);
	font-size: clamp(11px, 0.95vw, 16px);
	width:52%;
	position: relative;
	line-height: 1.4;
}
dt.rd-inzaisoho-location-spot-list-name:before{
	content: "";
	position: absolute;
	left: 0;
	top: clamp(3px, 0.3vw, 5px);
	width: clamp(5px, 0.4vw, 7px);
  height: clamp(5px, 0.4vw, 7px);
	background: #3C9267;
	border-radius: 50%;
}
dd.rd-inzaisoho-location-spot-list-time{
	margin: 0;
	padding-top: clamp(2px, 0.24vw, 4px);
	font-size: clamp(8px, 0.77vw, 13px);
	width:48%;
}
@media screen and (max-width: 767px){
	.rd-inzaisoho-location-spots{
			flex-direction: column;
			flex-wrap: nowrap;
	}
	.rd-inzaisoho-location-spot {
			width: 100%;
	}
}




.rd-inzaisoho-float-btn{
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  cursor: pointer;
  transition: .3s ease-out;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 8;
}
/*このクラスが付与されると表示する*/
.rd-inzaisoho-float-btn-active{
  opacity: 1;
  visibility: visible;
}
.rd-inzaisoho-float-btn:hover{
	opacity: .6;
}


@media screen and (min-width:768px) and (max-width: 1439px){
	.inzaisoho-flex-text{
		padding: 120px 50px 0;
	}
	.entry-content p.inzaisoho-flex-lead{
		font-size: 38px;
	}
	.entry-content p.inzaisoho-flex-note{
		line-height: 2.4;
	}
	.inzaisoho-title {
		font-size: 76px;
	}
}

@media screen and (max-width: 767px){
	.rd-inzaisoho-page .hamburger {
		height: 60px;
		margin-bottom: 10px;
		right: 10px;
	}
	.rd-inzaisoho-gnav-upper{
		display: none;
	}
	.rd-inzaisoho-page .pc-drawer-menu {
		width: 100%;
	}
	.rd-inzaisoho-float-btn{
		bottom: 60px;
		right: unset;
		left: 10px;
	}
	main .rd-inzaisoho-page .navigation-bar {
        /* transform: translateY(-60px); */
		height: 60px;
    }
	main .rd-inzaisoho-page .navigation-bar.is-header-visible {
        transform: translateY(0);
    }
	.rd-inzaisoho-page .header-logo .logo {
        width: 200px;
		margin-left: 30px;
    }
	.inzaisoho-contents-wrap.rd-generalBox.rd-house-inner{
		padding-bottom: 18vh;
	}
	.inzaisoho-flex-text {
		padding: 20px 0;
	}
	.inzaisoho-title{
	}
	.inzaisoho-title-sub {
		width: 90%;
		margin: 20px auto 0;
	}

	.inzaisoho-design-wrap.rd-generalBox.rd-house-inner{
		padding-top: 8vh;
	}
	.inzaisoho-design-items{
		margin-top: 40px;
		width: 90%;
		gap: 32px;
	}
	.inzaisoho-design-item{
		width: 100%;
	}
    .inzaisoho-design-item-flex {
        gap: 30px;
        flex-direction: column-reverse;
    }
    .inzaisoho-design-item-text-wrap{
        width: 100%;
    }
    .inzaisoho-design-item-img{
        width: 60%;
        margin: 0 auto;
    }
    .entry-content p.inzaisoho-design-item-ttl{
        font-size: 22px!important;
        margin-bottom: 20px;
    }
    .inzaisoho-design-item-note {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px){
	.inzaisoho-access.rd-generalBox.rd-house-inner{
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.inzaisoho-flex{
		width: 90%;
		margin: 0 auto;
	}
}