html,
body {
	height: 100%;
}

body {
	background: #f9f9f9;
}

body img {
	vertical-align: bottom;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #333333;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
}

/*///////////////////////////// header //////////////////////////////*/
#header {
	width: 100%;
	position: fixed;
	z-index: 3;
}

#header .popup_overlay_menu {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
}

#header .menu_bar {
	background: #ffffff;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	z-index: 3;
}

#header #logo {
	float: left;
}

#header #menu {
	float: right;
}

#header #menu a {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

#header #menu a.show {
	display: block;
}

#header ul.accordion {
	width: 100%;
	display: none;
	position: relative;
	top: 55px;
	z-index: 2;
}

#header ul.accordion li {
	border-bottom: 1px solid #dddddd;
}

#header ul.accordion ul {
	display: none;
}

#header ul.accordion ul >li:last-child {
	border-bottom: none;
}

#header ul.accordion li p .close
,#header ul.accordion li p.active .open {
	display: none;
}

#header ul.accordion li p.active .close
,#header ul.accordion li p .open {
	display: block;
}

/*///////////////////////////// contents //////////////////////////////*/
#main {
	border-top: 1px solid transparent;
}

#mv.sub {
	margin-top: 54px;
}

#contents {
	background: #f9f9f9;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}

#contents .tit_page {
	background: #a98143;
	border-bottom: 3px solid #444444;
	padding: 12px 10px;
	margin-bottom: 15px;
}

#contents .tit_page.gray {
	background: #ececec;
	border-bottom: 3px solid #a98143;
}

#contents .subtit {
	font-size: 14px;
	color: #444444;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
	line-height: 120%;
}

#contents .subtit:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #a98143;
	position: absolute;
	left: 0;
	top: 4px;
}

#contents .btn_box {
	margin: 25px 10px 30px;
}

#contents .btn_box li:first-child {
	margin: 0 0px 10px;
}

#form_box.sub {
	padding: 20px 0 30px;
	border-top: 1px solid #dddddd;
}

#form_box.sub h2 {
	margin: 0 10px 10px;
}

#form_box.sub .btn_form {
	margin: 0 10px;
	text-align: center;
	background: #f5eee3;
	padding: 20px;
}

#form_box.sub .btn_form .btn_search {
	margin-bottom: 10px;
}

#form_box.sub .btn_form .btn_cancel {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a98143;
}

/*///////////////////////////// footer //////////////////////////////*/
#footer {
	position: relative;
	z-index: 1;
	padding-top: 20px;
	background: #f9f9f9;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translate3d(0,0,0);
}

#footer .pagetop
,#footer .logo_ft .logo {
	margin: 0 10px 20px;
}

#footer .logo_ft {
	color: #666666;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 11px;
}

#footer .address {
	margin: 0 10px 30px;
	color: #333333;
}

#footer .address span {
	font-size: 160%;
}

#footer .btn_pc {
	background: #555555;
	border-radius: 6px;
	margin: 0 10px 14px;
	font-size: 13px;
	font-weight: bold;
}

#footer .btn_pc a {
	display: block;
	padding: 15px;
	color: #ffffff;
	background: url("../images/icon_pc.jpg")no-repeat 95% center;
	background-size: 16px 16px;
}

#footer .box_pdf{
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
}

#footer .box_pdf p{
	float: left;
	width: 47%;
	margin: 0 1.2% 2%;
	border: 1px solid #A78041;
	padding: 2% 0%;

	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#EFE8DD 25%, #EFE8DD 50%,
		#fff 50%, #fff 75%,
		#EFE8DD 75%, #EFE8DD
	);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 6px 6px;
}

#footer .box_pdf a{
	vertical-align: top;
	font-size: 110%;
	color: #3D3938;
}

#footer .box_pdf .txt_a{
	text-decoration: underline;
}

#footer .box_pdf img{
	vertical-align: bottom;
	width: 13%;
}


#footer .copy {
	padding: 13px;
	background: #2f2f2f;
}

.btn_menu a {
	display: block;
	font-size: 20px;
	font-family: serif;
	color: #fff;
	background: #434343;
	text-align: center;
	padding: 1em;
	width: 80%;
	margin: 0 auto 1em;
	border-radius: 15px;
	border: 1px solid #fff;
	background: rgb(25,25,25);
	background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(50,50,50,1) 67%, rgba(97,97,97,1) 100%);
}

