@charset "utf-8";
/* CSS Document */
/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
/*background-image: url(img/peter_bg.png);*/
body {
	font-family: 'Kiwi Maru', serif;
	color: #333333;
	background-color: #C8E6FC;
	margin: 0 auto;
	max-width: 1200px;
	}
article,
footer {
	box-sizing : border-box;
	width : 80%;
	margin : 0 auto;
	text-align:center;
	}
/*============================
header style
============================*/
#top-head {
  width: 100%;
  height: 90px;
  background: #fff;
  opacity: 0.9;
  display: flex;
  /* position: fixed; */
  z-index: 999;
}
#top-head .inner {
  float: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 a {
  color: #20b2aa;
  text-decoration: none;
  font-weight: bold;
	width: 50%;
	height: 60px;
	margin-top: 0;
}
.logo{
	margin-top: 0;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 6px;
  color: #404040;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}
.va{
	display: block;
  margin: 0 auto;
	width: 80%;

}
img {
  margin-top: 10px;
}
article h1 {
	font-size : 2em;
	border-bottom : 1px solid;
	/* margin-bottom : 1em; */
	margin-bottom: 1rem;
	margin-top: 4rem;
	/* padding-top: 4rem; */
	}
article > p {
	margin-top : 3rem;
	}
article > section {
	overflow : hidden;
	padding-bottom : 3em;
	}
article > section > p {
	/* margin-bottom :3em; */
	margin-top: 3rem;
	}

	.df{
		display: flex;
	}

article > section > .df > section {
	/*float: left;
	*//*width: 46%;	*/
	margin: 4rem 1rem 0;
	padding: 2em;
	text-align: center;
	/*box-sizing: border-box;
	*/background-color: #ffffff;
	border: solid 1px #666;
	display: block;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}
article > section > .df > section > a > img{
	margin-top: 0;
}
article > section > .df > section > p {
/* text-align: left; */
}
article > section > section:nth-of-type(3) {
	margin-right : 0;
	}
footer {
	/* margin-top : 15em; */
	max-width: none;
	margin-bottom : 5em;
	}

	.discription{
margin:1rem ;
	}


	.w-100 {
		width: 100%;
	}

	.peter_15 {
		display: block;
	}
	.peter_15 img {
		width: 100%;
	}

/* ---------- エフェクトに関するCSS ---------- */

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0px, 100px);
	transition : all 500ms;
	}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*フッター-------------------------------------------------*/

footer {
	width: 100%;
	/* border-top: solid 1px #014c80; */
}

footer ul{
	width:100%;
	background-color:#FFFFFF;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
}

footer ul li{
	color: #000000;
	font-size: 14px;
	padding: 30px;
}

footer a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: black;
}

footer a:hover {
	color: #014c80;
	text-decoration:underline;
}

footer > p{
	padding: 20px;
	font-size: 12px;
}

.gothic {
	display: none;
}
