@charset "UTF-8";
/* ============================================================
pc
============================================================ */

/* =============== ▼ 育む暮らしページ ▼  =============== */
.event_collab_2024 {
    font-size: 14px;
}

h1 figure {
	max-width: 600px;
	margin: 100px auto;
	width: 90%;
}

.introduction {
    max-width: 700px;
    margin: 100px auto;
}

.introduction h2 {
    padding: 0 0 50px;
    max-width: 450px;
    margin: auto;
	width: 90%;
}

.introduction > div > p {
    line-height: 2em;
}

.hug.suggestion h2,
.hug.area h2 {
    max-width: 290px;
    margin: 100px auto 50px;
}

.hug.suggestion .bg-box,
.hug.area .bg-box {
    background-color: #fcfaf4;
    overflow: hidden;
    padding: 0 0 30px;
}

.maki {
    max-width: 800px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
    margin: 50px auto;
    width: 90%;
	box-shadow: 0 0 10px #ddd;
	position: relative;
}

.maki img.icon {
    position: absolute;
    margin: auto;
    top: 0px;
    right: -20px;
    width: 40%;
    transform: rotate(10deg);
}

.maki ul.media-link {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

.maki ul.media-link li {
    width: 30%;
    border-radius: 25px;
    padding: 10px 0;
    box-shadow: 0 0 5px #bcb4b4;
}

.maki ul.media-link li:first-child {
    background-color: #a8cce4;
}

.maki ul.media-link li:nth-child(2) {
    background-color: #d37baf;
}

.maki ul.media-link li:nth-child(3) {
    background-color: #ff0000;
}
.maki ul.media-link li a {
    color: #fff;
	font-weight: bold;
}

.maki .box {
    display: flex;
    justify-content: space-between;
}

.maki .box figure {
    width: 20%;
    margin: 10px auto 20px;
}

.maki .box .comment {
    text-align: left;
    margin: 0 0 0 30px;
    width: 70%;
}

.maki .box .comment h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 10px;
}

.maki .box .comment h3 span {
    font-size: 1.6em;
    letter-spacing: 7px;
}

.maki .box .text {
    text-align: left;
    margin: 0 0 0 50px;
}

.maki .box .text h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
}

.maki .text {
    text-align: left;
    margin: 35px 0 50px;
    background-color: #fcfaf4;
    padding: 40px 50px;
    border-radius: 10px;
}
.maki .text h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
	line-height: 1.5em;
}

.maki ul.comment-link {
    padding: 20px 0;
    font-weight: bold;
}

.maki ul.comment-link li {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    font-size: 1.2em;
    text-align: left;
}

.maki ul.comment-link li span {
    width: 1.8em;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 20px;
}

.maki ul.comment-link li.color03 span {
    border: 1px solid #eada9b;
	color: #eada9b;
}
.maki ul.comment-link li.color02 span {
    border: 1px solid #719aae;
	color: #719aae;
}
.maki ul.comment-link li.color01 span {
    border: 1px solid #ecad98;
	color: #ecad98;
}

.maki ul.comment-link li a {
    display: inline-block;
    text-decoration: underline;
    position: relative;
    float: right;
    font-size: 1.2em;
    padding: 0 0 10px 0;
    margin: -3px 0 0;
}

.maki ul.comment-link li.color03 a {
    color: #eada9b;
}
.maki ul.comment-link li.color02 a {
    color: #719aae;
}
.maki ul.comment-link li.color01 a {
    color: #ecad98;
}



.maki ul.comment-link li a::before {
	content: "→";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1.5em;
	color: #000;
}


.scrollarea {
    background-color: #fcfaf4;
    margin: 100px 0 0;
    padding: 50px 0;
}

.scrollarea > h3 {
    max-width: 540px;
    margin: 100px auto 50px;
}

.scrollarea > p {
    margin: 0 0 50px;
}

.scrollarea ul {
    display: flex;
    max-width: 800px;
    margin: -110px auto 0;
    width: 90%;
    justify-content: space-between;
}

.scrollarea ul li {
    width: 30%;
}

.scrollarea ul li h4 {
    font-weight: bold;
    font-size: 1.6em;
    margin: 20px 0 10px;
}

.scrollarea ul li h4 span {
    display: block;
    font-size: 12px;
}

.detail .box p {
    margin: 0 0 30px;
}

.house01,
.house02,
.house03
{
    display: flex;
	max-width: 1000px;
	margin: 100px  auto;
	
}

.house01 figure,
.house02 figure,
.house03 figure
{
	width: 50%;
	margin: -50px 0 0;
}

