﻿* {
     margin : 0;
     padding : 0;
}

img {
	border : 0;
	vertical-align : top;
	font-size : 0;
	line-height : 0;
}

html {
	visibility: hidden;
	background : #ffffff;
}

html.wf-active {
	visibility: visible;
}

body {
	margin : 0 0 150px 0;
	padding : 0;	
	background : #f0e6dc;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 100%;
	color : #191919;
}

/*----------header----------*/

#header {
	position : relative;
	width : 100%;
	margin-bottom : 50px;
	background : #ffffff;
}

#navi {
	position : relative;
	width : 1200px;
	height : 150px;
	margin-left : auto;
	margin-right : auto;
}

h1 {
	position : absolute;
	color : #999999;
	font-size : 65%;
	font-weight : normal;
	top : 93px;
	left : 73px;
}

h1 a {
	color : #999999;
	text-decoration : none;
}

h1 a:hover {
	color : #999999;
	text-decoration : underline;
}

h2#hlogo {
	position : absolute;
	top : 20px;
	left : 0;
}

ul#gnavi {
	position : absolute;
	list-style : none;
	top : 57px;
	right : 0;
}

ul#gnavi li {
	float : left;
	margin-left : 37px;
	text-align : center;
	line-height : 1.6em;
}

ul#gnavi em {
	font-family: freight-neo-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 180%;
}

ul#gnavi li span {
	display : block;
	font-size : 80%;
}

ul#gnavi a {
	position : relative;
	display : inline-block;
	text-decoration : none;
	color : #463732;
	transition : .3s;
}

ul#gnavi a::after {
	position : absolute;
	top : -15px;
	left : 0;
	content : '';
	width : 0;
	height : 5px;
	background-color : #463732;
	transition : .3s;
}

ul#gnavi a:hover::after {
	width: 100%;
}

ul#gnavi a.stay {
	position : relative;
	display : inline-block;
	text-decoration : none;
	pointer-events : none;
	color : #463732;
	transition : .3s;
}

ul#gnavi a.stay::after {
	position : absolute;
	top : -15px;
	left : 0;
	content : '';
	width : 100%;
	height : 5px;
	background-color : #463732;
	transition : .3s;
}

ul#gnavi a.stay a:hover::after {
	width: 100%;
}

/*----------ptitle----------*/

h2#ptitle {
	position : relative;
	width : 1200px;
	margin-left : auto;
	margin-right : auto;
	padding : 80px 0 80px 0;
	text-align : center;
	line-height : 1.1em;
	color : #ffffff;
	font-family: freight-neo-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 260%;
	letter-spacing : 1px;
}

h2#ptitle span {
	display : block;
	font-size : 45%;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 500;
}

p#contact {
	position : absolute;
	top : 0;
	right : 50px;
	z-index : 999;
}

/*----------contents----------*/

#contents {
	overflow : hidden;
	width : 1200px;
	margin-left : auto;
	margin-right : auto;
}

#contents1 {
	overflow : hidden;
	width : 1220px !important;
	width /**/: 1240px;
	margin-left : auto;
	margin-right : auto;
	padding-left : 20px;
}

/*----------404----------*/

dl#box404 {
	clear : both;
	overflow : hidden;
	width : 800px !important;
	width /**/: 1200px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 60px;
	padding : 60px 200px 70px 200px;
	background : #ffffff;
}

dl#box404 dt {
	font-size : 200%;
	margin-bottom : 30px;
	text-align : center;
}

/*----------FOOTER----------*/

#footer {
	clear : both;
	overflow : hidden;
	width : 100%;
	padding : 30px 0 40px 0;
	background : #d2beb4;
	text-align : center;
}

.fbox {
	position : relative;
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

#footer dl dt {
	float : left;
	margin-right : 25px;
}

#footer dl dd {
	padding-top : 30px;
	text-align : left;
}

#footer dl dd a {
	color : #191919;
	text-decoration : none;
	pointer-events : none;
}

p.mbtn {
	position : absolute;
	width : 230px;
	text-align : center;
	top : 25px;
	right : 0;
}

p.mbtn a {
	display : block;
	width : 165px !important;
	width /**/: 230px;
	padding : 15px 15px 15px 50px;
	color : #ffffff;
	text-decoration : none;
	background-color : #695550;
	background-image : url(mail.png);
	background-repeat : no-repeat;
	background-position : 23px 14px;
}

p.mbtn a:hover {
	display : block;
	width : 165px !important;
	width /**/: 230px;
	padding : 15px 15px 15px 50px;
	color : #4b322d;
	background : #ffffff;
	text-decoration : none;
	background-color : #ffffff;
	background-image : url(mail_ov.png);
	background-repeat : no-repeat;
	background-position : 23px 14px;
}

/*----------FOOTER----------*/

#fnavi {
	clear : both;
	width : 100%;
	padding-top : 50px;
	background : #ffffff;
}

#fnavi ul {
	list-style : none;
	overflow : hidden;
	margin-bottom : 25px;
}

#fnavi ul li#fn01 {
	display : inline;
	padding : 0 18px 0 18px;
	border-left : solid 1px #c8c8c8;
	border-right : solid 1px #c8c8c8;
}

#fnavi ul li#fn02,#fnavi ul li#fn03,#fnavi ul li#fn04,#fnavi ul li#fn05,#fnavi ul li#fn06,#fnavi ul li#fn07,#fnavi ul li#fn08 {
	display : inline;
	padding : 0 18px 0 18px;
	border-right : solid 1px #c8c8c8;
}

#fnavi ul li a {
	color : #191919;
	text-decoration : underline;
}

#fnavi ul li a:hover {
	color : #191919;
	text-decoration : none;
}

address {
	font-style : normal;
	font-size : 90%;
}

p#rmenu {
	display : none;
}

/*----------PAGETOP----------*/

#toPageTop {
	position : fixed;
	bottom : 60px;
	right : 60px;
}

#toPageTop a {
	display : block;
	width : 90px;
	background-image : url(ptop_ov.png);
	background-size : 100%;
	background-repeat : no-repeat;
}

#toPageTop img {
	width : 100%;
	height : 100%;
}

#toPageTop a:hover img {
	visibility : hidden;
}
