@charset "utf-8";

body{
	background:#fff url(../img/bg_parts.png) repeat 0 0;
	color: #BF9D5B;
}

a{
	color: #A96976;
	text-decoration: underline;
}

header{
	position:relative;
	width: 60%;
	margin: 0 auto;
}

footer{
	background:#fff url(../img/bg_footer.png) repeat 0 0;
	width: 100%;
	height: 99px;
	color: #fff;
	text-align: center;
}

footer h1{
	padding: 35px 0 15px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	font-weight: bold;
}

footer p{
	font-size: 12px;
	font-weight: bold;
}

.footer-ex{
	background:#fff url(../img/footer-ex.jpg) repeat 0 0;
	width: 100%;
	height: 20px;
}

section{
	width: 50%;
	margin: 0 auto;
	padding: 80px 0 0 0;
}

#menu{
	position:relative;
	width: 100%;
	margin: 0 auto;
}

#menu:before {
	content: "";
	display: block;
}

#menu img.logo{
	width: 15%;
	position:absolute;
	top: 0;
	right: 0;
}

#menu img.hamon{
	width: 40%;
	position:absolute;
	top: 0;
	left: 0;
}

#menu img.fish-top{
	width: 7%;
	position:absolute;
	top: 20%;
	left: 20%;
}

#menu img.fish-bottom-1{
	width: 7%;
	position:absolute;
	top: 78%;
	left: 85%;
}

#menu img.fish-bottom-2{
	width: 7%;
	position:absolute;
	top: 83%;
	left: 80%;
}

#menu-child a:hover{
	filter:alpha(opacity=50);
	moz-opacity: 0.5;
	opacity: 0.5;
}

#menu-child{
	position:relative;
	width: 100%;
}

#menu-child:before {
	content: "";
	display: block;
	padding-top: 70%;
}

#menu-child img{
	width: 100%;
}

#menu-child .menu-1{
	width: 8%;
	position:absolute;
	top: 15%;
	left: 70%;
}

#menu-child .menu-2{
	width: 8%;
	position:absolute;
	top: 33%;
	left: 58%;
}

#menu-child .menu-3{
	width: 5%;
	position:absolute;
	top: 60%;
	left: 35%;
}

#menu-child .menu-4{
	width: 4%;
	position:absolute;
	top: 53%;
	left: 25%;
}

#menu-child .menu-5{
	width: 5%;
	position:absolute;
	top: 57%;
	left: 45%;
}

#menu-child .menu-6{
	width: 5%;
	position:absolute;
	top: 71%;
	left: 15%;
}

#menu-child .menu-7{
	width: 5%;
	position:absolute;
	top: 54%;
	left: 5%;
}

#menu-child .menu-x{
	width: 8%;
	position:absolute;
	top: 15%;
	left: 43%;
}

#menu-sns{
	width: 30%;
	border-top: solid 1px #bf9d5b;
	margin: auto;
}

#menu-sns ul{
	margin: 20px auto;
	width: 100%;
	display: table;
}

#menu-sns li{
	display:table-cell;
	text-align :center;
}

#menu-sns img{
	width: 60%;
}

section .section-h{
	width: 100%;
}

#section-1 p{
	width: 85%;
	margin: 30px auto 0;
	line-height: 2;
}

#section-1 ul{
	width: 85%;
	margin: 10px auto;
}

#section-1 ul li{
	padding: 5px 0;
}

#section-1 ul li a{
	font-weight: bold;
	line-height: 1.5;
}

#section-2 p{
	line-height: 1.5;
}

#section-2 .section-table{
	display:table;
	width: 85%;
	margin: 30px auto 0;
}

#section-2 .section-table img{
	width: 100%;
}

#section-2 .section-table div:first-child{
	display:table-cell;
	vertical-align:middle;
	width: 30%;
}

#section-2 .section-table div:last-child{
	display:table-cell;
	vertical-align:middle;
	padding: 0 0 0 20px;
	width: 70%;
	line-height: 1.5;
}

#section-2 .section-table div:last-child p{
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-bottom: 10px;
	font-weight: bold;
}

#section-2 .section-table div:last-child p span{
	font-size: 18px;
}

