@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*PC、スマホ共通スタイル*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.6;
  background: url("../imgs/bg_body.gif") top center repeat;
  background-size: cover;
  /* iPhoneやiPod Touch などで閲覧した際に、横向きにすると縦の時より自動的に文字サイズが大きくなるのを防ぐ */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 1024px;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table, th, td {
  border-collapse: collapse;
}

img {
  -ms-interpolation-mode: bicubic;
  /* IE7で画像拡大縮小時の荒さを軽減する */
  vertical-align: middle;
  /* img要素のディセンダー削除 */
}

ul {
  　list-style: none;
}

p {
  word-wrap: break-word;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

/* =FONT
--------------------------------------------------*/
.fwN {
  font-weight: normal !important;
}

.fwB {
  font-weight: bold   !important;
}

.fsSS {
  font-size: 12px !important;
}

.fsS {
  font-size: 14px !important;
}

.fsM {
  font-size: 16px !important;
}

.fsL {
  font-size: 18px !important;
}

.fsLL {
  font-size: 22px !important;
}

.fsLLL {
  font-size: 26px !important;
}

sup {
  font-size: 78%;
  vertical-align: top;
}

sub {
  font-size: 78%;
  vertical-align: baseline;
}

.tdU {
  text-decoration: underline    !important;
}

.tdN {
  text-decoration: none         !important;
}

.tdO {
  text-decoration: overline     !important;
}

.tdLT {
  text-decoration: line-through !important;
}

/* =ALIGN
--------------------------------------------------*/
.taL {
  text-align: left   !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right  !important;
}

.vaT {
  vertical-align: top    !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* インデント */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent {
  padding: 0;
}

ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  list-style: none;
}

ul.indent li:last-child {
  margin-bottom: 0 !important;
}

ul.indent li p {
  margin: 0 !important;
}

/* インラインリスト */
ul.inlineList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* =FLOAT
--------------------------------------------------*/
.fltL {
  float: left  !important;
}

.fltR {
  float: right !important;
}

.ofH {
  overflow: hidden !important;
}

/* =POSITION
--------------------------------------------------*/
.posR {
  position: relative;
}

.posA {
  position: absolute;
}

/* =ETC
--------------------------------------------------*/
.clear {
  clear: both !important;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.bgN {
  background: none !important;
}

.bdN {
  border: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* clearfix */
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .cf {
  zoom: 1;
}

/* IE7 */
*:first-child + html .cf {
  zoom: 1;
}

/* 印刷を区切る */
.pbBefore {
  page-break-before: always !important;
}

.pbAfter {
  page-break-after: always !important;
}

#wrapper, header, #contents, footer {
  width: 100%;
  min-width: 1024px;
  height: auto;
}

header {
  background: url("../imgs/bg_header.png") top center no-repeat;
  min-height: 240px;
}
header #gHeader {
  width: 960px;
  margin: 0 auto;
  padding-top: 200px;
}
header h1 {
  text-align: center;
  margin-bottom: 15px;
}
header h1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header nav {
  width: 960px;
}
header nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.smaller h1 {
  margin-bottom: 15px;
}
.smaller h1 img {
  width: 120px;
  height: auto;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.smaller #gHeader, .smaller nav {
  width: 100%;
  text-align: center;
}
.smaller #gHeader {
  padding: 20px 0;
  position: fixed;
  top: 0px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}

#outline {
  background: url("../imgs/bg_outline.jpg") bottom center no-repeat;
  background-size: cover;
}

#spot {
  background: url("../imgs/bg_spot.jpg") top center no-repeat;
  background-size: cover;
}

#information {
  background: url("../imgs/bg_information.jpg") top center no-repeat;
}

footer {
  background: url("../imgs/bg_footer.png") bottom center no-repeat;
  min-height: 196px;
  padding-bottom: 145px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.grid960 {
  width: 960px;
  margin: 0 auto;
}

.bgWhite {
  width: 530px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85) !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #FFF;
}

.taiken__ttl {
  text-align: center;
  margin: 60px 0 30px;
}

