/* CSSファイル */

@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

h1, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }


html, body {
	margin:0;
	padding:0;
	font-family: "Noto Sans Japanese";
	font-weight: 200;
	background:white;
}

#wrap {
	margin: 0 auto;
}


/* ヘッダ */
header {
	position:relative;
	overflow:hidden;
	margin: 0px auto;
}

header a#titlelogo, header a#titlelogo:link, header a#titlelogo:visited {
	color: black;
	text-decoration:none;
}

header h1 {
	font-size: 1.8vw;
	text-align:left;
	margin: 0 0 0 2vw;
	padding: 2vw 0 2vw 7vw;
	letter-spacing: 0.1vw;
	position: relative;
	background:url(../img/kamimura_logo.png);
	background-size: 6vw 6vw;
	background-repeat:no-repeat;
	background-position: 0.5vw 2.5vw;
	font-weight: normal;
}

header h1 .head-h1-main {
	font-size: 2.4vw;
	font-weight: bold;
}

#head_over {
	width: 100%;
}
#headbar {
	background-color: #FE5C6D;
	height: 2vw;
}
#headbg {
	background-color: rgba(255,255,255,0.5);
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
#mainpict {
	background-color: #FFD2D7;
	text-align: center;
	font-size: 0px;
}
#mainpict img {
	max-width: 616px;
	width: 100%;
}
#headbg>div:first-child {
	flex: 60;
}
#headbg>div:last-child {
	flex: 40;
}
#head-siryo {
	background-color: #FE5C6D;
	color: white;
	font-size: 2.6vw;
	padding: 1vw;
	margin: 2vw 2vw 0 0;
	display: block;
	width: 12em;
	text-align: center;
	letter-spacing: 0.2em;
	float: right;
}
#head-siryo:link, #head-siryo:visited {
	text-decoration: none;
}


/* メイン領域 */

#main {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

section {
	margin-top: 30px;
	overflow: hidden;
}


section.lead {
}

p.lead-p {
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
	margin-top: 0;
}

p.notice {
	font-size: 13px;
	font-weight: 200;
}
p.lead-p strong {
	font-size: 20px;
}



section.block1 {
	background-color: #FFF1E2;
	display: flex;
	font-size: 14px;
	margin-bottom: 50px;
}
section.block1>div {
	padding: 20px;
}
section.block1>div:first-child {
	flex: 55;
}
section.block1>div:nth-child(2) {
	flex: 45;
	text-align: center;
}
section.block1 h1 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0.5em;
}
section.block1 p {
	text-align: left;
	margin-bottom: 0;
}

.anshin h1 img {
	width: 100%;
	max-width: 547px;
}

.anshin-bg {
	width: 445px;
	padding: 0 60px;
	font-size: 13px;
	font-weight: bold;
	height: 150px;
	margin: 0 auto;
	background-image: url(../img/anshin_bg.png);
	line-height: 1.4em;
}

.kodomoen {
	color: #FE5C6D;
}
.kodomoen a:link, .kodomoen a:visited {
	color: #FE5C6D;
	text-decoration: none;
}

section.frameblock {
	overflow: visible;
	margin-bottom: 50px;
}

.frame {
	padding: 65px 0 23px 0;
	width: 613px;
	margin: 0 auto;
	background-image: url(../img/frame_a.png), url(../img/frame_c.png);
	background-repeat: no-repeat;
	background-position: top, bottom;
	position: relative;
	overflow: visible !important;
	font-size: 18px;
	font-weight: bold;
}
.frame-content {
	margin: 0px 0 0px 0;
	padding: 0 20px 0 20px;
	background-image: url(../img/frame_b.png);
	background-repeat: repeat-y;
	overflow: visible !important;
}

img.arrow {
	margin: 20px;
}

section.flow {
	margin-top: 0;
}

.fs {
	text-align: left;
}
.fs h1 {
	height: 48px;
	background-image:url(../img/fs1.png);
	background-repeat: no-repeat;
	padding: 50px 0 0 85px;
	font-size: 16px;
	color: #FE5C6D;
	position: absolute;
	left: -14px;
	z-index: 999;
}
.fs p {
	padding: 120px 50px 0px 50px;
	font-size: 16px;
}


/* フッタ */
footer {
	background:#FE5C6D;
	color: white;
	text-align: center;
	padding: 30px;
}

footer address {
	font-style: normal;
	line-height: 1.8em;
}
footer address a:link, footer address a:visited {
	color: white;
}


/* その他 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



@media screen and (min-width:1000px) {
	
	header h1 {
		font-size:18px;
		text-align:left;
		margin: 0 0 0 20px;
		padding: 20px 0 20px 70px;
		letter-spacing:1px;
		position: relative;
		background:url(../img/kamimura_logo.png);
		background-size: 60px 60px;
		background-repeat:no-repeat;
		background-position: 5px 25px;
		font-weight: normal;
	}
	
	header h1 .head-h1-main {
		font-size: 24px;
		font-weight: bold;
	}

	#head-siryo {
		font-size: 26px;
		margin: 20px 20px 0 0;
	}


	.anshin-bg {
		width: 445px;
		padding: 0 60px;
		font-size: 13px;
		height: 150px;
	}
	
	
	#foot-message .foot-name {
		display: block;
	}
	
		
}