@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: 117px;
  border-top: 1px solid #9F9624;
  z-index: 100;
  background: url(../images/common/body_bg.gif);
}
header.global .l-wrapper {
  height: 100%;
  border-bottom: 1px solid #9F9624;
}
header.global .m-wrapper {
  height: 100%;
  padding-bottom: 2px;
  border-bottom: 2px solid #9F9624;
}
header.global .l-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
header.global .l-inner .select-menu {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 200;
}
header.global .l-inner .select-menu select {
  font-family: inherit;
  font-size: 10px;
  font-weight: inherit;
}
header.global .site-logo {
  float: left;
}
header.global .global-nav {
  float: left;
  margin-top: 40px;
}
header.global .global-nav ul {
  overflow: hidden;
  *zoom: 1;
}
header.global .global-nav li {
  float: left;
  border-right: 1px solid #9F9624;
}
header.global .global-nav li a {
  display: block;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
header.global .global-nav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
header.global .global-nav li.nav04, header.global .global-nav li.nav05 {
  border-right: none;
}

footer.global {
  padding: 20px 0;
  color: #6B4B45;
  border-top: 1px solid #E8D7A9;
  background: #FFF;
  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: #908307;
  text-decoration: underline;
}
footer.global .company-info a:hover {
  text-decoration: none;
}
footer.global .copyright {
  float: right;
  font-size: 10px;
  font-size: 1rem;
}

.l-inner {
  width: 960px;
  margin: 0 auto;
}

@-webkit-keyframes lineAnimation {
  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes lineAnimation {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes lineAnimation {
  to {
    stroke-dashoffset: 0;
  }
}

.line-area {
  margin-bottom: 80px;
  overflow: hidden;
  *zoom: 1;
}
.line-area .line01 {
  fill: none;
  stroke: #9F9624;
  stroke-width: 1;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.line-area .line02 {
  fill: none;
  stroke: #9F9624;
  stroke-width: 1;
  stroke-dasharray: 500;
  stroke-dashoffset: -500;
}

@media all and (-ms-high-contrast: none) {
  .line-area .line01 {
    stroke-dashoffset: 0 !important;
  }
  .line-area .line02 {
    stroke-dashoffset: 0 !important;
  }

  *::-ms-backdrop .line01, .line-area .line01 {
    stroke-dashoffset: 0 !important;
  }
  *::-ms-backdrop .line02, .line-area .line02 {
    stroke-dashoffset: 0 !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .line-area .line01 {
    stroke-dashoffset: 0 !important;
  }
  .line-area .line02 {
    stroke-dashoffset: 0 !important;
  }

  *::-ms-backdrop .line01, .line-area .line01 {
    stroke-dashoffset: 0 !important;
  }
  *::-ms-backdrop .line02, .line-area .line02 {
    stroke-dashoffset: 0 !important;
  }
}
.line-area:not(:target) .line01 {
  stroke-dashoffset: 0\9 !important;
}
.line-area:not(:target) .line02 {
  stroke-dashoffset: 0\9 !important;
}

.line-animation01 .line01, .line-animation01 .line02 {
  -webkit-animation: lineAnimation 1s ease 0.1s;
  -moz-animation: lineAnimation 1s ease 0.1s;
  animation: lineAnimation 1s ease 0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes TitleFade01 {
  from {
    -webkit-transform: translate(0px, 20px);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes TitleFade01 {
  from {
    -webkit-transform: translate(0px, 20px);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes TitleFade01 {
  from {
    -webkit-transform: translate(0px, 20px);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.start-fade01 {
  -webkit-animation: TitleFade01 2s ease 0.5s;
  -moz-animation: TitleFade01 2s ease 0.5s;
  animation: TitleFade01 2s ease 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.start-fade02 {
  -webkit-animation: TitleFade01 0.5s ease 0.5s;
  -moz-animation: TitleFade01 0.5s ease 0.5s;
  animation: TitleFade01 0.5s ease 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*.section-title {
	@include opacity(0);
}*/
#main-visual {
  margin-bottom: 60px;
  padding-top: 117px;
  padding-bottom: 1px;
  border-bottom: 1px solid #9F9624;
}
#main-visual .l-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 2px;
  background: url(../images/top/mainvisual_bg01.gif) no-repeat top center;
  overflow: hidden;
  border-bottom: 2px solid #9F9624;
  background-size: cover;
  padding-top: 36.9%;
}
#main-visual .l-wrapper .m-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 50;
}
#main-visual .l-wrapper .title, #main-visual .l-wrapper .text {
  margin: 0 auto;
}
#main-visual .l-wrapper .title {
  margin-bottom: 2.5%;
  padding: 3% 0.5% 3.0%;
  width: 10.93%;
  background: url(../images/top/mainvisual_bg02.png) no-repeat center bottom;
  background-size: 74%;
}
#main-visual .l-wrapper .title img {
  width: 100%;
  height: auto;
}
#main-visual .l-wrapper .text {
  margin-bottom: 2%;
  width: 24%;
}
#main-visual .l-wrapper .text img {
  width: 100%;
  height: auto;
}
#main-visual .l-wrapper .icon-area {
  position: relative;
  width: 30%;
  height: 35%;
  margin: 0 auto;
}
#main-visual .l-wrapper .icon-area li {
  position: absolute;
  text-align: center;
  width: 31%;
}
#main-visual .l-wrapper .icon-area li img {
  width: 100%;
  height: auto;
}
#main-visual .l-wrapper .icon-area li span img {
  padding-bottom: 3.5%;
}
#main-visual .l-wrapper .icon-area li.ic01 {
  top: 0;
  left: 35%;
}
#main-visual .l-wrapper .icon-area li.ic02 {
  top: 32%;
  left: 0;
}
#main-visual .l-wrapper .icon-area li.ic03 {
  top: 32%;
  right: 0;
}
#main-visual .l-wrapper .icon-area li.ic04 {
  bottom: 10%;
  left: 35%;
}

