@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, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* ベース
---------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #555;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 960px;
  min-height: 100%;
  height: 100%;
  background: url(../images/common/bg_body.png) repeat 0 0;
  -webkit-text-size-adjust: 100%;
  background: url(../images/common/body_bg.gif);
}

a:link, a:visited {
  color: #0099CC;
  text-decoration: none;
}

/* レイアウト　*/
/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.image.is-left,
img.is-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.image.is-right,
img.is-right {
  margin-left: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}
header.global {
  position: fixed;
  width: 100%;
  height: 137px;
  background: url(../images/common/header_shadow01.png) repeat-x left bottom;
  z-index: 100;
}
header.global .l-wrapper {
  height: 100%;
  background: url(../images/common/header_bg02.png) repeat-x left top;
}
header.global .m-wrapper {
  position: relative;
  height: 100%;
  background: url(../images/common/header_bg01.png) center top no-repeat;
}
header.global .l-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 200;
}
header.global .l-inner .select-menu {
  position: absolute;
  top: 10px;
  right: 0;
}
header.global .l-inner .select-menu select {
  font-family: inherit;
  font-size: 10px;
  font-weight: inherit;
}
header.global .site-logo {
  padding-top: 20px;
  text-align: center;
}
header.global .global-nav {
  position: absolute;
  width: 960px;
  top: 60px;
  left: 50%;
  margin-left: -480px;
}
header.global .global-nav ul {
  overflow: hidden;
  *zoom: 1;
}
header.global .global-nav li {
  float: left;
  height: 60px;
  padding-top: 10px;
  background: url(../images/common/global_nav_border01.png) 0px 10px no-repeat;
}
header.global .global-nav li a {
  display: block;
  height: 100%;
}
header.global .global-nav li.current,
header.global .global-nav li a:hover {
  border-bottom: 3px solid #082A1D;
}
header.global .global-nav li.nav04 {
  background: none;
  margin-left: 190px;
}
header.global .global-nav li.nav06 {
  float: right;
  background: none;
  padding-top: 0;
}
header.global .global-nav li.nav06 a:hover {
  border-bottom: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

footer.global {
  padding: 30px 0;
  color: #FFF;
  border-top: 1px solid #E8D7A9;
  background: #103720;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  *zoom: 1;
}
footer.global .l-inner {
  width: 960px;
  margin: 0 auto;
}
footer.global .company-logo,
footer.global .company-info {
  float: left;
}
footer.global .company-logo {
  margin-right: 15px;
}
footer.global address {
  padding-top: 3px;
}
footer.global .company-info a {
  color: #FFF;
  text-decoration: underline;
}
footer.global .company-info a:hover {
  text-decoration: none;
}
footer.global .copyright {
  float: right;
}

#main-visual {
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 50px;
  padding-top: 133px;
  overflow: hidden;
}
#main-visual .l-wrapper {
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 133px;
  left: 50%;
  margin-left: -600px;
  background: url(../images/common/mainvisual_image01.jpg) no-repeat;
}
#main-visual .text {
  padding: 30px 0 0 30px;
}

.sold-out {
  text-align: center;
  margin-bottom: 50px;
}

#concept {
  position: relative;
  width: 100%;
  height: 520px;
  margin-bottom: 120px;
  overflow: hidden;
}
#concept .l-wrapper {
  position: absolute;
  width: 1140px;
  height: 100%;
  left: 50%;
  margin-left: -570px;
  background: url(../images/concept/concept_image01.png) right bottom no-repeat;
}
#concept .l-inner {
  width: 960px;
  margin: 0 auto;
}
#concept .section-title {
  margin-bottom: 50px;
  text-align: center;
}
#concept .title {
  margin-bottom: 25px;
}
#concept .text {
  width: 470px;
  margin-bottom: 25px;
  line-height: 220%;
  font-size: 14px;
  font-size: 1.4rem;
}