.house02
{
	flex-direction: row-reverse;
}

.house01 .box,
.house02 .box,
.house03 .box
{
	position: relative;
	text-align: left;
	width: 50%;
	height: fit-content;
}

.house01 .box h3,
.house02 .box h3,
.house03  .box h3
{
    font-weight: bold;
    font-size: 2em;
    margin: -120px 0 20px;
}

.house01 .box h3 span,
.house02 .box h3 span,
.house03 .box h3 span{
    display: block;
    font-size: 14px;
}

.house01 .box,
.house02 .box,
.house03 .box
{
	background-color: #fcfaf4;
}

.house01 .box,
.house03 .box
{
	padding: 0 0 50px 50px;
}

.house02 .box
{
	flex-direction: row-reverse;
	padding: 0 50px 50px  0;
}

.house01 .box::after,
.house02 .box::after,
.house03 .box::after
{
    padding: 0 100px 0 0;
    width: 52vw;
    height: 100%;
    background-color: #fcfaf4;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
}

.house01 .box::after
 {
    left: -100px;
    border-radius: 0 0 0 30px;
}

.house02 .box::after {
    right: -100px;
    border-radius: 0 0 30px 0 ;
}

.house03 .box::after {
    left: -100px;
    border-radius: 0 0 0 30px;
}

.house01 .box img,
.house02 .box img,
.house03 .box img
{
    margin: -50px 0 0;
}

.iframe {
    position: relative;
	max-width: 1000px;
    width: 90%;
    margin: 50px auto 100px;
}

.iframe p {
    position: absolute;
}

.iframe p.text.sentence01,
.iframe p.text.sentence02
{
	writing-mode: vertical-rl;
	background-color: #d9c8b2;
    padding: 50px 5px;
}

.iframe p.text.sentence01 {
    top: -30px;
    right: 40px;
}

.iframe p.text.sentence02
{
	top: 0px;
	right: 80px;
}

.iframe p {
    position: absolute;
}

.iframe p {
    position: absolute;
}

.iframe iframe {
	width: 100%;
}
.environment {
    margin: 0 0 200px;
}
.environment h3 {
    max-width: 200px;
    margin: 100px auto 50px;
}

.environment > ul {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 90%;
}

.environment > ul li {
    width: 31%;
}

.environment > ul li h4 {
    font-weight: bold;
    text-align: left;
    margin: 10px 0 5px;
}

.environment > ul li p {
    text-align: left;
    font-size: 12px;
}

h3.pre-scrollarea {
    font-size: 2em;
    font-weight: bold;
    color: #d9c8b2;
}


a.link {
    border: 1px solid;
    padding: 10px 2em;
    border-radius: 20px;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
}

a.link::after {
    content: "";
    width: 3px;
    height: 3px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
}

a.link.color01 {
	 background-color: #ecad98;
}

a.link.color02 {
	 background-color: #719aae;
}

a.link.color03 {
	 background-color: #eada9b;
}

.scrollarea a.link,
.detail a.link {
    border: 1px solid;
    padding: 5px 2em;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    font-size: 1em;
}

.scrollarea a.link::after,
.detail a.link::after{
    content: "";
    width: 3px;
    height: 3px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
}

.scrollarea a.link.color01,
.detail a.link.color01 {
	 color: #ecad98;
}

.scrollarea a.link.color02,
.detail a.link.color02 {
	 color: #719aae;
}

.scrollarea a.link.color03,
.detail a.link.color03 {
	 color: #eada9b;
}



.house01 .box,
.house02 .box,
.house03 .box {
    max-width: 100%;
    padding: 30px 5%;
    box-sizing: border-box;
    margin: 0 0 50px;
}

 .hug.area .bg-box {
    margin: 0 0 150px;
}

/* =============== ▲ 育む暮らしページ ▲  =============== */

/* =============== ▼ 団欒の家 ▼  =============== */

.concept-txt {
    display: flex;
    max-width: 1000px;
    margin: auto;
    text-align: left;
}

.concept-txt h1 {
    padding: 0 20px;
}

.concept-txt h1 {
    padding: 0 20px;
}

.concept-txt .box {
    margin: 0 0 0 75px;
}

.concept-txt .box > p {
    margin: -45px 0 0;
    line-height: 2.5em;
}

.plan {
    background-color: #fcfaf4;
    padding: 100px 0;
	margin: 100px 0;
}

.plan figure.box {
    max-width: 1000px;
    width: 90%;
    margin: 100px auto;
}

