@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%;
}

body {
  color: #000;
  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;
  background: url(../images/body_bg.gif);
  -webkit-text-size-adjust: 100%;
}

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: 120px;
  border-top: 1px solid #B5A91C;
  border-bottom: 1px solid #B5A91C;
  background: url(../images/body_bg.gif);
  z-index: 100;
}
header.global .l-wrapper {
  margin-bottom: 1px;
  border-bottom: 1px solid #D5CE77;
}
header.global .l-inner {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 17px;
}
header.global .l-inner .select-menu {
  position: absolute;
  top: 10px;
  right: 0;
}
header.global .l-inner .select-menu input, header.global .l-inner .select-menu textarea, header.global .l-inner .select-menu select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
header.global .global-nav,
header.global .site-logo {
  float: left;
}
header.global .site-logo {
  margin: 24px 17px 0 0;
}
header.global .global-nav {
  margin-top: 40px;
}
header.global .contact-area {
  float: right;
  margin-top: 50px;
  text-align: center;
}
header.global ul {
  overflow: hidden;
  *zoom: 1;
}
header.global ul a {
  display: block;
  width: 110px;
  height: 60px;
  background: url(../images/global_nav_ic01.gif) no-repeat center bottom;
}
header.global ul li {
  float: left;
  width: 110px;
  height: 60px;
  border-right: 1px solid #B5A91C;
  text-align: center;
}
header.global ul .nav04 {
  margin-right: 16px;
}
header.global ul .nav05 {
  width: 88px;
  height: 58px;
  border: 1px solid #B5A91C;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header.global ul .nav05 a {
  width: 88px;
  height: 58px;
  background: url(../images/global_nav05.gif) no-repeat center top;
}
header.global ul .nav05 a:hover {
  background: url(../images/global_nav05_on.gif) no-repeat center top;
}

footer.global {
  padding: 30px 0;
  border-top: 1px solid #E8D7A9;
  background: #FFF;
  font-size: 120%;
  overflow: hidden;
  *zoom: 1;
}
footer.global .company-logo,
footer.global .company-info {
  float: left;
}
footer.global .company-logo {
  margin-right: 15px;
  padding-top: 5px;
}
footer.global .company-info a {
  color: #908307;
  text-decoration: underline;
}
footer.global .company-info a:hover {
  text-decoration: none;
}
footer.global .copyright {
  float: right;
}

/* 共通コンテンツ */
.l-inner {
  width: 960px;
  margin: 0 auto;
}

#main-visual {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}
#main-visual .l-wrapper {
  position: absolute;
  width: 1189px;
  height: 400px;
  left: 50%;
  margin-left: -594.5px;
  background: url(../images/mainvisual_image.jpg) no-repeat;
}
#main-visual .l-wrapper .logo,
#main-visual .l-wrapper .title,
#main-visual .l-wrapper ul {
  text-align: center;
}
#main-visual .l-wrapper .logo {
  margin-top: 67px;
}
#main-visual .l-wrapper .title {
  margin-top: 16px;
}
#main-visual .l-wrapper .pick-up {
  width: 482px;
  margin: 64px auto 0;
}
*:first-child + html #main-visual .l-wrapper .pick-up {
  padding-left: 30px;
  width: 512px;
}
#main-visual .l-wrapper ul {
  margin-right: -30px;
}
#main-visual .l-wrapper ul li {
  float: left;
  margin-right: 30px;
}
#main-visual .l-wrapper ul li img {
  margin-bottom: 18px;
}

.finish {
  width: 960px;
  margin: 40px auto;
  text-align: center;
}

#concept,
#access,
#plan,
#outline {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

.concept-area {
  overflow: hidden;
}
.concept-area .l-wrapper {
  width: 960px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #E8D7A9;
}
.concept-area .l-inner {
  overflow: hidden;
  *zoom: 1;
}
.concept-area .left-box {
  float: left;
  width: 505px;
}
.concept-area .right-box {
  float: right;
  width: 425px;
  padding-top: 20px;
}
.concept-area .right-box .contents-title {
  margin-bottom: 45px;
}
.concept-area .right-box .text {
  font-size: 140%;
  line-height: 180%;
  margin-bottom: 20px;
}

