@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Base
 * ------------------------------------ */

body:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #ffffff url(../img/bg.png) repeat center top;*/
	content: "";
	z-index: -1;
}

a:hover {
	opacity: 0.7;
}

#container {
	margin: 0 auto;
	background: url(../img/bg_header.png) repeat-x left top;
}

header h1 a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	margin: 0 auto;
	padding-top: 53.995%;
	background: url(../img/mainvisual.png) no-repeat center center;
	background-size: contain;
	line-height: 0;
}
header nav.nav_home {
	position: fixed;
	top: 2.5em;
	right: 0.7em;
	z-index: 2;
}
header nav.nav_home a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 48.6px;
	height: 0;
	padding-top: 136.9%;
	background: url(../img/nav_aoimania.png) no-repeat left top;
	background-size: contain;
	line-height: 0;
	opacity: 0.9;
}
header nav.nav_home a:hover {
	opacity: 0.5;
}
@media (max-width: 767px) {
header {
	width: 96%;
	margin: 0 auto;
}
header nav.nav_home {
	position: absolute;
	top: 3em;
	right: 0.3em;
}
header nav.nav_home a {
	width: 27px;
}
}

main {
	max-width: 960px;
	margin: 0 auto;
}
@media (max-width: 767px) {
main {
	width: 100%;
}
}

main > article > p {
	width: 93%;
	margin: 1.5em auto 0;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.7;
}

article > section > h1 {
	width: 93%;
	margin: 0 auto;
	padding: 0.5em;
	border-radius: 12px;
	background: #000000;
	font-weight: 700;
	font-size: 181%;
	color: #ffdfe3;
	text-align: center;
}
@media (max-width: 767px) {
main > article > p {
	font-size: 115%;
	line-height: 1.5;
}

article > section > h1 {
	font-size: 112%;
}
}


/* ------------------------------------
 * menu
 * ------------------------------------ */

.menu ul {
	display: flex;
	display: -webkit-box; /* Androidブラウザ */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* safari（PC） */
	flex-wrap: wrap; /* 複数行（複数列）にする記述 */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: multiple; /* 複数行（複数列）にする記述 */
	-moz-box-lines: multiple;
	justify-content: center; /* 子要素の水平位置に関する記述 */
	-webkit-justify-content: center; /* safari（PC） */
	-webkit-box-pack: justify; /* Androidブラウザ */
	-ms-flex-pack: justify; /* IE10 */
	width: 60%;
	margin: 2em auto;
	text-align: center;
}
.menu ul li {
	width: 50%;
}
.menu ul li a {
	display: block;
	margin: 0.3em;
	padding: 0.2em;
	border: solid 3px #ffffff;
	border-radius: 12px;
	background: #8ec4c4;
	color: #ffffff;
	font-size: 300%;
	text-decoration: none;
}

#index .menu ul li:first-of-type a {
	background: #eb99a1;
}

#report .menu ul li:nth-of-type(2) a {
	background: #eb99a1;
}
@media (max-width: 767px) {
.menu ul {
	width: 96%;
	margin: 1.5em auto;
}
.menu ul li a {
	margin: 0.3em;
	padding: 0.2em;
	font-size: 200%;
}
}


/* ------------------------------------
 * Gallery
 * ------------------------------------ */

.photogallery ul {
	display: flex;
	display: -webkit-box; /* Androidブラウザ */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* safari（PC） */
	flex-wrap: wrap; /* 複数行（複数列）にする記述 */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: multiple; /* 複数行（複数列）にする記述 */
	-moz-box-lines: multiple;
	justify-content: center; /* 子要素の水平位置に関する記述 */
	-webkit-justify-content: center; /* safari（PC） */
	-webkit-box-pack: justify; /* Androidブラウザ */
	-ms-flex-pack: justify; /* IE10 */
	width: 90%;
	margin: 1em auto;
	text-align: center;
}
.photogallery ul li {
	width: 16.6%;
	margin: 0.5em 0;
	padding: 0 0.5em;
}
.photogallery ul li img {
	width: 100%;
	border: solid 1px #000000;
}
@media (max-width: 767px) {
.photogallery ul {
	width: 96%;
}
.photogallery ul li {
	width: 33%;
	margin: 0.5em 0;
	padding: 0 0.5em;
}
}


/* ------------------------------------
 * Report
 * ------------------------------------ */

.report p {
	width: 90%;
	margin: 1em auto;
	font-size: 112%;
	line-height: 1.9;
}


/* ------------------------------------
 * jquery.fancybox.css OVERRIDE
 * ------------------------------------ */

.fancybox-nav {
	width: 50% !important; /* オリジナル：40% コピーガード穴対策（中央に隙間） */
}


/* ------------------------------------
 * 画像コピーガード
 * ------------------------------------ */

.photoArea {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.img_Guard{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/spacer.gif);
}


/* ------------------------------------
 * 動画iframe
 * ------------------------------------ */

iframe {
	height:20px;
	width:70px;
}


/* ------------------------------------
 * 上部へ戻るボタン
 * ------------------------------------ */
 
#toTop {
	position: fixed;
	bottom: 2%;
	right: 0.7em;
	z-index: 2;
}
#toTop a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 2.5em;
	height: 0;
	padding-top: 100%; /* 100% */
	background: url(../img/arrowUp.png) no-repeat left top;
	background-size: contain;
	line-height: 0;
	opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 959px) {
#toTop {
	position: fixed;
	bottom: 1.5%;
	right: 1.2%;
}
#toTop a {
	width: 2.5em;
}
}

@media (max-width: 767px) {
#toTop {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 2;
}
#toTop a {
	width: 2.5em;
}
}


/* ------------------------------------
 * Footer
 * ------------------------------------ */

footer {
	/*margin-top: 5em;*/
}
footer small {
	padding-bottom: 2em;
	background: #000000;
}
footer:before {
	display: block;
	/*min-height: 5em;*/
	background: url(../img/bg_footer.png) repeat-x center bottom;
	content: " ";
}
footer small {
	display: block;
	color: #ffffff;
	font-size: 85%;
}
@media (max-width: 767px) {
footer small {
	font-size: 60%;
}
}


