@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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.clear { clear:both; } 

.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 */



/* こっからメインの */

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }
a:active { color: #000; }

/* センタリング */

body{
	margin:0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #383c3c;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 城みさを */
#misao-img {
	background-image: url(misao/misao-img.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#misao-profile {
	width: 1000px;
	margin: 160px auto;
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 14px;
}

#misao-profile h1 {
	font-size: 24px;
	font-family: "Sawarabi Mincho", serif;
	margin-bottom: 24px;
}

#misao-profile h1 > span {
	display: block;
	font-size: 14px;
	color: #ccc;
}

#misao-profile span > img {
	float: left;
	width: 500px;
	height: auto;
	margin-right: 80px;
}

.misao-right {
	background-color: #ddd;
	height: 500px;
	transition: 5s;
}

.misao-line {
	display: flex;
	justify-content: center;
	align-items: center;
}

.misao-right-on {
	margin-top: -500px;
	text-align: right;
	transition: 3s;
}

.misao-right-on img {
	width: 400px;
	padding: 25px;
	box-sizing: border-box;
	height: auto;
	margin: 25px 0;
	background-color: #fff;
	margin: 25px 100px 25px 0;
}

.misao-left-on {
	margin-top: -500px;
	text-align: left;
	transition: 1s;
}

.misao-left-on img {
	width: 600px;
	height: auto;
	margin: 25px 0;
}

.finr {
	opacity: 0;
	transform: translate(1000px, 0);
	-webkit-transform: translate(1000px, 0);
}

.finr2 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.finup {
	opacity: 0;
	transform: translate(0, -60px);
	-webkit-transform: translate(0, -60px);
}

.finup2 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/* 城みさをを偲ぶ会 */
#sk-img {
	background-image: url(misao/sinobukai-img.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#sk-img　h1 {
	overflow: hidden;
}

#sk-top_text {
	width: 1180px;
	margin: 80px auto;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 14px;
	color: #666;
}

.sk-main {
	width: 1180px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 2px;
	color: #aaa;
	font-weight: 100;
	
}


.sk-bottom {
	margin-bottom: 100px;
}

.sk-main h2 {
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 100;
	background-color: #ccc;
	color: #fff;
	padding-top: 8px;
	box-sizing: border-box;
	margin: 100px auto 40px auto;
}


.sk-left {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.sk-right {
	width: 48%;
	margin-top: 150px;
	transition: 1s;
	float: right;
}

.sk-right img,
.sk-left img {
	width: 100%;
	height: auto;
	margin-top: 100px;
	transition: 1s;
}

.sk-left img:first-child {
	margin-top: 0;
}


/* 追憶ページ */

#top-img {
	background-image: url(misao/top.jpg);
	width: 100%;
	height: 458px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#top {
	margin-bottom: 20px;
}

#top > h1 {
	margin: 80px auto;
	font-size: 24px;
	font-family: "Sawarabi Mincho", serif;
	text-align: center;
	letter-spacing: 20px;
}

#top > span {
	width: 1000px;
	margin: auto;
	text-align: left !important;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

#top > span > p {
	margin-top: 20px;
	text-align: right;
	font-family: "Sawarabi Mincho", serif;
	font-size: 14px;
}


#eng,
#shinobukai {
	text-align: center;
	margin: 0 auto 80px auto;
}

#eng img {
	width: 600px;
	height: auto;
	margin: auto;
	display: block;
	transition: 3s;
	border: solid 1px #ccc;
	border-radius: 10px;
	padding: 24px;
}

#shinobukai img {
	width: 350px;
	height: auto;
	margin: 80px auto 0 auto;
	display: block;
	transition: 3s;
	padding: 30px;
	border: solid 1px #ccc;
	border-radius: 10px;
}

#message {
	width: 800px;
	text-align: center;
	margin: 120px auto 120px auto;
	font-size: 16px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 10px;
	background-color: #f0cbd4;
}

#message span {
	display: block;
	margin-top: 20px;
}

#message a {
	display: block;
}

#misao-photo {
	width: 1000px;
	margin: 200px auto;
}

#misao-photo img {
	width: 500px;
	height: auto;
	margin: auto;
	display: block;
	transition: 3s;
}

.history {
	width: 1000px;
	margin: auto;
	display: block;
}

.history h2 {
	font-size: 24px;
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	margin-bottom: 100px;
}

.history dl {
	width: 400px;
	height: auto;
	text-align: center;
	margin-bottom: 160px;
	margin-right: 200px;
	float: left;
	transition: 1s;
}

.history dt img {
	width: 400px;
	height: auto;
}

.history dl:nth-child(2n + 1) {
	margin-right: 0;
}

.history dl dd {
	margin-top: 20px;
	font-size: 14px;
}

.saorinomori {
	text-align: center;
	margin-bottom: 80px;
}

.saorinomori h3{
	font-size: 20px;
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	margin-bottom: 100px;
}

.saorinomori dl {
	margin-bottom: 80px;
	transition: 1s;
}

.saorinomori img {
	width: 1000px;
	height: auto;
	margin: auto;
}

.saorinomori span {
	letter-spacing: 2px;
	line-height: 1.5em;
	font-size: 14px;
}

	.to-top {
		width: 1000px;
		margin: auto;
		text-align: right;
		font-size: 14px;
		margin-bottom: 20px;
		display: block;
	}


.fin {
opacity: 0;
transform: translate(0, 60px);
-webkit-transform: translate(0, 60px);
}

.fin2 {
opacity: 1.0;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