.tips {
    margin: 50px auto;
    width: 90%;
    max-width: 800px;
}

.tips h3 {
    margin: 125px 0 30px;
}

.point5 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.point5 ul li {
    width: 48%;
    text-align: left;
	margin: 0 0 50px;
}


.tips h4 {
    display: flex;
    font-size: 1.4em;
    margin: 10px 0;
    font-weight: bold;
}

.tips h4 img {
    height: 3em;
    margin: 0 20px 0 10px;
}

.yutori ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0 0 100px;
}

.yutori ul li {
    width: 48%;
    text-align: left;
}


.yutori h4 {
    display: flex;
    font-size: 1.4em;
    margin: 10px 0;
    font-weight: bold;
}

.otherpoint ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.otherpoint ul li {
    width: 30%;
    text-align: left;
}


.otherpoint h4 {
    display: flex;
    font-size: 1.4em;
    margin: 10px 0;
    font-weight: bold;
}

.intro-maki {
    background-color: #fcfaf4;
    padding: 50px;
}

.information {
    padding: 50px 0;
    overflow: hidden;
}

.information.color01 {
    background-color: #f6e1d6;
}
.information.color02 {
    background-color: #e7ebee;
}
.information.color03 {
    background-color: #f7f0d3;
}


.information .box {
    background-color: #fff;
    max-width: 800px;
    margin: 100px auto;
    padding: 75px;
    box-sizing: border-box;
    width: 90%;
}

.information .box > figure {
    margin: 75px auto 0;
    display: block;
    max-width: 250px;
}

.information .box h3 {
    margin: 75px auto 50px; 
}

.information .box h3 img {
    width: 100%;
}

.price p {
    font-size: 2em;
    font-weight: bold;
}

.price span.n01 {
    font-size: .75em;
}

.price span.n02 {
    font-size: .5em;
}


.price p.notes {
    font-size: .75em;
}

.size .box01 {
    display: flex;
}

.size .box01 > div {
    width: 20%;
    border: 1px solid;
}


.size ul {
    display: flex;
	width: 80%;
	flex-wrap: wrap;
	margin: 0 0 0 10px;
	text-align: left;
}


.size ul li {
    width: 48%;
}

.facility ul {
    display: flex;
    flex-wrap: wrap;
}


.facility ul li {
    border: 1px solid;
    display: inline-block;
    padding: 1px 10px;
    font-size: 12px;
    margin: 0 5px 5px 0;
}

.facility .overview {
    text-align: left;
}

.facility iframe {
    width: 100%;
    height: 300px;
    margin: 0 0 50px;
}

.transition ul {
	width: 90%;
    display: flex;
    max-width: 800px;
    margin: 100px auto;
    justify-content: space-between;
}

.size ul li span {
    border: 1px solid;
    width: 5em;
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
}
	
.size ul li span {
    border: 1px solid;
    width: 5em;
    display: inline-block;
    padding: 0 10px;
    margin: 5px 5px 5px 0;
    text-align: center;
}

.size .box01 > div {
    width: 20%;
    border: 1px solid;
    margin: 5px 0;
    position: relative;
}

.size .box01 > div > span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    vertical-align: baseline;
    height: 24px;
}

.overview {
    text-align: left;
}

.information iframe {
	width: 100%;
	height: 300px;
	margin: 0 0 50px;
}

.collab-event {
    background-size: auto auto;
    background-color: rgba(250, 248, 242, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(245, 240, 224, 1) 5px, rgba(245, 240, 224, 1) 10px);
    margin: 100px auto 0;
    padding: 0 0 100px;
}

.collab-event img {
    max-width: 800px;
    width: 90%;
    margin: 30px auto 75px;
}

.collab-event a.link.color_event {
    background: rgb(219, 230, 229);
    background: linear-gradient(90deg, rgba(219, 230, 229, 1) 0%, rgba(249, 243, 194, 1) 50%, rgba(245, 224, 212, 1) 100%);
    font-size: 1.4em;
    padding: 20px 50px;
    border-radius: 40px;
    color: #8b755f;
    box-shadow: 5px 5px 0;
}

.collab-event a.link.color_event:hover {
    opacity: .75;
}

.garalley {
    margin: 50px auto;
    width: 90%;
    max-width: 800px;
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
    margin: 100px 0;
}
/* =============== ▲ 団欒の家 ▲  =============== */



/* =============== ▼ 自立の家 ▼  =============== */

/* =============== ▲ 自立の家 ▲  =============== */



/* =============== ▼ 快適の家 ▼  =============== */

/* =============== ▲ 自立の家 ▲  =============== */


