﻿@charset "utf-8";

/* --------------------------------------------------- */
/* --- 写真展「華火 HANABI」 --------------------------- */
/* --------------------------------------------------- */

header h1 {
	margin-top: 0 !important;
	padding: 5px 0;
	min-width: 183px;
}

#wrapper {
	background-color: rgba(227,227,227,0.25);
	font-family: "游明朝体", "Yu Mincho", YuMincho;
}

@media screen and (min-width:901px) {
	#wrapper section {
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}
}
#wrapper section h2.sec_ttl {
	border-color: rgba(51,51,51,0.5);
	color: rgba(51,51,51,1);
}

footer {
	padding: 5px;
	background: none;
	text-align: center;
	font-size: 1.2rem;
}

#information p {
	margin-bottom: 1.5em;
	font-size: 2.0rem;
	text-align: center;
}
#information p.statement {
	font-size: 2.5rem;
	line-height: 2.5;
}
#information p span {
	font-size: 1.6rem;
}
@media screen and (max-width:640px) {
	#information {
		padding-top: 3.125% !important;
	}
	#information p {
		font-size: 1.6rem;
	}
	#information p.statement {
		font-size: 1.7rem;
	}
}

#profile dl,
#gallery dl {
	margin-bottom: 20px;
	border-bottom: 1px dotted rgba(15,115,50,0.2);
	padding-bottom: 25px;
	text-align: center;
}
#profile dl:last-of-type,
#gallery dl:last-of-type {
	border: none;
}
#profile dl dt,
#gallery dl dt {
	text-shadow: 0px -1px 0px rgba(255,255,255,1), 0px 1px 0px rgba(255,255,255,1);
	font-weight: bold;
	font-size: 2.2rem;
}
#gallery dl dt { font-size: 2.5rem; }

#profile dl:nth-of-type(1) dt { color: rgba(167,33,36,1);}
#profile dl:nth-of-type(2) dt { color: rgba(226,170,190,1);}
#profile dl:nth-of-type(3) dt { color: rgba(84,107,48,1);}
#profile dl dd p {
	margin-bottom: 0.75em;
	font-size: 1.5rem;
}
#profile dl dd p span {
	font-weight: bold;
}
#profile dl dd ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#profile dl dd ul li {
	display: inline-block;
	margin: 0 10px;
}
#profile dl dd ul li img {
	width: auto;
	height: auto;
}


#gallery p {
	margin-bottom: 0.5em;
}
#gallery p img {
	max-width: 600px;
}


#contact p {
	margin-bottom: 1.5em;
	text-align: center;
}
#contact p span {
	display: block;
}


#sns_btn {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	border: none;
}
#sns_btn div span,
#sns_btn div span {
	height: 28px !important;
}
@media screen and (max-width: 640px) {
	#sns_btn {
		margin-top: 10%;
	}
}
@media screen and (min-width:641px) {
	#sns_btn {
		margin-top: 2.5%;
	}
}
