@charset 'utf-8';


#container {
	background-color: #fff;
	background-image: url(../image/common/back_flower.png);
	background-position: center top;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

	#container {
		background-image: url(../image/common/back_flower@2x.png);
		background-size: 300px 300px;
	}
}

.articleblock {
	padding: 0;
}

.articlebody {
	font-size: 1.4em;
	line-height: 2;
}

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

	.articlebody {
		font-size: 1.6em;
	}

	.breadcrumb {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.breadcrumb li,
	.breadcrumb li a,
	.breadcrumb li a span {
		color: #fff;
	}
}


#ownerlist .blockheader > div:before {
	content: '\f1aa';
}


#ownerlist {
	width: 100%;
}

#ownerlist > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

#ownerlistblock {
	width: 100%;
	padding: 20px 10px;
}

.ownerplate {
	width: 100%;
	padding: 10px;
}

.ownerplate:not(:last-child) {
	margin-bottom: 20px;
}

.ownerplate > .inner {
	width: 100%;
	font-size: 10px;
	line-height: 1.6;
}

.ownerplate .cover {
	width: 100%;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	background: #f6e3e5;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.ownerplate:nth-child(even) .cover {
	background: #fdf6f7;
}

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

.ownerplate header {
	max-width: 500px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 10px;
}

.ownerplate header .foto {
	width: 100%;
}

.ownerplate header .info {
	width: 100%;
	text-align: center;
}

.ownerplate header figure {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.ownerplate header h1 {
	color: #8c121b;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: normal;
	word-wrap: break-word;
}

.ownerplate header p {
	display: inline-block;
	padding: 0 .3em;
	font-size: 1.2em;
	word-wrap: break-word;
}

.ownerplate header p.name {
	font-size: 1.4em;
}

.ownerplate header p small {
	padding-left: .2em;
	font-size: .85em;
}

.ownerplate header .info .link {
	width: 100%;
	padding-top: 2em;
	text-align: left;
}

.ownerplate header .info .link p.icon {
	display: block;
	position: relative;
	font-size: 1.2em;
}

.ownerplate header .info .link p.icon {
	padding-left: 1.3em;
	word-wrap: break-word;
}

.ownerplate header .info .link p.icon:before {
	display: inline-block;
	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;
	position: absolute;
	top: 0;
	left: 0;
}

.ownerplate header .info .link p.website:before {
	content: '\f1da';
}

.ownerplate header .info .link p.blog:before {
	content: '\f1cd';
}

.ownerplate header .info .link p.facebook:before {
	content: '\f146';
}

.ownerplate .columns {
	display: flex;
	flex-wrap: wrap;
}

.ownerplate .column {
	width: 100%;
	padding: 10px;
}

.ownerplate .column.info h3 {
	margin-bottom: .5em;
	font-size: 1.6em;
}

.ownerplate .column.info ul {
	margin-left: 1.5em;
	font-size: 1.4em;
}

.ownerplate .column.info ul:not(:last-child) {
	margin-bottom: 1em;
}

.ownerplate .column.info li:not(:last-child) {
	margin-bottom: .5em;
}

.ownerplate .column.info p {
	font-size: 1.3em;
	word-wrap: break-word;
}

.ownerplate .column.message p {
	font-size: 1.4em;
	word-wrap: break-word;
}

.ownerplate .column.message p:not(:last-child) {
	margin-bottom: 1em;
}

.ownerplate .column.foto figure {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.ownerplate .column.foto figure:not(:last-child) {
	margin-bottom: 2em;
}

.ownerplate .note {
	padding: 10px;
}

.ownerplate .note > .inner {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.5);
}

.ownerplate:nth-child(even) .note > .inner {
	background: rgba(255,255,255,.8);
}

.ownerplate .note h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
}

.ownerplate .note p {
	font-size: 1.3em;
}

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

	#ownerlistblock {
		padding: 30px;
	}

	.ownerplate header {
		flex-direction: row;
		justify-content: start;
	}

	.ownerplate header .foto {
		width: 120px;
	}

	.ownerplate header .info {
		width: calc(100% - 120px);
		padding-left: 3em;
		text-align: left;
	}

	.ownerplate {
		padding: 15px;
	}

	.ownerplate .cover {
		padding: 30px;
	}

	.ownerplate header {
		font-size: 1.2em;
	}

	.ownerplate .column:nth-child(1) {
		width: 50%;
	}

	.ownerplate .column:nth-child(2) {
		width: 25%;
	}

	.ownerplate .column:nth-child(3) {
		width: 25%;
	}
}


#aboutbtn {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	padding-top: 0;
}

#aboutbtn > .inner {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	background: #fff;
	font-size: 14px;
	overflow: hidden;
}

#aboutbtn a {
	display: block;
	width: 100%;
	height: 40px;
	background: #de4d5c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	vertical-align: middle;
}

#aboutbtn a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#aboutbtn a:hover {
	background: #8c121b;
}

#aboutbtn a span {
	display: inline-block;
	vertical-align: middle;
}

#aboutbtn 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: 541px) and (max-width: 768px) {

	#aboutbtn {
		padding: 20px;
		padding-top: 0;
	}
}

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

	#aboutbtn {
		padding: 20px;
		padding-top: 0;
	}

	#aboutbtn > .inner {
		font-size: 16px;
	}

	#aboutbtn a {
		height: 50px;
	}
}