.col2 {
  width: 900px;
  margin: 0 auto;
}
.col2 .bgWhite {
  width: 440px;
  margin-bottom: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.85) !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #FFF;
  float: left;
  box-sizing: border-box;
}
.col2 .bgWhite img {
  max-width: 100%;
  height: auto;
}
.col2 .bgWhite:nth-child(odd) {
  margin-right: 10px;
}
.col2 .bgWhite:nth-child(even) {
  margin-left: 10px;
}
.col2.col2::after {
  content: '';
  display: block;
  clear: both;
}
.col2__ttl {
  margin-bottom: 15px;
}
.col2__img {
  margin-bottom: 15px;
}
.col2__msg {
  margin-bottom: 15px;
}
.col2__subinfo {
  margin: 1em 0;
  padding-left: 20%;
}
.col2__subinfo b {
  font-weight: bold;
}
.col2__btn a {
  width: 100% !important;
  box-sizing: border-box;
}

.btn {
  text-align: center;
  margin-bottom: 0px;
}
.btn a {
  width: 420px;
  margin: 0 auto;
  padding: 17px 20px 13px 20px;
  display: block;
  background: #f66552;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

#news h2, #outline h2, #event h2, #food h2, #information h2 {
  margin-bottom: 30px;
  text-align: center;
}

#spot, #food, #information {
  margin-bottom: 40px;
}

#mainImg {
  width: 960px;
  height: 550px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