.access-area {
  overflow: hidden;
}
.access-area .l-inner {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8D7A9;
  background: url(../images/access_flower.jpg) no-repeat 52% 3.4%;
}
.access-area .contents-title {
  margin-bottom: 60px;
}
.access-area .title-wrapper {
  width: 256px;
  margin-bottom: 40px;
  padding: 1px;
  border: 1px solid #B9AD1C;
}
.access-area .title-wrapper .title-box {
  text-align: center;
  border: 1px solid #B9AD1C;
  padding: 8px 0;
  background: url(../images/contents_title_bg01.gif);
}
.access-area .title-wrapper .title-box .contents-title {
  margin-bottom: 60px;
}
.access-area .access {
  margin-bottom: 60px;
  overflow: hidden;
  *zoom: 1;
}
.access-area .access .left-box {
  float: left;
  width: 400px;
}
.access-area .access .left-box .image-text {
  margin-bottom: 50px;
}
.access-area .access .left-box .text {
  font-size: 140%;
  line-height: 180%;
}
.access-area .access .right-box {
  width: 428px;
  margin-left: 480px;
  padding: 40px 0 40px 50px;
  background: #FFF;
  border: 1px solid #B9AD1C;
}
.access-area .access .right-box .title {
  margin-bottom: 40px;
}
.access-area .location {
  position: relative;
}
.access-area .location .image-text {
  margin-bottom: 40px;
}
.access-area .location .text {
  margin-bottom: 40px;
  font-size: 140%;
  line-height: 180%;
}
.access-area .location .location-map {
  width: 940px;
  margin-bottom: 60px;
  padding: 18px 0 18px 18px;
  border: 1px solid #B9AD1C;
  background: #FFF;
}
.access-area .location .flower {
  margin-right: -30px;
  position: absolute;
  top: 40.5%;
  right: 0;
}
.access-area .location .photo-area {
  width: 980px;
  margin-bottom: 40px;
}
.access-area .location .photo-area ul {
  overflow: hidden;
  *zoom: 1;
  margin-right: -20px;
}
.access-area .location .photo-area ul li {
  float: left;
  margin: 0 20px 20px 0;
  font-size: 120%;
  line-height: 140%;
}
.access-area .location .photo-area ul li img {
  margin-bottom: 10px;
}
.access-area .location .info-area {
  font-size: 140%;
  overflow: hidden;
  *zoom: 1;
}
.access-area .location .info-area .left-box {
  width: 460px;
  float: left;
}
.access-area .location .info-area .right-box {
  width: 460px;
  float: right;
}
.access-area .location .info-area .info-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #908306;
}
.access-area .location .info-area dl {
  margin-bottom: 30px;
}
.access-area .location .info-area dt {
  float: left;
  background: url(../images/access_bg_dot.gif) repeat-x left 53%;
  width: 280px;
}
.access-area .location .info-area dt span {
  background: url(../images/body_bg.gif) white;
  padding-right: 20px;
}
.access-area .location .info-area dd {
  margin: 0 0 5px 300px;
}
.access-area .location .info-area .double {
  padding-top: 1.0em;
}

.plan-area .l-inner {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8D7A9;
  background: url(../images/plan_flower.jpg) no-repeat 100% 50%;
}
.plan-area .contents-title {
  margin-bottom: 60px;
}
.plan-area .image-text {
  margin-bottom: 40px;
}
.plan-area .text {
  margin-bottom: 40px;
  font-size: 140%;
  line-height: 180%;
}

.outline-area {
  margin-bottom: 20px;
}
.outline-area .l-inner {
  overflow: hidden;
  *zoom: 1;
}
.outline-area .contents-title {
  margin-bottom: 60px;
}
.outline-area .left-box {
  float: left;
  width: 500px;
}
.outline-area .right-box {
  float: left;
  width: 460px;
}
.outline-area dl dt,
.outline-area dl dd {
  font-size: 140%;
}
.outline-area dl dt {
  float: left;
  color: #908306;
  font-weight: bold;
  width: 8em;
}
.outline-area dl dd {
  margin: 0 0 10px 8em;
}

.banner-area {
  position: relative;
  width: 100%;
  height: 237px;
  overflow: hidden;
}
.banner-area .l-wrapper {
  position: absolute;
  width: 1040px;
  height: 200px;
  left: 50%;
  margin-left: -520px;
  background: url(../images/contact_banner_flower.jpg) no-repeat left top;
}
.banner-area .l-inner {
  width: 956px;
  margin: 50px auto 80px;
  padding: 1px;
  border: 1px solid #908308;
}
.banner-area .m-inner {
  width: auto;
  padding: 30px 0 30px 30px;
  border: 1px solid #D5CE77;
  background: #FFF;
  overflow: hidden;
  *zoom: 1;
}
.banner-area .title,
.banner-area .number,
.banner-area .business-hours,
.banner-area .btn {
  float: left;
  margin-right: 20px;
}
.banner-area .btn a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.banner-area .title {
  padding-right: 20px;
  border-right: 1px solid #D5CE77;
}
.banner-area .business-hours {
  padding-top: 16px;
}

/* コンポーネント */
