@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	font-size:95%;
	color:#323232;
	line-height:1.7em;
	word-break:break-all;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	padding:0;
	display:block;
	margin:0px auto;
}
li{
	list-style-type:none;	
}
.clear{
	clear:both;
}
/*PC*/
#header{
	display:block!important;
}
#header-sp{
	display:none;
}
#headImage{
	display:none;
}
#main-slide{
	margin:0;
	clear:both;
}
#main-image{
	clear: both;
    width: 1000px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.slick-slide img{
	filter: alpha(opacity=30);
    -moz-opacity: 0.3;
	-webkit-opacity: 0.3;
    opacity: 0.3;
	}
.slick-center img{
	opacity:1;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
}
.slick-slide{
	background-color:#ffffff;
}
h1{
	display:none;
}
h2{
	font-family: 'Playfair Display','PT Serif', serif;
	font-size:170%;
	margin-bottom:30px;
}
/*MENU*/
#menu{
	width:860px;
	margin:0 auto;
	padding:5px 0 50px 0;
}
#menu #nav{
	width:860px;
	margin:0 auto;
}
#menu #nav ul li{
	float:left;
	height:16px;
	position: relative;
	background-color:#fff;
	z-index:5;
}
#menu #nav ul li a{
	display:block;
	background-repeat: no-repeat;
	overflow:hidden;
	text-indent:200%;
	white-space: nowrap;
}
#menu #nav ul li a{
	background-image: url(../images/menu.png);
	height:16px;
}
#menu #nav #hm_0 a{
	width:120px;
	background-position: 0px 0px;
}
#menu #nav #hm_1 a{
	width:140px;
	background-position: -120px 0px;
}
#menu #nav #hm_2 a{
	width:180px;
	background-position: -260px 0px;
}
#menu #nav #hm_3 a{
	width:180px;
	background-position: -440px 0px;
}
#menu #nav #hm_4 a{
	width:240px;
	background-position: -620px 0px;
}
#menu #nav #hm_0 a:hover{
	background-position: 0px -16px;
}
#menu #nav #hm_1 a:hover{
	background-position: -120px -16px;
}
#menu #nav #hm_2 a:hover{
	background-position: -260px -16px;
}
#menu #nav #hm_3 a:hover{
	background-position: -440px -16px;
}
#menu #nav #hm_4 a:hover{
	background-position: -620px -16px;
}
/*中身*/
#naka1-bg{
	background:url(../images/bg1.png) repeat left top;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:60px 0;
	clear:both;
}
#naka1{
	width:1000px;
	margin:0 auto;
}
.naka1-l{
	float:left;
	width:560px;
}
.naka1-r{
	float:right;
	width:390px;
}
.gree{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:130%;
	line-height:200%;		
}
.gree-e{
	font-family: 'Average', serif;
	color:#646464;
	font-size:110%;
	margin-top:50px;
	line-height:180%;	
}
.gree-e2{
	font-family: 'Average', serif;
	color:#646464;
	font-size:110%;
	text-align:right;
	line-height:180%;	
	margin-top:100px;
}
.gree-bg{
	background:url(../images/pic1.png) no-repeat left top;
	height:192px;
	overflow:hidden;
	margin-top:20px;
	width:500px;
}
.gree-e3{
	text-shadow:1px 1px 3px #fff;
}
#naka2{
	width:1000px;
	margin:0 auto;
	padding:60px 0 80px 0;
	overflow:hidden;
	clear:both;
}
.price{
	float:left;
	width:300px;
}
.price2{
	float:left;
	width:300px;
	margin:0 50px;
}
.price table{
	width:300px;
	border-collapse:collapse;
}
.price table th{
	width:150px;
	padding:15px 0;
	text-align:left;
	vertical-align:top;
	font-family: 'Average', serif;
	font-size:110%;
	line-height:130%;
	border-bottom:1px solid #000;
}
.price table td{
	width:150px;
	padding:15px 0;
	font-family: 'Average', serif;
	font-size:105%;
	border-bottom:1px solid #000;
	text-align:right;
}
.price2 table{
	width:300px;
	border-collapse:collapse;
}
.price2 table th{
	width:150px;
	padding:15px 0;
	text-align:left;
	vertical-align:top;
	font-family: 'Average', serif;
	font-size:110%;
	line-height:130%;
	border-bottom:1px solid #000;
}
.price2 table td{
	width:150px;
	padding:15px 0;
	font-family: 'Average', serif;
	font-size:95%;
	border-bottom:1px solid #000;
	text-align:right;
}
.price3{
	float:right;
	width:640px;
}
.price3 table{
	width:640px;
	border-collapse:collapse;
}
.price3 table th{
	width:490px;
	padding:15px 0;
	text-align:left;
	vertical-align:top;
	font-family: 'Average', serif;
	font-size:110%;
	line-height:130%;
	border-bottom:1px solid #000;
}
.price3 table td{
	width:150px;
	padding:15px 0;
	font-family: 'Average', serif;
	font-size:95%;
	border-bottom:1px solid #000;
	text-align:right;
}
.price-j{
	font-size:65%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	line-height:120%;
}
.price-txt{
	font-size:80%;
}
#naka3-bg{
	background:url(../images/bg2.png) repeat left top;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:70px 0;
	clear:both;
}
#naka3{
	width:1000px;
	margin:0 auto;
}
.plof-l{
	width:500px;
	float:left;
}
.plof-r{
	width:450px;
	float:right;
}
.owner{
	font-size:90%;
}
.owner-name{
	font-size:115%;
	font-weight:bold;
	margin-top:5px;
}
.name2{
	font-size:85%;
	font-family: 'Average', serif;
	font-weight:normal;
	margin-left:30px;
}
.owner-subtxt{
	font-size:90%;
}
.prof-txt{
	margin-top:60px;
}
#naka4{
	width:1000px;
	margin:0 auto;
	padding:70px 0 80px 0;
	overflow:hidden;
	clear:both;
}
.access-l{
	width:500px;
	float:left;
}
.access-r{
	width:420px;
	float:right;
}
.access-txt{
	font-family: 'Average', serif;
	font-size:110%;
}
.add-jp{
	margin:25px 0;
}
.ico1{
	background:url(../images/icon1.png) no-repeat left 6px;
	padding-left:15px;
	margin:0 0 3px 0;
}
.g-ico{
	background:url(../images/g-icon.png) no-repeat left 5px;
	padding-left:18px;
	margin-top:15px;
}
.g-ico a{
color:#00b3b3;
}
.g-ico a:hover{
color:#24bc36;
}
#naka5-bg{
	background:url(../images/bg3.png) repeat left top;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:60px 0;
	clear:both;
}
#naka5{
	width:920px;
	margin:0 auto;
	background-color:#fff;
	padding:40px 30px;
	overflow:hidden;
}
.info{
	width:270px;
	float:left;
}
.info2{
	width:270px;
	float:left;
	margin:0 45px;
}
.infodate{
	font-family: 'Average', serif;
	font-size:95%;
	line-height:130%;
	letter-spacing:0.15em;
	padding-left:3px;
}
.infottl{
	font-family: 'Average', serif;
	font-size:105%;
	border-bottom:1px solid #000;
	padding-bottom:2px;
	font-weight:bold;
}
.infonaiyo{
	font-size:90%;
	padding:10px 3px 5px 3px;
	line-height:150%;
}
/*Footer-MENU*/
#f-menu{
	width:860px;
	margin:0 auto;
	padding:40px 0 50px 0;
	clear:both;
}
#f-menu #f-nav{
	width:860px;
	margin:0 auto;
}
#f-menu #f-nav ul li{
	float:left;
	height:16px;
	position: relative;
	background-color:#fff;
	z-index:5;
}
#f-menu #f-nav ul li a{
	display:block;
	background-repeat: no-repeat;
	overflow:hidden;
	text-indent:200%;
	white-space: nowrap;
}
#f-menu #f-nav ul li a{
	background-image: url(../images/menu.png);
	height:16px;
}
#f-menu #f-nav #fm_0 a{
	width:120px;
	background-position: 0px 0px;
}
#f-menu #f-nav #fm_1 a{
	width:140px;
	background-position: -120px 0px;
}
#f-menu #f-nav #fm_2 a{
	width:180px;
	background-position: -260px 0px;
}
#f-menu #f-nav #fm_3 a{
	width:180px;
	background-position: -440px 0px;
}
#f-menu #f-nav #fm_4 a{
	width:240px;
	background-position: -620px 0px;
}
#f-menu #f-nav #fm_0 a:hover{
	background-position: 0px -16px;
}
#f-menu #f-nav #fm_1 a:hover{
	background-position: -120px -16px;
}
#f-menu #f-nav #fm_2 a:hover{
	background-position: -260px -16px;
}
#f-menu #f-nav #fm_3 a:hover{
	background-position: -440px -16px;
}
#f-menu #f-nav #fm_4 a:hover{
	background-position: -620px -16px;
}
.fmenu-sp{
	display:none;
}
#footer{
	width:100%;
	border-top:1px solid #ccc;
	overflow:hidden;
}
#footer-naka{
	width:1000px;
	margin:0 auto;
	padding:30px 0 0 0;
}
.f-naka{
	width:540px;
	margin:0 auto;
}
.footer-logo{
	float:left;
	width:180px;
	margin-right:10px;
}
.footer-add{
	float:left!important;
	width:350px!important;
	font-size:85%!important;
	line-height:150%!important;
	margin-top:10px!important;
	display:block!important;
}
.footer-add-sp{
	display:none;
}
.copy{
	clear:both;
	text-align:center;
	font-size:60%;
	padding-top:30px;
}
/*ページトップへ*/
#page-top{
	position: fixed;
	z-index: 30;
	bottom: 40px;
	right: 50%;
	margin-right: -590px;
}

