<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#wrapper {
  padding:116px 0 0;
}
.secondaryNavArea {
  width:100%;
  position:fixed;
  top:0;
  z-index:210;
}


.mainArea {
  width:100%;
  height:340px;
  background-image:url(../../common/images/bg_main.jpg);
  background-size:cover;
  background-position:center center;
}
.mainBlock {
  width:100%;
  height:340px;
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url(../images/main.jpg);
}
.mainBox {
  width:1000px;
  height:340px;
  margin:0 auto;
  position:relative;
}
.mainBox h1 {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  width:154px;
  height:154px;
  padding: 87px 0 10px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_h1.png);
  background-position:center 93px;
  color:#FFF;
  font-family:"hannari";
  font-size:262%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}


.localNav {
  width:100%;
  height:45px;
}
.localNav nav {
  width:100%;
  background:url(../../common/images/bg02.jpg);
  z-index:140;
}
.localNav ul {
  width:1000px;
  height:auto;
  margin:0 auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.localNav li {
  margin:0 15px;
  font-family:"hannari";
  line-height:1em;
  font-size:139%;
}
.localNav li a {
  display:block;
  padding:11px 10px 16px;
  color:#000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.localNav li a:hover {
  background-color:rgba(187,56,73,0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed {
  position:fixed;
  top:116px;
}

.contents_bg {
  background-image:url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl01.png);
  background-position:620px -10px;
}
.contents_bw .contentsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl03.png);
  background-position:620px -10px;
}
.contentsBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}

.hen {
  font-size: 13px;
}
.subttl {
  font-size: 30px;
}

#st,
#oast,
#delux,
#special,
#gwa,
#gaj {
  padding-top:210px;
  margin-top:-210px;
}


.read {
  font-family:"hannari";
  font-size:159%;
  text-align:center;
  line-height:1.3em;
  padding:0 0 20px;
}
.sightseeing {
  padding:20px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content: center;
  justify-content: center;
  line-height:1.4em;
  font-size:93%;
}
.sightseeing_wrap{
margin:0 14px 30px;
width:168px;
text-align:justify;
}
.sightseeing_wrap img {
background:#fff;
padding:8px;
width:152px;
}
.contents_bw .sightseeing_wrap img {
  background-color:#e4d2a0;
}

.ttl_sightseeing{
font-weight:bold;
margin:8px 0;
}

.spot {
  padding:20px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content: center;
  justify-content: center;
  line-height:1.4em;
  font-size:93%;
}
.spot_wrap{
  width:360px;
  margin:0 20px 20px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.spotImg {
width:110px;
background:#fff;
padding:5px;
  line-height:0em;
}
.spotImg img{
  width:100%;
  height:auto;
}
.spotTxt {
  width:230px;
}
.ttl_spot{
font-weight:bold;
}
.detail_spot{
}
</pre></body></html>