@charset "UTF-8";	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
*,*::after,*::before {
	box-sizing: border-box;
	word-wrap: break-word;
}
 
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
wrapper{
	max-width: 1000px;
	margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.4;
}
header{
	background-color: #BD86B4;
	overflow: hidden;
	position: relative;
	padding-top: 110px;
	text-align: center;
	height: 190px
}
.circle{
	position: absolute;
	background-origin: #FFF;
	background-image: url("../image/head-bg.jpg");
	background-size: 52%;
background-position: 50% -31%;
	background-repeat: no-repeat;
	width: 2000px;
	height: 2000px;
	border-radius: 50%;
	top: 50px;
   left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
	z-index: 1;
}
.title{
	position: relative;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,1);
	font-size: 36px;
	z-index: 1000;
	font-weight: bold!important;
	padding-left: 0;
}
.title::before{
	content: "";
	text-indent: 0;
	padding-left: 0;
	margin: 0;
}
h1.title{
	text-indent: 0;
}
/*.border-b{
	border-bottom: 5px dotted #BD86B4 ;
	display: inline-block;
	padding-bottom: .5em;
}*/
container{
  display: flex;
  flex-direction:column;
	padding: 0 10px;
}
.top{
	padding-top: 2rem;
}
h1,#index h2{
	font-size: 24px;
	margin-bottom: 1rem;
	color: #BD86B4;
	font-weight: bold;
	padding-left:1.5em;
	text-indent:-1.5em;
}
h1::before,#index h2::before{
	content: "◆";
	margin: .25em;
}
.image-head{
	width: calc(100% - 2px);
	margin-bottom: 2rem;
	outline: solid 1px #dfdfdf;
	border: solid 5px #FFF;
}
.image-l-l{
	width: 50%;
	float: left;
	margin-right: 1rem;
}
.image-l-r{
	width: 50%;
	float: right;
	margin-left: 1rem;
}
.image-m-l{
	width: 40%;
	float: left;
	margin-right: 1rem;
}
.image-m-r{
	width: 40%;
	float: right;
	margin-left: 1rem;
}
.image-s-l{
	width: 30%;
	float: left;
	margin-right: 1rem;
}
.image-s-r{
	width: 30%;
	float: right;
	margin-left: 1rem;
}
h2, #index h3{
	font-size: 20px;
	margin-bottom: 1rem;
	color: #BD86B4;
	font-weight: bold;
}
p{
	margin-bottom: 2rem;
	line-height: 1.75;
}
p::after{
  content: "";
  display: block;
  clear: both;
}
.summary{
	background: #FFEBFF;
	padding: 1.2rem 1.2rem .7rem 1.2rem;
	border-radius: .5rem;
	margin-bottom: 4rem;
}
.summary p{
	margin-bottom: .5rem;
}
nav li{
	border-top: 3px dotted #BD86B4;
}
nav a{
	padding: .5rem 1rem;
	display: block;
}
footer{
	background-color: #BD86B4;
  margin-top: auto;
	padding: 20px;
	text-align: center;
	color: #FFF;
}
@media screen and (min-width:780px){
container{
  flex-direction:row;
	flex-wrap: wrap;
}
	.top{
		width: 100%;
		padding-top: 2.5rem;
	}
	.left{
	flex-grow: 2;
		width: calc(100% - 250px);
		padding-right: 1.5rem;
	}
	.right{
		width: 250px;
	}
.image-head{
}
nav ul{
	border-bottom: 3px dotted #BD86B4;
}
}