<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* mamaassist-toyama.com
-----------------------------------------------------*/

/* ==============================================
    #main-visual 
============================================== */
#main-visual {
	margin-bottom: 130px;
	text-align: center;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
#main-visual .slider {

}

#main-visual img {
}

#main-visual .item {
	width: 680px;
	
	margin: 0 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}

/* slick */
.slider {
	opacity: 0;
	transition: .8s ease-in;
}
.slider.slick-initialized {
	opacity: 1;
}


@media screen and (max-width: 1000px) {
	#main-visual {
		margin-bottom: 80px;
	}
	#main-visual .item {
		margin: 0 20px;
	}
}




@media screen and (max-width: 700px) {
	#main-visual {
		margin-bottom: 30px;
	}
}



#topIntro {
	text-align: center;
	margin-bottom: 60px;
}
#topIntro strong {
	font-size: 2.5em;
	font-family: var(--font-rounded);
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	line-height: 1.65;
	color: #630;
	display: block;
}
#topIntro figure {
	margin: 50px auto;
}
#topIntro p {
	font-size: 1.125em;
	line-height: 2;
}


@media screen and (max-width: 1000px) {
	#topIntro strong {
		font-size: 2em;
	}
	#topIntro p {
		font-size: 1em;
	}
}

@media screen and (max-width: 700px) {
	#topIntro strong {
		font-size: 1.625em;
	}
	#topIntro p {
		font-size: 1.143em;
		text-align: left;
	}
	#topIntro figure {
		margin: 20px auto;
		width: 60vw;
	}
}



/* ==============================================
    pagetitle
============================================== */
.pagetitle {
	text-align: center;
	min-height: 235px;
	background: url("image/pagetitle_bg_about_s.png") no-repeat center bottom;
	margin-bottom: 60px;
}
.about_block .pagetitle {
	background-image: url("image/pagetitle_bg_about_s.png");
}
.service_block .pagetitle {
	background-image: url("image/pagetitle_bg_service_s.png");
}
.guide_block .pagetitle {
	background-image: url("image/pagetitle_bg_guide_s.png");
}



.pagetitle h2 {
	font-family: var(--font-rounded);
	line-height: 1.2;
	color: #630;
}

.pagetitle h2 strong {
	font-size: 2.375em;
	font-weight: 700;
	line-height: 1.2;
	color: #630;
	display: block;
}

.pagetitle h2 .en {
	font-size: 1.375em;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.pagetitle h2::before {
	content: "";
	display: block;
	background: url("image/pic_flower1.svg") no-repeat 0 0 / contain;
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}

@media screen and (max-width: 1200px) {
	.pagetitle {
		background-size: contain;
		min-height: 200px;
		margin-bottom: 30px;
	}
	.pagetitle h2 strong {
		font-size: 2em;
	}
}
@media screen and (max-width: 1000px) {
	.pagetitle {
		background-size: contain;
		min-height: 180px;
		margin-bottom: 30px;
	}
	.pagetitle h2 strong {
		font-size: 1.5em;
	}
	.pagetitle h2 .en {
		font-size: 1.125em;
	}
	.pagetitle h2::before {
		width: 80px;
		height: 80px;
	}
}

/* ==============================================
    insta_block
============================================== */
.insta_block {
	width: 760px;
	min-height: 660px;
	border-radius: 50px;
	margin: 0 auto 90px;
	background: linear-gradient(90deg, #fadfe1 0%, #edffde 100%);
	padding: 30px 80px;
	position: relative;
}

.insta_block h2 {
	text-align: center;
	margin-left: 200px;
	margin-bottom: 40px;
}
.insta_block h2 img {
	width: 270px;
}

#instafeed {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1px;
	background: #fff;
}
#instafeed li {
	width: 33.3333%;
	padding: 1px;

}
#instafeed li a {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
#instafeed li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


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

}