@media screen and (max-width: 1400px) {
  #main-visual {
    overflow: hidden;
  }
  #main-visual .l-wrapper {
    width: 1400px;
    height: 520px;
    left: 50%;
    margin-left: -700px;
    padding-top: 0;
  }
}
.sold-out-banner {
  margin-bottom: 60px;
  text-align: center;
}

#concept {
  position: relative;
  width: 100%;
  height: 540px;
  margin-bottom: 80px;
  overflow: hidden;
}
#concept .l-wrapper {
  position: absolute;
  width: 1200px;
  height: 100%;
  left: 50%;
  margin-left: -590px;
  background: url(../images/concept/concept_image01.png) left bottom no-repeat;
}
#concept .section-title {
  margin-bottom: 25px;
  text-align: center;
}
#concept .right-box {
  float: right;
  width: 490px;
}
#concept .title {
  margin-bottom: 40px;
}
#concept .text {
  margin-bottom: 25px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}

#access {
  margin-bottom: 80px;
}
#access .section-title {
  margin-bottom: 60px;
  text-align: center;
}
#access .sub-title {
  margin-bottom: 50px;
}
#access .title {
  margin-bottom: 25px;
}
#access .text {
  margin-bottom: 25px;
  line-height: 200%;
  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: 440px;
}
#access .access-area .right-box {
  float: right;
  width: 460px;
  background: #F5F3ED;
  border: 2px solid #9F9624;
  text-align: center;
}
#access .access-area .right-box ul {
  padding: 20px 0;
  border-bottom: 2px solid #9F9624;
}
#access .access-area .right-box .title {
  margin-bottom: 0;
  padding: 20px 0;
  background: #FFF;
  border-bottom: 2px solid #9F9624;
}
#access .access-area .right-box .map {
  padding: 40px 0;
}
#access .location-area {
  overflow: hidden;
  *zoom: 1;
}
#access .location-area .location-map {
  margin-bottom: 40px;
}
#access .location-area .photo-area {
  margin-right: -40px;
}
#access .location-area li {
  float: left;
  width: 210px;
  margin: 0 40px 40px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
#access .location-area li img {
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=100 )";
}
#access .location-area li:not(:target) img {
  opacity: 1.0\9;
  filter: 1.0\9;
}
#access .location-area li:nth-of-type(1) img, #access .location-area li:nth-of-type(5) img, #access .location-area li:nth-of-type(7) img {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#access .location-area li:nth-of-type(2) img, #access .location-area li:nth-of-type(6) img, #access .location-area li:nth-of-type(10) img {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#access .location-area li:nth-of-type(3) img, #access .location-area li:nth-of-type(7) img, #access .location-area li:nth-of-type(11) img {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#access .location-area li:nth-of-type(4) img, #access .location-area li:nth-of-type(8) img, #access .location-area li:nth-of-type(12) img {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#access .location-area .info-area .info-title {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 2px 5px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #847B1E;
  border-bottom: 2px solid #B0DDD5;
}
#access .location-area .info-area dl {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .location-area .info-area dt {
  float: left;
  width: 280px;
  position: relative;
}
#access .location-area .info-area dt span {
  position: absolute;
  padding-right: 10px;
  background: url(../images/common/body_bg.gif);
  z-index: 50;
}
#access .location-area .info-area dt:after {
  position: absolute;
  width: 100%;
  top: 0.2em;
  right: 0em;
  display: block;
  height: 1em;
  content: "";
  background: url(../images/access/bg_dot01.gif) repeat-x left center;
}
#access .location-area .info-area dd {
  margin: 0 0 5px 300px;
}
#access .location-area .info-area .is-left {
  width: 460px;
}
#access .location-area .info-area .is-right {
  width: 500px;
}

#plan {
  margin-bottom: 80px;
  overflow: hidden;
}
#plan .lead-area {
  width: 1010px;
  margin-bottom: 60px;
  background: url(../images/plan/plan_image01.png) left bottom no-repeat;
  height: 382px;
  overflow: hidden;
  *zoom: 1;
}
#plan .section-title {
  margin-bottom: 27px;
}
#plan .title {
  margin-bottom: 25px;
}
#plan .text {
  margin-bottom: 25px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