#access {
  margin-bottom: 120px;
}
#access .l-inner {
  width: 960px;
  margin: 0 auto;
}
#access .section-title {
  margin-bottom: 80px;
  text-align: center;
}
#access .sub-title {
  margin-bottom: 25px;
}
#access .title {
  margin-bottom: 25px;
}
#access .text {
  margin-bottom: 25px;
  line-height: 220%;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .access-area {
  margin-bottom: 80px;
  overflow: hidden;
  *zoom: 1;
}
#access .access-area .left-box {
  float: left;
  width: 470px;
}
#access .access-area .right-box {
  float: right;
  width: 370px;
  padding: 35px;
  background: #FFFFFF;
  border: 1px solid #EAE7DB;
}
#access .access-area .right-box ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../images/access/access_train_line01.gif) no-repeat center bottom;
}
#access .access-area .right-box .title {
  margin-bottom: 20px;
  text-align: center;
}
#access .location-area {
  overflow: hidden;
  *zoom: 1;
}
#access .location-area .location-map {
  margin-bottom: 15px;
}
#access .location-area .photo-area {
  margin-right: -15px;
}
#access .location-area li {
  float: left;
  margin: 0 15px 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#plan {
  margin-bottom: 120px;
}
#plan .section-title {
  margin-bottom: 50px;
  text-align: center;
}
#plan .l-inner {
  width: 960px;
  margin: 0 auto;
}
#plan .lead-area {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
#plan .sub-title {
  margin-bottom: 25px;
}
#plan .sub-title span {
  padding-left: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
}
#plan .title {
  margin-bottom: 25px;
}
#plan .text {
  margin-bottom: 25px;
  line-height: 220%;
  font-size: 14px;
  font-size: 1.4rem;
}
#plan .left-box {
  float: left;
  width: 470px;
}
#plan .right-box {
  float: right;
  width: 464px;
}
#plan .plan-area {
  width: 900px;
  padding: 40px 30px;
  background: url(../images/plan/plan_bg01.gif);
}
#plan .plan-area.planA {
  margin-bottom: 40px;
}
#plan .plan-area.planA li:nth-of-type(4), #plan .plan-area.planA li:nth-of-type(5), #plan .plan-area.planA li:nth-of-type(6), #plan .plan-area.planB li:nth-of-type(4), #plan .plan-area.planB li:nth-of-type(5), #plan .plan-area.planB li:nth-of-type(6) {
  float: none;
}
#plan .plan-area .detail {
  margin-bottom: 50px;
  overflow: hidden;
  *zoom: 1;
}
#plan .plan-area .detail li {
  float: left;
  margin-right: 20px;
}
#plan .plan-area .image {
  text-align: center;
}

#outline {
  margin-bottom: 120px;
}
#outline .section-title {
  margin-bottom: 50px;
  text-align: center;
}
#outline .l-inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#outline .left-box {
  float: left;
  width: 480px;
}
#outline .right-box {
  float: left;
  width: 480px;
}
#outline dl dt, #outline dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}
#outline dl dt {
  float: left;
  color: #46743E;
  font-weight: bold;
  width: 8em;
}
#outline dl dd {
  margin: 0 0 20px 8em;
}
#outline dl span {
  font-size: 12px;
  font-size: 1.2rem;
}

.banner-area {
  width: 914px;
  height: 64px;
  margin: 0 auto 70px;
  padding: 16px 23px 20px;
  background: #FFFFFF;
  border: 1px solid #9D7D3F;
  overflow: hidden;
  *zoom: 1;
}
.banner-area p {
  float: left;
}
.banner-area .title {
  margin-right: 17px;
  padding-right: 17px;
  background: url(../images/common/contact_line01.gif) right center no-repeat;
}
.banner-area .number {
  margin-right: 17px;
}
.banner-area .business-hours {
  margin-right: 17px;
}
.banner-area .btn {
  float: right;
}
.banner-area a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* コンポーネント */