@media screen and (max-width: 1000px) {
	.insta_block {
		width: 100%;
		min-height: inherit;
		padding: 30px 30px 40px;
	}
	.insta_block h2 {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.insta_block h2 img {
		width: 30%;
	}
}

@media screen and (max-width: 700px) {
	.insta_block {
		padding: 50px 10px 40px;
	}
	.insta_block h2 img {
		width: 48%;
	}
}



/* ==============================================
    section
============================================== */
.section {
	margin-bottom: 100px;
}

.section .pagetitle {
	margin-bottom: 80px;
}

.section_inner {
	position: relative;
	padding-top: 60px;
}

.section .content{
	width: 550px;
	min-height: 550px;
	/*margin: 0 0 0 auto;*/
}


.section figure {
	position: absolute;
	top: 0;
	/*left: -250px;*/
}
.section figure img {
	max-width: 50vw;
	border-radius: 50px;
}

.section .content p {
	font-size: 1.125em;
	line-height: 2;
	margin-bottom: 60px;
}
.section nav {

	margin: 0 auto;
}
.section nav a {
	width: 100%;
}
.section nav li {
	margin: 30px 0;
}

.about_block nav {
	width: 440px;
}
.guide_block nav {
	width: 310px;
}

/**/
.about_block figure {
	left: -250px;
}
.about_block .content{
	margin: 0 0 0 auto;
}
/**/
.guide_block figure {
	left: inherit;
	right: -250px;
}
.guide_block .content{
	margin: 0 auto 0 0;
}
/**/

@media screen and (max-width: 1500px) {
	.about_block figure {
		left: -9vw;
	}
	.guide_block figure {
		right: -9vw;
	}
}
@media screen and (max-width: 1200px) {
	.section .inner {
		width: 100%;
	}
	.section_inner {
		padding-top: 0px;
	}
	.section .content{
		width: 45vw;
		padding: 0 2%;
	}

	.about_block figure {
		left:0;
	}
	.guide_block figure {
		right: 0;
	}
	.about_block nav {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.section .content{
		min-height: auto;
	}
	.about_block .btn img {
		width: 180px;
	}
	.guide_block nav {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.section .inner {
		width: 96%;
	}
	.section .pagetitle {
		margin-bottom: 30px;
	}
	.section figure {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
	}
	.section figure img {
		max-width: 100%;
	}
	.section .content{
		width: 100%;
		padding: 0;
	}
	.section .content p {
		margin: 20px 0;
	}
	
}


/* ==============================================
    service
============================================== */
.service_block {
	margin-bottom: 90px;
}

.service_block .inner {
	min-height: 1200px;
	position: relative;
}
.service_title,
.service_block ul,
.service_block li {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.service_block ul {
	
	
}
.service_block li {
	width: 400px;
	height: 400px;
}


.service_block li:nth-child(1) {
	transform: translate(-150%, -100%);
}
.service_block li:nth-child(2) {
	transform: translate(-50%, -150%);
}
.service_block li:nth-child(3) {
	transform: translate(50%, -100%);
}
.service_block li:nth-child(4) {
	
	transform: translate(-158%, 0);
}
.service_block li:nth-child(5) {
	transform: translate(-50%, 60%);
}
.service_block li:nth-child(6) {
	transform: translate(58%, 0);
}


.btn_service {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	.service_block .inner {
		min-height: 90vw;
	}
	.service_block li {
		width: 30vw;
		height: 30vw;
	}
	.service_block li img {
		width: 24vw;
		height: 24vw;
	}
	.service_block li strong {
		font-size: 1.25em;
	}
}
@media screen and (max-width: 700px) {
	.service_title,
	.service_block ul,
	.service_block li {
		position: inherit;
		top: inherit;
		left: inherit;
		transform: translate(0, 0) !important;
	}
	.service_block ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.service_block li {
		width: 48%;
		height: auto;
	}
	.service_block li img {
		width: 100%;
		height: 100%;
	}
	.service_block li strong {
		font-size: 1.143em;
	}
}

/* ==============================================
    
============================================== */

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

}</pre></body></html>