@charset "utf-8";

/* 基本レイアウト・その1 ここから↓ */
body {
	margin: 0;
	padding: 0;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 ProN", "YuMincho", serif;
	font-size: 87.5%;
	line-height: 1.4;
}
p { font-size: 125%;
	margin: 0 0 20px 0;
}
img {
	border: 0;
}
a {
	color: #363636;
}
a:visited {
    color: #246094;
}

a:hover {
	color: #707070;
}
header h1 a {
	display: inline-block;
	vertical-align: bottom;
}
header h1 a img {
	vertical-align: bottom;
}
#path ol {
	list-style-type: none;
	padding: 0;
}
#path ol li {
	display: inline;
	margin-right: 5px;
}
#path ol li a {
	padding-right: 15px;
	background-image: url(../images/path-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#contents {
	overflow: hidden;
}
.banner_area {
	margin-bottom: 30px;
}
.banner_area a:hover {
	opacity: 0.75;
}
.banner_area dt img {
	margin-bottom: 8px;
	vertical-align: bottom;
}
.banner_area a {
	text-decoration: none;
}
.banner_area dl, .banner_area dt, .banner_area dd, .banner_area p {
	font-size: 120%;
	margin: 0;
}
.banner_area p img {
	vertical-align:text-bottom;
}
#pagetop {
	margin: 30px 0 8px 0;
	float: right;
	Padding: 0px 25px 0 0;
}
#pagetop a {
	display: block;
	min-height: 20px;
	padding: 6px 0 6px 28px;
	background-image: url(../images/background-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
footer {
	color: #000000;
	margin-bottom: 24px;
	padding: 0;
	clear: both;
	background-repeat: none;
	font-style: normal;
	text-align: center;
}
.footer background {
    background-image: url(../images/haikei-footer.jpg);
}

#copyright {
	text-align: center;
}
#copyright small {
	font-size: 110%;
}
#main h2 {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 20px 24px 24px 24px;
	background-image: url(../images/haikei-h2.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top;
	font-size: 180%;
}
#main h3 {
	color: #000000;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 150%;
}
#main p {
	margin-bottom: 30px;
}
.button {
	margin : 30px 0 0 0;
}
.button a:hover {
	opacity: 0.75;
}
#graphic {
	width: 1120px;

	margin: 0 auto 30px auto;
}
#graphic ul {
	display: block;
	list-style: none;
	padding-left: 0;
	position: relative;
}
#graphic ul li {
	display: block;
	opacity: 0;
}
#graphic ul li.now {
	opacity: 1;
}
#graphic ul li img {
	vertical-align: bottom;
}
#massage-board {
	font-size: 100%;
	font-weight: bold;
}
#news ul li time {
	display: inline-block;
	width: 200px;
	font-weight: bold;
	text-indent: 50px;
}
.about_area p:last-child {
	margin-bottom: 0;
}
.photo_right {
	margin: 0 0 10px 20px;
	float: right;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table caption {
	overflow: hidden;
	text-align: left;
}
table caption p {
	margin-bottom: 30px;
}
table th, table td {
	padding: 20px;
	border: 2px solid #000000;
}
table tr th:first-child {
	width: 30%;
}
table tr td:nth-child(2), table tr td:nth-child(3) {
	text-align: center;
}
.shouzokukon_area {
	overflow: hidden;
}
.shouzokukon_area:first-of-type {
	margin-top: 30px;
}
.shouzokukon_area figure img {
	float: left;
}
.souzokukon_area figure figcaption {
	width: 180px;
	float: right;
}
form p {
	margin-bottom: 30px;
}
form p:nth-last-child(2) {
	margin-bottom: 7px;
}
form p:last-child {
	margin-bottom: 0;
}
input, textarea {
	margin-top: 7px;
}
textarea {
	width: 420px;
	height: 115px;
	overflow-y: scroll;
}
/* 基本レイアウト・その1 ここまで↑ */

/* 基本レイアウト・その2 ここから↓ */
body {
	color: #000000;
}
body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/haikei-01.jpg") center no-repeat;
    background-size: cover;
}
header, nav, #path, #contents, footer {
	width: 1120px;
	margin: 0 auto 0 auto;
}
header h1 {
	margin: 0 0 0 0;
	padding-top: 30px;
	text-align: center;
}
nav ul {
	list-style-type: none;
	margin: 16px 0 24px 0;
	padding-left: 0;
	overflow: hidden;
}
nav ul li {
	width: 280px;
	float: left;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
}
nav ul li#nav_jidaiishou a {
	background-image: url(../images/nav-jidaiishou.jpg);
}
nav ul li#nav_shouzokukon a {
	background-image: url(../images/nav-shouzokukon.jpg);
}
nav ul li#nav_profile a {
	background-image: url(../images/nav-profile.jpg);
}
nav ul li#nav_contact a {
	background-image: url(../images/nav-contact.jpg);
}
#main {
	width: 760px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
	float: left;
}
#sub {
	width: 290px;
	float: right;
}

#main h1 {
	margin-bottom: 30px;
	padding: 20PX 40px 20px 24px;
	background-image: url(../images/haikei-h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 180%;
}
#main img {
	margin-bottom: 30px;
}
#main a {
	text-decoration: none;
}
#main ul li {
	font-size: 125%;
}

footer {
	width: 1120px;
	margin-bottom: 30px;
    padding: 22px 0 1px 0;
    background-image: url(../images/haikei-footer.jpg);
}

#jidaiishou #nav_jidaiishou a,
#shouzokukon #nav_shouzokukon a,
#profile #nav_profile a,
#contact #nav_contact a,
nav ul li a:hover {
	background-position: 0 -70px;
}
/* 基本レイアウト・その2 ここまで↑ */

/* トップページ ここから↓ */
#news ul {
	list-style-type: none;
	padding-left: 0;
}
#news ul li {
	font-size: 125%;
	padding: 20px 0 20px 160px;
	border-bottom: 1px solid #000000;
	text-indent: -200px;
}
.half-space p {
	font-size: 50%;
}
/* トップページ ここまで↑ */

/* 「時代衣装変身体験について」ページ ここから↓ */
.jidaiishou-henshin-taiken_area {
	margin-bottom: 30px;
	overflow: hidden;
}
.jidaiishou-henshin-taiken_area:last-child {
	margin-bottom: 0;
}
/* 「時代衣装変身体験について」ページ ここまで↑ */

/* プロフィールページここから */
.profile {
	margin :24px 0 24px 0;
}
/* プロフィールページここまで */

/* お問い合わせページここから */
.mail {
	margin : 30px 0 0 0;
}
.mail a:hover {
	opacity: 0.75;
}
/* お問い合わせページここまで */