#mainImg:before {
  content: "";
  display: block;
  width: 960px;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../imgs/bg_mainimg.png") top center no-repeat;
  background-size: 100% 100% !important;
  z-index: 9000;
}
#mainImg img {
  display: none;
  /*初期状態は非表示 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#news {
  margin-bottom: 55px;
}
#news .grid960 {
  position: relative;
}
#news .grid960:before {
  content: "";
  display: block;
  width: 220px;
  height: 252px;
  background: url("../imgs/img_illust_001.png") top center no-repeat;
  z-index: 9000;
  position: absolute;
  top: -50px;
  right: 0px;
}
#news article {
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding: 0 0 10px 70px;
  margin-bottom: 20px;
  z-index: 9990;
}
#news article:before {
  content: "";
  display: block;
  background: url("../imgs/img_news_line.png") bottom left no-repeat;
  width: 700px;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#news article time {
  float: left;
  width: 150px;
}
#news article p {
  margin-bottom: 0;
  padding-left: 150px;
}
#news article a {
  color: #191919;
  text-decoration: none;
}
#news article a:hover {
  text-decoration: underline;
}
#news .new {
  background: url("../imgs/icon_new.png") top no-repeat;
  background-position: 15px 0;
}

#outline {
  position: relative;
  padding: 60px 0 65px;
}
#outline:before, #outline:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
}
#outline:before {
  background: url("../imgs/bg_outline_top.png") top center repeat-x;
  top: 0;
}
#outline:after {
  background: url("../imgs/bg_outline_bottom.png") top center repeat-x;
  bottom: 0;
}
#outline .grid960 {
  position: relative;
}
#outline .grid960:before {
  content: "";
  display: block;
  width: 172px;
  height: 368px;
  background: url("../imgs/img_illust_002.png") top center no-repeat;
  z-index: 9000;
  position: absolute;
  top: -260px;
  left: -20px;
}
#outline .bgWhite {
  width: 210px;
  float: right;
}
#outline h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  background: url("../imgs/img_h3_line.png") left bottom no-repeat;
  font-size: 16px;
  font-weight: bold;
}
#outline dt {
  width: 3em;
  float: left;
}
#outline dd {
  padding-left: 3em;
}

#event {
  padding: 35px 0 60px;
}
#event ul {
  width: 920px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
#event ul:before, #event ul:after {
  content: "";
  display: block;
  z-index: 9000;
  position: absolute;
}
#event ul:before {
  width: 176px;
  height: 306px;
  background: url("../imgs/img_illust_003.png") top center no-repeat;
  top: -56px;
  right: 40px;
}
#event ul:after {
  width: 158px;
  height: 178px;
  background: url("../imgs/img_illust_004.png") top center no-repeat;
  top: 400px;
  left: 50px;
}
#event ul li {
  width: 220px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  vertical-align: top;
}
#event ul .first {
  width: 210px;
  margin-right: 20px;
  margin-bottom: 90px;
}
#event ul .second {
  margin-left: 230px;
  margin-bottom: 60px;
}
#event ul .last {
  position: absolute;
}
#event ul .last:before, #event ul .last:after {
  content: "";
  display: block;
  z-index: 9000;
  position: absolute;
  width: 186px;
  height: 566px;
  background: url("../imgs/img_illust_005.png") top center no-repeat;
  top: -500px;
  right: -230px;
}
#event ul .third {
  margin-bottom: 50px;
}
#event ul .mr0 {
  margin-right: 0px;
}
#event ul .mr30 {
  margin-right: 30px;
}
#event dt {
  margin-bottom: 15px;
}
#event dd {
  position: relative;
  padding-left: 1em;
}
#event .btn {
  margin-bottom: 1em;
}
#event .pdfLink {
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
}
#event .pdfLink a {
  color: #191919;
}
#event .pdfLink a:hover {
  text-decoration: underline;
}
#event dl dl dt {
  font-weight: bold;
  margin-bottom: 0;
  text-indent: -1em;
}
#event dl dl dt:before {
  content: "●";
  font-weight: bold;
}
#event dl dl dd {
  padding-left: 0;
  padding: 0 0 1em;
}
#event dl dl dd::before {
  content: none;
}

#spot {
  position: relative;
  padding: 60px 0 80px;
}
#spot:before, #spot:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
}
#spot:before {
  background: url("../imgs/bg_spot_top.png") top center repeat-x;
  top: 0;
}
#spot:after {
  background: url("../imgs/bg_spot_bottom.png") top center repeat-x;
  bottom: 0;
}
#spot .spot__item_left, #spot .spot__item_right {
  width: 570px;
  position: relative;
}
#spot .spot__item_left:before, #spot .spot__item_right:before {
  content: "";
  display: block;
  z-index: 9000;
  position: absolute;
}
#spot .spot__item_left h2, #spot .spot__item_right h2 {
  text-align: center;
  margin-bottom: 30px;
}
#spot .spot__item_left .bgWhite img, #spot .spot__item_right .bgWhite img {
  display: block;
  margin-bottom: 30px;
}
#spot dl {
  margin: 30px 0;
  float: right;
}
#spot dt {
  float: left;
  font-weight: bold;
}
#spot .spot__item_left {
  margin: 50px 0;
}
#spot .spot__item_left dt {
  width: 2em;
}
#spot .spot__item_left dd {
  padding-left: 3em;
}
#spot .spot__item_right {
  padding-left: 360px;
}
#spot .spot__item_right dt {
  width: 4em;
}
#spot .spot__item_right dd {
  padding-left: 5em;
}
#spot .illust01:before {
  width: 216px;
  height: 584px;
  background: url("../imgs/img_illust_006.png") top center no-repeat;
  top: -40px;
  left: 80px;
}
#spot .illust02:before {
  width: 380px;
  height: 273px;
  background: url("../imgs/img_illust_007.png") top center no-repeat;
  bottom: 80px;
  right: -413px;
}
#spot .illust03:before {
  width: 190px;
  height: 226px;
  background: url("../imgs/img_illust_008.png") top center no-repeat;
  bottom: 0px;
  left: 180px;
}
#spot p {
  line-height: 2;
  margin-bottom: 0px;
}
#spot .btn {
  clear: both;
  line-height: 1.2;
}

h3.hstyle01 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: url(../imgs/img_h3_line02.png) bottom center no-repeat;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
h3.hstyle01 span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}

.text-right {
  text-align: right !important;
}

.d-b {
  display: block;
}

#food .foodMenu {
  width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
#food .foodMenu__item {
  width: 370px;
  padding: 30px 40px;
  position: relative;
}
#food .foodMenu__item h3 {
  padding-bottom: 10px;
  background: url("../imgs/img_h3_line02.png") bottom center no-repeat;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#food .foodMenu__item h3 span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
#food .foodMenu__item p {
  line-height: 2;
}
#food .foodMenu__item dt {
  width: 4em;
  float: left;
}
#food .foodMenu__item dd {
  padding-left: 5em;
}
#food .foodMenu__item .pl190 {
  padding-left: 190px;
}
#food .bg01 {
  height: 440px;
  background: url("../imgs/bg_foods_001.png") top center no-repeat;
  margin-bottom: 20px;
}
#food .bg02 {
  height: 770px;
  background: url("../imgs/bg_foods_002.png") top center no-repeat;
}
#food .bg02:before {
  content: "";
  display: block;
  z-index: 9000;
  position: absolute;
  width: 62px;
  height: 122px;
  background: url("../imgs/img_illust_009.png") top center no-repeat;
  top: -150px;
  right: 160px;
}
#food .bg02 dl {
  margin-bottom: 20px;
}
#food .bg03 {
  height: 230px;
  background: url("../imgs/bg_foods_003.png") top center no-repeat;
}
#food .bg03:before {
  content: "";
  display: block;
  z-index: 9000;
  position: absolute;
  width: 162px;
  height: 162px;
  background: url("../imgs/img_illust_010.png") top center no-repeat;
  top: 246px;
  left: 10px;
}
#food .bg03 h3 {
  margin-bottom: 15px;
}
#food .foodMenu__item_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
#food .taiken img {
  float: left;
  margin-right: 10px;
}
#food .taiken .taiken__ttl {
  font-weight: bold;
  font-size: 1.2em;
}
#food .btn {
  clear: both;
}

#information {
  position: relative;
  padding: 100px 0 40px;
}
#information:before, #information:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
}
#information:before {
  background: url("../imgs/bg_information_top.png") top center repeat-x;
  top: 0;
}
#information:after {
  background: url("../imgs/bg_information_bottom.png") top center repeat-x;
  bottom: 0;
}
#information .cf {
  width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
#information #facebook {
  width: 420px;
  float: left;
  margin-right: 50px;
  position: relative;
}
#information #facebook:before {
  content: "";
  display: block;
  z-index: 9000;
  position: absolute;
  width: 127px;
  height: 156px;
  background: url("../imgs/img_illust_011.png") top center no-repeat;
  top: -100px;
  right: -20px;
}
#information #facebook h2 {
  margin-bottom: 46px;
}
#information #access {
  width: 450px;
  float: right;
}
#information #access .googleMap {
  position: relative;
  width: 450px;
  height: 265px;
  margin-bottom: 20px;
}
#information #access .btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: 0px;
}
#information #access .btn a {
  width: 190px;
  height: 24px;
  padding: 0 10px;
  position: relative;
  line-height: 24px;
  font-size: 14px;
}
#information #access .btn a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 35px;
  width: 11px;
  height: 16px;
  background: url("../imgs/icon_pin.png") top left no-repeat;
}
#information #access dt {
  padding-left: 45px;
  position: relative;
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
  color: #3c352f;
}
#information #access dt:before {
  content: "";
  width: 32px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
#information #access .means__item01 {
  background: url("../imgs/icon_car.png") left top no-repeat;
}
#information #access .means__item02 {
  background: url("../imgs/icon_train.png") left top no-repeat;
}
#information #access .means__item03 {
  background: url("../imgs/icon_shinkansen.png") left top no-repeat;
}
#information #access dd {
  padding-left: 90px;
  margin-bottom: 20px;
}

#gFooter {
  width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
#gFooter .fltL {
  width: 590px;
}
#gFooter .fltR {
  width: 250px;
}
#gFooter strong {
  font-weight: bold;
}
#gFooter strong img {
  width: 330px;
  height: auto;
}
#gFooter #contact .contact__item_left, #gFooter #contact contact__item_right {
  width: 240px;
}
#gFooter #contact .contact__item_left {
  margin-left: 40px;
  float: left;
}
#gFooter #contact .contact__item_right {
  float: right;
  margin-right: 10px;
  padding-top: 20px;
}
#gFooter #contact .tel {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
  background: url("../imgs/img_h3_line02.png") left bottom no-repeat;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  color: #f66552;
}
#gFooter #contact .tel:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  left: 0;
  background: url("../imgs/icon_tel.png") top left no-repeat;
}
#gFooter #contact .btn a {
  width: 210px;
  height: 24px;
  padding: 0 15px;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
}
#gFooter .fltR {
  position: relative;
}
#gFooter .fltR:before {
  content: "";
  width: 6px;
  height: 312px;
  position: absolute;
  top: 6px;
  left: -30px;
  background: url("../imgs/img_vertical_line.png") top left no-repeat;
}
#gFooter .fltR strong {
  font-size: 18px;
}
#gFooter .fltR img {
  display: block;
  margin: 0 auto;
}
#gFooter .fltR .w210 {
  width: 210px;
  margin: 0 auto;
  display: block;
}
#gFooter .fltR dl dt {
  width: 5em;
  float: left;
  padding-top: 3px;
}
#gFooter .fltR dl dd {
  position: relative;
  padding-left: 100px;
  font-size: 18px;
  font-weight: bold;
}
#gFooter .fltR dl dd:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 80px;
  background: url("../imgs/icon_tel.png") top left no-repeat;
  background-size: 16px 16px;
}
#gFooter .fltR .hp {
  padding-left: 22px;
  background: url("../imgs/icon_hp.png") left top no-repeat;
  background-position: 0px 4px;
  font-size: 12px;
}
#gFooter .fltR .hp a {
  text-decoration: none;
  color: #191919;
}
#gFooter .copy {
  float: none;
  clear: both;
  margin-bottom: 0px;
  text-align: center;
}
