/*------------------------------------------------------------------------
1.リセット
------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin:0;
	padding:0;
}
html, body {
	background:#e4e2e2;
	color: #31241e;
	height:100%;
}
body {
	font:16px/1.5 Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	/*font-family: 'axstdul';*/
}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}
img {
	border: 0;
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent:0;
}
ul li {
	list-style:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption {
	text-align:left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family:Verdana, Helvetica, sans-serif;
}
a:link {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:visited {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:active {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:hover {
	color: #000;
	border-bottom:1px solid #000;
	text-decoration:none;
}
a {
	outline : 0;
}
a img{
	border : none;
}
.hide{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*img, object, embed, video { max-width: 100%; height: auto; }*//*これはgooglemapsに悪さする*/
@font-face{
	font-family: 'axstdul';
	/*src:url(img/axstdul.otf);*/
	src:url(img/axisstdlight.otf);
}
@font-face{
	font-family:'kozukaminel';
	src:url(img/KozMinPr6NEL.otf);
}
.mt0{
	margin-top:0 !important;
}
.clearboth{
	clear:both !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mt80{
	margin-top:80px !important;
}

.mobile{
	display:none;
}
.tac{
	text-align:center !important;
}
/*------------------------------------------------------------------------
2.全体枠
------------------------------------------------------------------------*/
#container {
	width:1100px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
div#slider {
    width: 100%;
	height:400px;
    text-align: left;
    position: relative;
    overflow: hidden;
	background:url(img/loading.gif) center center no-repeat #fff;
}
div#slider ul,
div#slider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
div#slider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 50%;
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
	/*width:53px !important;
	height:53px !important;*/
}
.slider_prev {background: #fff url(img/slidePrev.png) no-repeat left center;}
.slider_next {background: #fff url(img/slideNext.png) no-repeat right center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
	border-radius:7.5px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
#slider div.logoWrapper{
	width:1100px;
	height:101px;
	position:relative;
	margin:0 auto;
}
#slider p.logo2{
	 width:1100px;
	 height:101px;
	 text-indent:100%;
	 white-space:nowrap;
	 overflow:hidden;
	 background:url(img/logo2.svg) right 110px top 30px no-repeat;
	 background-size:209px;
	 z-index:1000;
	 top:0;
	 left:0;
 }
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
/*------------------------------------------------------------------------
3.ヘッダー
------------------------------------------------------------------------*/
#headerWrapper {
	width:100%;
	height:90px;
	background:url(img/headerBg.gif) repeat-x;
	position:relative;
}
#header {
	width:1100px;
	height:90px;
	margin:0 auto;
	position:relative;
	font-family: 'axstdul';
}
/*#headerWrapper2 {
	width:100%;
	height:60px;
	background:url(img/headerBg.gif) repeat-x;
	position:relative;
}
#header2 {
	width:1100px;
	height:60px;
	margin:0 auto;
	position:relative;
	font-family: 'axstdul';
}*/
/*@h1（ヘッダー）
--------------------------------------------------------*/
#header h1 {
	width:93px;
	width:71px;
	height:73px;
	height:55px;
	background:url(img/logo1.svg) no-repeat;
	background-size:71px;
	position:absolute;
	top:3px;
	left:25px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	border:none;
}
/*@p（ヘッダー）
--------------------------------------------------------*/
#header p.info{
	width:1100px;
	text-align:center;
	position:absolute;
	top:60px;
	height:30px;
	line-height:30px;
}
/*@ul（ヘッダー）
--------------------------------------------------------*/
/*#header ul.nav1{
	position:absolute;
	left:885px;
	top:30px;
}
#header ul.nav1 li{
	width:150px;
	height:26px;
	line-height:26px;
	border:2px solid #fff;
	border-radius:13px;
	float:left;
	margin-right:15px;
	text-align:center;
}
#header ul.nav1 li a{
	display:block;
	width:100%;
	height:100%;
	border:none;
	color:#fff;
	border:none;
}
#header ul.nav1 li a:hover{
	color:#31241e;
}
#header ul.nav1 li:hover{
	background:#fff;
	color:#31241e;
}
*/
#header ul.nav2{
	position:absolute;
	top:18px;
	left:148px;
}
#header ul.nav2 li{
	float:left;
	margin-right:65px;
}
#header ul.nav2 li:last-child{
	margin-right:0;
}
#header ul.nav2 li a{
	color:#fff;
	border:none;
	padding:2px 10px;
	border-radius:4px;
}
#header ul.nav2 li a:hover{
	background:#fff;
	color:#31241e;
}
/*------------------------------------------------------------------------
4.メイン
------------------------------------------------------------------------*/
/*@div（メイン）
--------------------------------------------------------*/
div#contents{
	width:1100px;
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:100px;
	position:relative;
}
div.topBlock{
	width:300px;
	float:left;
	margin-right:23px;
}
div.topBlock2{
	width:333px;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
	padding-top:20px;
	position:relative;
}
div.topBlockWrapper{
	margin-left:123px;
	overflow:hidden;
	margin-bottom:30px;
}
div.second{
	width:800px;
	float:left;
	margin-left:30px;
}
div.second600{
	width:600px;
	margin:0 auto;
}
div.construction{
	width:600px;
	margin:100px auto;
	text-align:center;
}
div.construction img{
	padding:10px auto;
}
div.construction2{
	width:853px;
	margin:100px auto;
	text-align:center;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.entryBody{
	font-size:14px;
	line-height:30px;
	margin:0 0 100px 146px;
	padding-right:98px;
	padding-bottom:100px;
	border-bottom:1px dotted #31241e;
}
div.secondSide{
	float:right;
}
div#map{
	width:600px;
	height:600px;
	margin-top:64px;
}
div.publicityBox{
	width:770px;
	margin:0 0 100px 30px;
	overflow:hidden;
}
div.publicityBody{
	width:500px;
	margin:30px 40px;
	float:left;
}
div.publicityBox img{
	float:right;
	margin-top:30px;
	margin-bottom:30px;
}
div.galleryMenu{
	margin:48px 30px;
	border-top:3px solid #31241e;
	border-bottom:3px solid #31241e;
	padding:5px 0 0;
	overflow:hidden;
}
div.galleryWrapper{
	width:1065px;
	margin-left:30px;
}
div.galleryBox{
	width:330px;
	float:left;
	margin-right:25px;
	margin-bottom:65px;
	position:relative;
	padding-top:25px;
}
div#mainSlides{
	width:800px;
	margin:0 150px;
}
div#mainSlides button,
div#thumbnailSlides button{
	display:none !important;
}
div#thumbnailSlides{
	width:800px;
	margin:10px 150px;
	overflow:hidden !important;
}
/*@h2（メイン）
--------------------------------------------------------*/
#contents h2.main{
	font-family: 'axstdul';
	font-size:36px;
	width:230px;
	border-bottom:8px solid #31241e;
	text-align:right;
	margin:30px auto 60px 30px;
}
#contents h2.gallery{
	font-family: 'axstdul';
	font-size:36px;
	width:1100px;
	border-bottom:1px solid #31241e;
	text-align:center;
	margin:0px 0;
}
h2.second{
	font-size:36px;
	text-align:center;
	margin:228px auto 56px;
	font-family: 'axstdul';
}
h2.catTitle{
	margin-top:21px;
	margin-bottom:29px;
	font-family: 'axstdul';
}
/*@h3（メイン）
--------------------------------------------------------*/
div.topBlock h3{
	font-size:24px;
	padding:53px 0 44px;
	text-align:center;
	border-bottom:1px solid #31241e;
	background-position:top center;
	background-repeat:no-repeat;
	font-family: 'axstdul';
}
div.topBlock h3.info1{
	background-image:url(img/iconInfo01.jpg);
}
div.topBlock h3.info2{
	background-image:url(img/iconInfo02.jpg);
}
div.topBlock h3.info3{
	background-image:url(img/iconInfo03.jpg);
}
div.topBlock h3.event{
	font-size:24px;
	padding:5px 0;
	text-align:left;
	border-bottom:none;
}
h3.guide{
	font-family: 'axstdul';
	height:60px;
	line-height:60px;
	margin-left:150px;
	font-size:30px;
	padding-left:75px;
	background-position:left center;
	background-repeat:no-repeat;
}
h3.guide.guide1{
	background-image:url(img/list01.jpg);
}
div.topBlock2 h3.gallery{
	background:#1d1612;
	display:inline-block;
	padding:2px 8px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border-radius:5px;
	color:#fff;
}
h3.second{
	font-family: 'axstdul';
	font-size:36px;
	width:230px;
	border-bottom:8px solid #31241e;
	text-align:right;
	margin:0 auto 65px 0;
}
h3.publicity{
	font-family: 'axstdul';
	font-size:18px;
	width:455px;
	border-bottom:3px solid #31241e;
	text-align:left;
	text-indent:20px;
	padding-bottom:18px;
	margin:41px auto 34px 0;
}
h3.privacy{
	width:640px;
	margin:20px 230px;
	height:40px;
	line-height:40px;
	background:#dedcdb;
	text-indent:28px;
}
/*@h4（メイン）
--------------------------------------------------------*/
div.topBlock h4{
	font-weight:bold;
	margin-left:1em;
}
h4.publicity{
	font-size:36px;
	font-family: 'axstdul';
	text-align:right;
}
/*@h5（メイン）
--------------------------------------------------------*/
div.publicityBox h5{
	height:40px;
	line-height:40px;
	background:#dedcdb;
	text-indent:28px;
}
/*@p（メイン）
--------------------------------------------------------*/
div.topBlock p{
	font-size:18px;
	margin-top:1em;
	line-height:2em;
	text-align:center;
}
div.topBlock h4 + p{
	margin-top:0;
	font-size:16px;
}
div.topBlock h3.event + p{
	font-size:16px;
	padding:0;
	margin:0;
	text-align:left;
}
p.toTop{
	width:80px;
	height:80px;
	text-indent:-9999px;
	/*white-space:nowrap;
	overflow:hidden;*/
	background:url(img/toTop.png) center bottom no-repeat;
	position:fixed;
	right:10px;
	bottom:10px;
}
p.toTop a{
	dislay:block;
	width:100%;
	height:100%;
	border:none;
}
p.toTop a:hover{
	background:url(img/toTop.png) center top no-repeat;
	z-index:100;
}
p.copy{
	width:1050px;
	position:absolute;
	top:320px;
	left:0;
	height:50px;
	line-height:50px;
	text-align:right;
	padding-right:50px;
}
div.topBlock2 img.new{
	position:absolute;
	top:0;
	right:5px;
}
p.pankuzu{
	border-bottom:1px solid #31241e;
	margin:0 30px 23px;
	font-size:12px;
	line-height:3em;
	text-indent:10px;
}
p.pankuzuBottom{
	clear:both;
	width:1040px;
	margin:100px 30px;
	color:#363534;
	font-size:12px;
	background:#dad9d9;
	line-height:30px;
	text-indent:120px;
}
p.pankuzuBottom a{
	border-bottom:none;
}
div.entryBody p{
	margin-bottom:2em;
}
div.entryBody img{
	text-align:center;
	margin:1em auto;
}
p.accessAddress{
	font-family:'kozukaminel';
	margin-top:40px;
	line-height:2em;
	font-size:18px;
	text-align:left;
}
p.accessAddress span{
	font-family: 'axstdul';
	font-size:16px;
	padding-top:1em;
	display:inline-block
}
div.construction p{
	text-align:left;
}
div.galleryMenu p{
	width:160px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:#d2cfcd;
	border-radius:5px;
	float:left;
}
div.galleryMenu p a{
	display:block;
	width:100%;
	height:100%;
	border:none;
	background:#fff;
}
div.galleryMenu p a:hover{
	display:block;
	width:100%;
	height:100%;
	border:none;
	background:#d2cfcd;
	border-radius:5px;
}
div.galleryBox img{
	margin-bottom:14px;
}
div.galleryBox p.catName{
	display:inline;
	padding:5px 10px;
	background:#1d1612;
	border-radius:5px;
}
div.galleryBox p.catName a{
	border:none;
	color:#fff;
}
div.galleryBox p.catName:hover{
	background:#d2cfcd;
}
div.galleryBox p.catName a:hover{
	color:#1d1612;
}
div.galleryBox img.new{
	position:absolute;
	right:10px;
	top:0;
}
div.galleryBox p.comment{
	margin-top:8px;
}
div.galleryBox img.entryPhoto,
div.topBlock2 img.entryPhoto{
	width:330px;
}
div#thumbnailSlides img{
	cursor:pointer;
}
p.gallery{
	width:800px;
	margin:20px 150px;
}
p.privacy{
	width:800px;
	margin:20px 150px;
	line-height:2em;
}
h3.privacy + p{
	width:600px;
	margin:20px 250px;
}
form.inquiry p{
	margin:1em 2em;
}
p.error,
p.error_messe{
	width:800px;
	margin:20px 150px;
	line-height:2em;
}
p.error_messe{
	color:#e74c3c;
}
/*@dl（メイン）
--------------------------------------------------------*/
div.topBlock dl{
	width:210px;
	margin:1em 45px 0.5em;
	font-size:18px;
	line-height:2em;
	overflow:hidden;
}
div.topBlock dl dt{
	width:105px;
	float:left;
	clear:both;
}
div.topBlock dl dd{
	width:105px;
	float:right;
	text-align:right;
}
dl.entryTitle{
	width:676px;
	margin-left:124px;
	margin-bottom:44px;
	border-bottom:1px solid #31241e;
	padding-bottom:48px;
	overflow:hidden;
}
dl.entryTitle dt{
	width:130px;
	margin-left:23px;
	float:left;
}
dl.entryTitle dd{
	width:500px;
	margin-right:23px;
	float:right;
}
dl.publicityLink{
	clear:both;
	width:100%;
	border-top:1px dashed #ccc;
	padding-top:27px;
}
dl.publicityLink dt{
	background:url(img/list02.gif) left center no-repeat;
	padding-left:20px;
	display:inline;
	margin-left:37px;
	margin-right:33px;
}
dl.publicityLink dd{
	display:inline;
}
dl.inquiry{
	width:710px;
	overflow:hidden;
	margin:0 auto;
}
dl.inquiry dt{
	width:250px;
	float:left;
	clear:both;
}
dl.inquiry dd{
	width:460px;
	float:right;
	margin-bottom:1em;
}
/*@ul（メイン）
--------------------------------------------------------*/
ul.news{
	width:750px;
	margin:0 auto 30px 145px;
	float:left;
}
ul.news li{
	overflow:hidden;
}
ul.news li span.date{
	width:115px;
	display:inline-block;
	float:left;
	clear:both;
}
ul.news li span.category{
	width:80px;
	display:inline-block;
	float:left;
	background:#31241e;
	text-align:center;
	color:#fff;
	border-radius:5px;
	font-size:13px;
	padding:2px 0;
}
ul.news li span.title{
	width:540px;
	float:right;
	margin-bottom:0.5em;
}
ul.news li span.title2{
	width:620px;
	float:right;
	margin-bottom:0.5em;
}
ul.category{
	width:140px;
	float:right;
	margin-right:30px;
}
ul.category li{
	width:130px;
	border:5px solid #a59f9c;
	text-align:center;
	margin-bottom:10px;
	border-radius:5px;
}
ul.category li a{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
ul.category li a:hover{
	background:#a59f9c;
	color:#fff;
}
li.more{
	border:5px solid #31241e !important;
	background:#31241e;
	margin-top:35px;
}
li.more:hover{
	border:5px solid #a59f9c !important;
}
li.more a{
	color:#fff;
}
li.more a:hover{
	color:#fff;
}
div.galleryMenu ul{
	width:850px;
	float:right;
}
div.galleryMenu ul li{
	width:160px;
	height:38px;
	float:left;
	line-height:38px;
	margin:0 10px 5px 0;
	text-align:center;
	background:#d2cfcd;
	border-radius:5px;
}
div.galleryMenu ul li a{
	display:block;
	width:100%;
	height:100%;
	border:none;
	background:#fff;
}
div.galleryMenu ul li a:hover{
	background:#d2cfcd;
	border-radius:5px;
}
/*@form（メイン）
--------------------------------------------------------*/
form.inquiry{
	width:710px;
	margin:20px 195px;
}
form.inquiry input[type=text]{
	width:400px;
	line-height:1.5em;
	border:1px solid #ccc;
}
form.inquiry label{
	margin-right:1em;
}
form.inquiry textarea{
	width:400px;
	height:10em;
	border:1px solid #ccc;
}
form.inquiry input[type=submit]{
	padding:1em 3em;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
	background:#ed6b29;
	border:none;
	color:#fff;
}
input.back{
	padding:1em 3em;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
	background:#284399;
	border:none;
	color:#fff;
}
form.inquiry input.must{
	background:url(img/mobile_must.svg) right 5px center no-repeat;
	background-size:32px;
}
/*@paginate（メイン）
--------------------------------------------------------*/
div.page{
	width:100%;
	clear:both;
	padding:5px;
	text-align:center;
	margin:10px auto;
}
div.page a{
	border:1px solid #666;
	background:#CCC;
	padding:2px;
	display:inline-block;
	min-width:35px;
	height:35px;
	line-height:35px;
	margin-bottom:5px;
	text-align:center;
}
div.page a:hover{
	border:1px solid #666;
	background:#9ae8b3;
	color:#000;
}
/*------------------------------------------------------------------------
5.フッター
------------------------------------------------------------------------*/
/*@div（フッター）
--------------------------------------------------------*/
#footerWrapper{
	width:100%;
	height:370px;
	background:url(img/footerWrapperBg.gif) repeat-x;
}
#footer{
	width:1100px;
	height:370px;
	background:url(img/footerBg.jpg) no-repeat;
	margin:0 auto;
	position:relative;
}
/*@h2（フッター）
--------------------------------------------------------*/
#footer h2{
	font-family:'kozukaminel';
	font-size:24px;
	color:#fff;
	padding:36px 0 0.5em 124px;
}
/*@h3（フッター）
--------------------------------------------------------*/
#footer h3{
	width:230px;
	height:62px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	right:58px;
}
#footer h3 a{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
#footer h3.banner1{
	background:url(img/footerBanner1.jpg) center top no-repeat;
	top:28px;
}
#footer h3.banner2{
	background:url(img/footerBanner2.jpg) center top no-repeat;
	top:100px;
}
#footer h3.banner1:hover{
	background:url(img/footerBanner1.jpg) center bottom no-repeat;
}
#footer h3.banner2:hover{
	background:url(img/footerBanner2.jpg) center bottom no-repeat;
}
/*@p（フッター）
--------------------------------------------------------*/
#footer p.address{
	font-family:'kozukaminel';
	color:#fff;
	margin-left:124px;
}
/*@ul（フッター）
--------------------------------------------------------*/
#footer ul.footerNav1{
	font-size:12px;
	position:absolute;
	top:222px;
	left:124px;
}
#footer ul.footerNav1 li{
	float:left;
	margin-right:30px;
}
#footer ul.footerNav1 li:last-child{
	margin-right:0;
}
#footer ul.footerNav1 li a{
	color:#fff;
	border:none;
	padding:2px 10px;
	border-radius:4px;
}
#footer ul.footerNav1 li a:hover{
	background:#fff;
	color:#31241e;
}
#footer ul.footerNav2{
	width:188px;
	height:82px;
	position:absolute;
	top:204px;
	right:63px;
}
#footer ul.footerNav2 li{
	width:82px;
	height:82px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	margin-right:12px;
}
#footer ul.footerNav2 li a{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
#footer ul.footerNav2 li:first-child{
	background:url(img/footerNav01.png) center top;
}
#footer ul.footerNav2 li:first-child:hover{
	background:url(img/footerNav01.png) center bottom;
}
#footer ul.footerNav2 li:last-child{
	background-image:url(img/footerNav01.png);
}
#footer ul.footerNav2 li:last-child:hover{
	background:url(img/footerNav01.png) center bottom;
}



