@charset 'utf-8';


#container {
	background: #de4d5c;
}

#container > .inner > .breadcrumb {
	display: none;
}

.articleblock {
	padding: 0;
}

#aboutheader {
	width: 100%;
	height: 280px;
	background-image: url(../image/about/back_header_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	text-align: center;
	position: relative;
}

#aboutheader:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .12;
	position: absolute;
	top: 0;
	left: 0;
}

#aboutheader h1 {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding-top: 160px;
	position: relative;
	z-index: 10;
}

#aboutheader h1 span {
	display: inline-block;
	width: 280px;
	padding-top: 27%;
	background-image: url(../image/about/tagline.svg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {

	#aboutheader {
		height: 480px;
	}

	#aboutheader h1 {
		width: 100%;
		max-width: 540px;
		padding-top: 260px;
	}

	#aboutheader h1 span {
		width: 526px;
		padding-top: 27%;
	}
}



.content {
	width: 100%;
	position: relative;
}

.content > .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}



#message {
	overflow: hidden;
}

#message:after {
	display: block;
	content: '';
	width: 100%;
	height: 260px;
	background-image: url(../image/about/back_message.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 400px 348px;
}

#message > .inner {
	max-width: 1400px;
	padding: 30px;
	z-index: 2;
}

#message .blockheader {
	margin-bottom: 30px;
}

#message .blockheader > div:before {
	content: '\f15c';
}

#message .sentence {
	color: #fff;
	text-align: center;
}

#message .sentence h2 {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

#message .sentence ul,
#message .sentence li {
	list-style: none;
}

#message .sentence li {
	padding-bottom: 1em;
}

#message .sentence li,
#message .sentence p {
	font-size: 13px;
	line-height: 1.6;
}

@media only screen and (min-width: 769px) {

	#message:after {
		width: 1400px;
		height: 100%;
		margin-left: -700px;
		background-position: right bottom;
		background-size: 460px 400px;
		position: absolute;
		left: 50%;
		bottom: -100px;
	}

	#message > .inner {
		padding: 70px;
		padding-top: 30px;
	}

	#message .blockheader {
		margin-bottom: 50px;
	}

	#message .sentence h2 {
		margin-bottom: 2em;
		font-size: 30px;
	}

	#message .sentence li {
		padding-bottom: 1.5em;
	}

	#message .sentence li,
	#message .sentence p {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media only screen and (min-width: 1001px) {

	#message .sentence br {
		display: none;
	}
}




.brick .sentence h2 {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
}

.brick .sentence p {
	font-size: 13px;
	line-height: 1.6;
}

@media only screen and (min-width: 769px) {

	.brick .sentence h2 {
		margin-bottom: 1em;
		font-size: 36px;
		line-height: 1.3;
	}

	.brick .sentence p {
		font-size: 14px;
		line-height: 2;
	}
}


#idea {
	width: 100%;
	background-image: url(../image/about/back_idea_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#idea > .inner {
	width: 100%;
	height: 100%;
	padding-top: 200px;
	position: relative;
}

#idea .brick {
	background: rgba(255,255,255,.8);
}

#idea .sentence {
	padding: 30px;
}

#idea .brick .sentence h2 {
	color: #eb6a76;
}

#idea .brick .sentence p {
	color: #8c121b;
}

@media only screen and (min-width: 769px) {

	#idea {
		height: 420px;
		padding: 0;
	}

	#idea > .inner {
		padding: 0;
	}

	#idea .brick {
		width: 50%;
		height: 100%;
		margin-left: 50%;
		vertical-align: middle;
		overflow: hidden;
	}

	#idea .brick:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	#idea .sentence {
		display: inline-block;
		padding: 0;
		vertical-align: middle;
	}
}

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

	#idea .sentence {
		width: 98%;
		padding-left: 30px;
		padding-right: 30px;
	}

	#idea .sentence * br {
		display: none;
	}
}

@media only screen and (min-width: 1001px) {

	#idea .sentence {
		width: 440px;
		padding-left: 60px;
	}
}



#place {
	width: 100%;
	position: relative;
}

#place > .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

#place > .inner:before {
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	background-image: url(../image/about/back_place_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#place .brick {
	background: #eb6a76;
}

#place .sentence {
	padding: 30px;
}

#place .brick .sentence h2 {
	color: #8c121b;
}

#place .brick .sentence p {
	color: #fff;
}

@media only screen and (min-width: 769px) {

	#place {
		height: 420px;
	}

	#place > .inner:before {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	#place .brick {
		width: 50%;
		height: 100%;
		margin-right: 50%;
		text-align: right;
		vertical-align: middle;
	}

	#place .brick:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	#place .sentence {
		display: inline-block;
		padding: 0;
		padding-right: 60px;
		text-align: left;
		vertical-align: middle;
	}
}

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

	#place .sentence {
		width: 98%;
		padding-left: 30px;
		padding-right: 30px;
	}

	#place .sentence * br {
		display: none;
	}
}

@media only screen and (min-width: 1001px) {

	#place .sentence {
		width: 440px;
		padding-right: 60px;
	}
}




#facility {
	overflow: hidden;
}

#facility:after {
	display: block;
	content: '';
	width: 100%;
	height: 140px;
	background-image: url(../image/about/back_facility.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 400px 230px;
}

#facility > .inner {
	max-width: 1400px;
	padding: 30px;
	padding-bottom: 0;
	z-index: 2;
}

#facility .blockheader {
	margin-bottom: 20px;
}

#facility .blockheader > div:before {
	content: '\f16d';
}

#facility .sentence {
	color: #fff;
}

#facility .sentence h2 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

#facility .sentence p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

#facilitylist {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	vertical-align: top;
}

.facility {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	vertical-align: top;
}