/* ============================================================
 max-width: 644px 
============================================================ */

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

.introduction > div > p {
    text-align: left;
    width: 90%;
    margin: auto;
}
	
.hug.suggestion p {
    text-align: left;
}
	
.hug.suggestion .bg-box > p {
    width: 90%;
    margin: 0 auto 30px;
}

.maki .box .text h3 {
    text-align: center;
}
	
.house01,
.house02,
.house03
{
    flex-wrap: wrap;
}

.house01 figure,
.house02 figure,
.house03 figure {
    width: 90%;
	order: 2;
	z-index: 10;
}

	
.house01 figure,
.house03 figure {
    margin: -100px 10% 0 0;
    
}
	
.house02 figure{
    margin: -100px 0 0 10%;
}
	
.house01 box,
.house02 box,
.house03 box
{
	order: 1;
}
	
.maki {
    padding: 70px 20px 20px;
}
	
.maki .box {
    display: inherit;
}

.maki .box .text {
    width: 100%;
	margin: 0;
}

.maki ul.media-link {
    margin: 30px 0 0;
    display: block;
}
	
.maki ul.media-link li {
    width: 100%;
	margin: 20px 0 0;
	padding: 10px 0;
}	

.house01 .box::after,
.house02 .box::after,
.house03 .box::after {
	content: inherit;
}
	
.house02 h3 {
    padding: 20px 0 0;
}
	
.hug.suggestion h2,
.hug.area h2 {
    width: 60%;
}
	
.scrollarea > h3 {
    width: 80%;
}
		
.house01 .box,
.house02 .box,
.house03 .box {
    width: 100%;
	padding: 30px 5% 80px;
}
	
.maki .box figure {
    width: 50%;
}
	
.hug.area .bg-box > p {
    width: 90%;
    text-align: left;
    margin: auto;
}
.iframe p {
    display: none;
}

.environment > ul li {
    width: 48%;
}
	
.environment h3 {
    max-width: 150px;
	}	

/* ============================ */
.concept-txt {
    display: block;
}
	
.concept-txt .box {
    margin: 0 auto;
    width: 90%;
}
	
.concept-txt .box > p {
    margin: -50px 0 0;
}
	
.plan h2,
.tips h2,
.information h2{
    width: 50%;
    margin: 0 auto 0;
}
	
.tips h3 {
    margin: 50px 0 30px;
}
	
.point5 ul li,
.yutori ul li {
    width: 100%;
	margin: 0 0 50px;
}
	
.intro-maki {
    padding: 50px 0px;
}
	
.information {
    padding: 0;
}
	
.information .box {
    padding: 50px 20px;
	margin: 50px auto;
}
	
.concept-txt h1 {
    width: 50%;
    margin: 0 0 30px;
}
	
.information .box > figure {
    margin: 50px auto 0;
    width: 50%;
}
	
.size .box01 {
    display: inherit;
}
	
.size .box01 > div {
    width: 100%;
    height: 2em;
	position: relative;
}
.size ul {
    display: inherit;
    width: 100%;
	margin: 0;
}
	
.size ul li {
    width: 100%;
    text-align: left;
}
	
.size ul li span {
    text-align: center;
}
	
.information a.link {
    padding: 5px 2em;
}
	
.plan {
    background-color: #fcfaf4;
    padding: 50px 0;
    margin: 50px 0;
}

.plan figure.box {
    margin: 50px auto;
}
	
.yutori ul {
    margin: 0;
}

.maki {
    margin: 0 auto;
}

.maki img.icon {
    right: inherit;
    left: -5px;
    width: 70%;
    transform: rotate(-10deg);
}
	
.maki .box .comment {
    margin: 0;
	width: 100%;
}

.maki .text {
    padding: 20px;
	margin: 35px 0;
}
.information .box h3 {
    margin: 50px auto;
}
	
.scrollarea a.link {
    display: block;
    padding: 0;
	text-indent: -0.5em
}
	
.hug.area .bg-box {
    margin: 0 0 50px;
}
	
.iframe {
    margin: 50px auto 0;
}
	
.otherpoint ul li {
    width: 100%;
    margin-bottom: 50px;
}
	
.collab-event {
    margin: 50px auto 0;
    padding: 15px 0 75px;
}
	
.collab-event img {
    margin: 30px auto 50px;
}
	
.otherpoint ul {
    margin: 0;
}
	
.collab-event a.link.color_event {
    padding: 10px 30px;
    max-width: 70%;
    margin: auto;
}


	
/* ============================ */
	
}