#section-2 .profile-detail{
	width: 85%;
	margin: 40px auto;
}

#section-2 .history-h{
	border-top: solid 1px #BF9E5D;
	padding: 30px 0;
}

#section-2 .history-h img{
	width: 100%;
	cursor: pointer;
}

#section-2 .history-h img:hover{
	filter:alpha(opacity=50);
	moz-opacity: 0.5;
	opacity: 0.5;
}

#section-2 .history-accordion{
	display: none;
}

#section-2 .history-tree{
	display:table;
	table-layout: fixed;
	width: 85%;
	margin: 0 auto 50px;
}

#section-2 .history-left img{
	width: 70%;
	margin: 80px auto;
}

#section-2 .history-left{
	display:table-cell;
	vertical-align:top;
	width: 50%;
	line-height: 1.5;
	padding-right: 15px;
	text-align: center;
}

#section-2 .history-left p{
	text-align: right;
}

#section-2 .history-right p{
	text-align: left;
}

#section-2 .history-right{
	border-left: solid 1px #BF9E5D;
	display:table-cell;
	vertical-align:top;
	width: 50%;
	line-height: 1.5;
	padding-left: 15px;
	text-align: center;
}

#section-2 .history-right img{
	width: 70%;
	margin: 150px auto;
}

#section-2 .history-date{
	color: #A96976;
	margin-bottom: 5px;
}

#section-2 .history-detail{
	margin-bottom: 20px;
}

#section-2 .message-img{
	width: 100%;
}

#section-2 .book-h{
	text-align: center;
	padding: 30px 0 10px;
}

#section-2 .book-h img{
	width: 13%;
}

#section-2 .book-table{
	display:table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}

#section-2 .book-table div{
	display:table-cell;
	vertical-align:top;
	width: 33%;
	line-height: 1.5;
	text-align: center;
	padding: 20px;
}

#section-2 .book-table div p{
	margin-top: 10px;
}

#section-2 .book-table div a{
	font-weight: bold;
	line-height: 1.5;
	font-size: 13px;
}

#section-2 .book-table div img{
	width: 100%;
}

#section-3 .contact{
	width: 70%;
	margin: 30px auto;
	line-height: 1.5;
	font-size: 17px;
}

#section-3 .work-h{
	text-align: center;
	padding: 45px 0 25px;
}

#section-3 .work-h img{
	width: 35%;
}

#section-3 h3{
	width: 70%;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 18px;
}

#section-3 h3 p{
	padding:0 0 0 25px;
}

#section-3 div{
	width: 70%;
	margin: 0 auto;
	padding:20px 0 20px 50px;
}

#section-3 div p{
	padding:0 0 0 25px;
	line-height: 1.5;
}

#section-3 div img{
	width: 12%;
}

#section-3 .work-h-2{
	width: 100%;
	border-top: solid 1px #BF9E5D;
	text-align: center;
	padding: 45px 0 25px;
}

#section-3 .work-h-2 img{
	width: 16%;
}

#section-3 div h4{
	margin: 15px 0 5px;
	color: #A96976;
}

#section-x .x-h{
	text-align: center;
	padding: 0 0 30px;
}

#section-x .x-h img{
	width: 35%;
}

#section-x .x-table{
	display:table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}

#section-x .x-table .x-left{
	display:table-cell;
	vertical-align:top;
	width: 35%;
	line-height: 1.5;
	text-align: center;
}

#section-x .x-table .x-right h4{
	font-size: 20px;
}

#section-x .x-table .x-right p, #section-x .x-table .x-right div{
	margin: 20px 0;
	font-size: 15px;
}

#section-x .x-table .x-right div p{
	padding: 10px 0;
	border-top: solid 1px #BF9E5D;
	border-bottom: solid 1px #BF9E5D;
}

#section-x .x-table .x-left img:first-child{
	width: 80%;
}

#section-x .x-table .x-left img:last-child{
	margin-top: 20px;
	width: 50%;
}

#section-x .x-table .x-right{
	display:table-cell;
	vertical-align:top;
	width: 65%;
	line-height: 1.5;
	text-align: left;
}

.qr{
	border: solid 1px #BF9D5B;
}

.border-br{
	border: solid 1px #BF9D5B;
}