.facility figure {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	overflow: hidden;
}

.facility figure img {
	width: 100%;
	height: auto;
}

.facility p {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

	#facility:after {
		height: 300px;
		background-size: 720px 413px;
	}

	.facility {
		display: inline-block;
		width: 50%;
		padding: 20px;
	}

	#facility > .inner {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 769px) {

	#facility:after {
		height: 400px;
		background-size: 1080px 620px;
	}

	#facility > .inner {
		padding: 70px;
		padding-top: 30px;
		padding-bottom: 0;
	}

	#facility .blockheader {
		margin-bottom: 30px;
	}

	#facility .sentence h2 {
		margin: 0;
		font-size: 36px;
	}

	#facility .sentence p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.facility {
		display: inline-block;
		width: 50%;
		padding: 30px;
	}

	.facility figure {
		width: 300px;
		height: 300px;
		margin-bottom: 30px;
	}

	.facility p {
		width: 300px;
		padding: 0;
		font-size: 14px;
		line-height: 1.6;
	}
}



#baby {
	width: 100%;
	position: relative;
}

#baby > .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

#baby .brick {
	background: rgb(255,223,98);
}

#baby .sentence {
	padding: 30px;
}

#baby .brick .sentence h2 {
	margin-bottom: .5em;
	color: #8c121b;
	font-size: 18px;
}

#baby .brick .sentence p {
	margin-bottom: 1em;
	color: #8c121b;
}

#baby .brick .sentence figure.badge {
	text-align: center;
}

#baby .facility {
	margin-top: -90px;
	padding: 0;
}

#baby .facility figure {
	width: 120px;
	height: 120px;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

	#baby .facility {
		width: 100%;
	}
}

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

	#baby > .inner:before {
		display: block;
		content: '';
		width: 100%;
		height: 200px;
		background-image: url(../image/about/back_baby_1.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: cover;
	}
}

@media only screen and (min-width: 769px) {

	#baby {
		height: 500px;
		background-image: url(../image/about/back_baby_1.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	#baby .brick {
		width: 50%;
		height: 100%;
		margin-left: 50%;
		background: rgba(255,223,98,.9);
		vertical-align: middle;
	}

	#baby .brick:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	#baby .sentence {
		display: inline-block;
		padding: 0;
		vertical-align: middle;
	}

	#baby .brick .sentence h2 {
		margin-bottom: .5em;
		color: #8c121b;
		font-size: 30px;
	}

	#baby .brick .sentence p {
		margin-bottom: 1em;
		color: #8c121b;
	}

	#baby .brick .sentence figure.badge {
		text-align: left;
	}

	#baby .facility {
		width: 100%;
		margin-top: -100px;
	}

	#baby .facility figure {
		width: 200px;
		height: 200px;
		margin: 0;
		margin-bottom: 20px;
	}
}

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

	#baby .sentence {
		width: 98%;
		padding-left: 30px;
		padding-right: 30px;
	}

	#baby .sentence * br {
		display: none;
	}
}

@media only screen and (min-width: 1001px) {

	#baby .sentence {
		width: 440px;
		padding-left: 60px;
	}
}


#atmosphere {
	width: 100%;
	background: #82b35a;
}

#atmosphere > .inner {
	width: 100%;
	font-size: 0;
	position: relative;
	vertical-align: top;
}

#atmosphere .blockheader {
	color: #377309;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
}

#atmosphere .blockheader > div:before {
	content: '\f17d';
}

#atmosphere .blockheader .ribbon_fore,
#atmosphere .blockheader .headerlabel {
	fill: #377309;
}

@media only screen and (min-width: 769px) {

	#atmosphere .blockheader {
		top: 30px;
	}
}


#invite {
	overflow: hidden;
	z-index: 10;
}

#invite:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	min-height: 370px;
	background-image: url(../image/about/back_invite.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px 365px;
	position: absolute;
	right: -50px;
	bottom: -50px;
}

#invite > .inner {
	max-width: 1000px;
	padding: 30px;
	padding-top: 50px;
	z-index: 2;
}

#invite .sentence {
	width: 100%;
	padding-right: 100px;
	color: #fff;
}

#invite .sentence h2 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

#invite .sentence p {
	padding-bottom: 2em;
	font-size: 14px;
	line-height: 1.6;
}

#invite .sentence .btnarea {
	position: relative;
}

#invite .sentence .btn {
	display: inline-block;
	width: auto;
	height: 38px;
	margin: 3px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	position: relative;
	vertical-align: top;
}

#invite .sentence .btn a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border-radius: 20px;
	background: #8c121b;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

#invite .sentence .btn a:hover,
#invite .sentence .btn a.hover {
	background: #fff;
	color: #8c121b;
}

#invite .sentence .btn a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#invite .sentence .btn a span {
	display: inline-block;
	vertical-align: middle;
}

#invite .sentence .btn a span:after {
	display: inline-block;
	content: '\f1b3';
	margin-top: -.1em;
	margin-left: .5em;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 769px) {

	#invite {
		margin-top: -70px;
		padding-top: 70px;
	}

	#invite:after {
		width: 1000px;
		margin-left: -500px;
		background-position: right top;
		background-size: 294px 670px;
		top: 0;
		left: 50%;
		right: auto;
		bottom: auto;
	}

	#invite > .inner {
		padding: 70px;
		padding-top: 100px;
	}

	#invite .sentence {
		max-width: 600px;
		padding: 0;
	}

	#invite .sentence h2 {
		font-size: 30px;
	}

	#invite .sentence p {
		padding-bottom: 2em;
		font-size: 16px;
		line-height: 1.6;
	}

	#invite .sentence .btn {
		width: calc(50% - 8px);
		font-size: 16px;
	}

	#invite .sentence .btn a {
		padding: 0;
	}
}