#plan .right-box {
  float: right;
  width: 570px;
  margin-right: 25px;
}
#plan .plan-area {
  margin-bottom: 20px;
  background: #FFF;
}
#plan .plan-area a, #plan .plan-area .sold-out {
  display: block;
  padding: 20px 0 20px 20px;
  color: #333;
  overflow: hidden;
  *zoom: 1;
  border: 2px solid #847C1E;
}
#plan .plan-area a {
  background: url(../images/plan/plan_btn01.png) no-repeat right bottom;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
#plan .plan-area a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#plan .plan-area .sold-out .right-box .detail {
  margin-right: 0;
  padding-right: 0;
  border-right: none !important;
}
#plan .plan-area .left-box {
  float: left;
  width: 193px;
}
#plan .plan-area .right-box {
  float: right;
  width: 690px;
  padding-top: 15px;
}
#plan .plan-area .right-box .box {
  width: 100%;
}
#plan .plan-area .right-box .plan-title {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B9AD1C;
}
#plan .plan-area .right-box .title, #plan .plan-area .right-box dl {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
}
#plan .plan-area .right-box .detail {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #B9AD1C;
}
#plan .plan-area .right-box .title {
  margin-right: 20px;
}
#plan .plan-area .right-box span {
  font-weight: bold;
  color: #847A1E;
}
#plan .plan-area .right-box dt {
  float: left;
  width: 70px;
}
#plan .plan-area .right-box dt:after {
  content: "：";
}
#plan .plan-area .right-box dt:nth-of-type(3), #plan .plan-area .right-box dt:nth-of-type(4) {
  width: 30px;
}
#plan .plan-area .right-box dd {
  margin-left: 70px;
}
#plan .plan-area .right-box dd:nth-of-type(3), #plan .plan-area .right-box dd:nth-of-type(4) {
  float: left;
  margin-left: 0;
}
#plan .plan-area .right-box dd:nth-of-type(3):after {
  content: "/";
  padding: 0 0.5em;
}

@media screen and (max-width: 960px) {
  #plan .lead-area {
    width: 960px;
  }
}
.plan-detail {
  overflow: hidden;
  min-width: 860px;
  position: relative;
}
.plan-detail .l-wrapper {
  width: 740px;
  margin: 0 auto;
  padding: 40px 40px 60px 60px;
  background: #FFFFFF;
  border: 2px solid #847C1E;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.plan-detail .section-title {
  margin-bottom: 30px;
  text-align: center;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.plan-detail .lead-area {
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.plan-detail .left-box {
  float: left;
  width: 260px;
}
.plan-detail .right-box {
  float: right;
  width: 455px;
  padding-top: 15px;
}
.plan-detail .right-box .box {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #B9AD1C;
}
.plan-detail .right-box .plan-title {
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
}
.plan-detail .right-box .title {
  text-align: left;
}
.plan-detail .right-box .text {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B9AD1C;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.0;
}
.plan-detail .right-box .title, .plan-detail .right-box dl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.plan-detail .right-box span {
  font-weight: bold;
  color: #B9AD1C;
}
.plan-detail .right-box dl {
  float: left;
}
.plan-detail .right-box dt {
  float: left;
  width: 70px;
}
.plan-detail .right-box dt:after {
  content: "：";
}
.plan-detail .right-box dt:nth-of-type(3), .plan-detail .right-box dt:nth-of-type(4) {
  width: 30px;
}
.plan-detail .right-box dd {
  margin-left: 70px;
}
.plan-detail .right-box dd:nth-of-type(3), .plan-detail .right-box dd:nth-of-type(4) {
  float: left;
  margin-left: 0;
}
.plan-detail .right-box dd:nth-of-type(3):after {
  content: "/";
  padding: 0 0.5em;
}
.plan-detail .plan-area {
  text-align: center;
}
.plan-detail .btn-area {
  width: 744px;
  padding-top: 40px;
  border-top: 1px solid #B9AD1C;
  overflow: hidden;
  *zoom: 1;
}
.plan-detail .btn-area .current img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.plan-detail .btn-area .title {
  float: left;
  margin-right: 30px;
  padding-top: 10px;
}
.plan-detail .btn-area .btn {
  overflow: hidden;
  *zoom: 1;
}
.plan-detail .btn-area .btn li {
  float: left;
  margin-right: 20px;
}

#outline {
  margin-bottom: 80px;
}
#outline .section-title {
  margin-bottom: 60px;
  text-align: center;
}
#outline .l-inner {
  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: #847A1E;
  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: 620px;
  height: 158px;
  margin: 0 auto 70px;
  padding: 60px 40px 40px;
  background: url(../images/common/contact_bg01.png) no-repeat;
  overflow: hidden;
  *zoom: 1;
}
.banner-area .title {
  margin-bottom: 20px;
  text-align: center;
}
.banner-area .box {
  overflow: hidden;
  *zoom: 1;
}
.banner-area .number {
  float: left;
}
.banner-area .btn {
  float: right;
}
.banner-area a img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.banner-area a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* コンポーネント */
