@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/common/bg_body.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;
  }
}
#access header.global .nav01 a {
  background: url("../images/common/global_nav01_on.png") no-repeat center center;
}
header.global .nav01 a {
  background: url("../images/common/global_nav01.png") no-repeat center center;
  width: 116px;
}
header.global .nav01 a:hover {
  background: url("../images/common/global_nav01_on.png") no-repeat center center;
}
@media screen and (max-width: 640px) {
  #access header.global .nav01 a {
    background: url("../images/common/global_nav01_on_sp.png") no-repeat center center;
  }
  header.global .nav01 a {
    background: url("../images/common/global_nav01_sp.png") no-repeat center center;
    width: 232px;
  }
  header.global .nav01 a:hover {
    background: url("../images/common/global_nav01_on_sp.png") no-repeat center center;
  }
}
#plan header.global .nav02 a {
  background: url("../images/common/global_nav02_on.png") no-repeat center center;
}
header.global .nav02 a {
  background: url("../images/common/global_nav02.png") no-repeat center center;
  width: 78px;
}
header.global .nav02 a:hover {
  background: url("../images/common/global_nav02_on.png") no-repeat center center;
}
@media screen and (max-width: 640px) {
  #plan header.global .nav02 a {
    background: url("../images/common/global_nav02_on_sp.png") no-repeat center center;
  }
  header.global .nav02 a {
    background: url("../images/common/global_nav02_sp.png") no-repeat center center;
    width: 156px;
  }
  header.global .nav02 a:hover {
    background: url("../images/common/global_nav02_on_sp.png") no-repeat center center;
  }
}
#outline header.global .nav03 a {
  background: url("../images/common/global_nav03_on.png") no-repeat center center;
}
header.global .nav03 a {
  background: url("../images/common/global_nav03.png") no-repeat center center;
  width: 61px;
}
header.global .nav03 a:hover {
  background: url("../images/common/global_nav03_on.png") no-repeat center center;
}
@media screen and (max-width: 640px) {
  #outline header.global .nav03 a {
    background: url("../images/common/global_nav03_on_sp.png") no-repeat center center;
  }
  header.global .nav03 a {
    background: url("../images/common/global_nav03_sp.png") no-repeat center center;
    width: 122px;
  }
  header.global .nav03 a:hover {
    background: url("../images/common/global_nav03_on_sp.png") no-repeat center center;
  }
}
header.global .site-logo {
  float: left;
  margin-right: 30px;
}
header.global .global-nav {
  float: left;
}
header.global .global-nav ul {
  overflow: hidden;
  *zoom: 1;
  padding-left: 26px;
  border-left: 1px silver dotted;
}
header.global .global-nav ul li {
  float: left;
  margin-right: 26px;
  padding-right: 26px;
  border-right: 1px silver dotted;
  font-size: 0;
  line-height: 0;
}
header.global .global-nav ul li a {
  display: block;
  height: 35px;
  margin-top: 8px;
}
header.global .global-nav .nav04 {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
header.global .global-nav .nav04 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header.global .global-nav .nav04 a {
  margin-top: 0;
  width: 100px;
  height: 45px;
  background: url("../images/common/global_nav04_bg.png") no-repeat;
}
header.global .l-inner {
  position: relative;
  padding: 70px 0 30px;
}
header.global .select-menu {
  position: absolute;
  top: 10px;
  right: 0;
}
header.global .select-menu input, header.global .select-menu textarea, header.global .select-menu select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 640px) {
  header.global {
    padding: 15px 10px 0;
  }
  header.global .l-inner {
    padding: 0;
  }
  header.global .global-nav,
  header.global .site-logo {
    float: none;
  }
  header.global .site-logo {
    margin: 0 auto 15px;
    width: 80%;
  }
  header.global .site-logo img {
    width: 100%;
    height: auto;
  }
  header.global .global-nav {
    width: 100%;
  }
  header.global .global-nav ul {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  header.global .global-nav ul li {
    width: 49.5%;
    margin: 0 0 15px;
    padding-right: 0;
    border-right: none;
    border-left: 1px silver dotted;
  }
  header.global .global-nav ul li a {
    height: 55px;
    width: 100%;
    margin-top: 0;
  }
  header.global .global-nav ul li:nth-child(2) {
    border-right: 1px silver dotted;
  }
  header.global .global-nav ul li:last-child {
    border-left: none;
  }
  header.global .global-nav ul .nav01 a {
    background-size: 80% !important;
  }
  header.global .global-nav ul .nav02 a {
    background-size: 56% !important;
  }
  header.global .global-nav ul .nav03 a {
    background-size: 42% !important;
  }
  header.global .global-nav ul .nav04 {
    width: 49.6%;
    height: 55px;
    background: #6FAE5C;
    margin-right: 0;
  }
  header.global .global-nav ul .nav04 a {
    width: 100%;
    margin: 5px 0 0 0;
    background: url("../images/common/global_nav04_sp.png") no-repeat center center;
    background-size: 50% !important;
  }
  header.global .global-nav ul .nav04 a:hover a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  header.global .select-menu {
    display: none;
  }
}
footer.global {
  padding-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
footer.global .banner-area {
  width: 892px;
  height: 84px;
  padding: 34px;
  background: url(../images/common/com_contact_bg01.gif) no-repeat;
  overflow: hidden;
  *zoom: 1;
}
footer.global .banner-text {
  margin-right: 25px;
}
footer.global .tel-number {
  margin-top: 10px;
}
footer.global .btn a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
footer.global .page-top {
  float: right;
  margin-bottom: 30px;
}
footer.global .page-top a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
footer.global .f-wrapper {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 30px;
}
footer.global .company-logo,
footer.global .company-info {
  float: left;
}
footer.global .company-logo {
  margin-right: 15px;
}
footer.global .company-info a {
  color: #2D9846;
  text-decoration: underline;
}
footer.global .company-info a:hover {
  text-decoration: none;
}
footer.global .copyright {
  float: right;
}

@media screen and (max-width: 640px) {
  footer.global .f-wrapper {
    padding: 0 10px;
  }
  footer.global .banner-area {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #2E9846;
    box-sizing: border-box;
    overflow: hidden;
    *zoom: 1;
  }
  footer.global .banner-area .banner-text {
    margin-right: 0;
    padding-top: 2%;
    width: 36%;
  }
  footer.global .banner-area .banner-text img {
    width: 100%;
    height: auto;
  }
  footer.global .banner-area .btn {
    margin-bottom: 10px;
    width: 60%;
  }
  footer.global .banner-area .btn img {
    width: 100%;
    height: auto;
  }
  footer.global .banner-area .tel-number {
    float: none;
    width: 100%;
  }
  footer.global .banner-area .tel-number img {
    width: 100%;
    height: auto;
  }
  footer.global .page-top {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  footer.global .company-logo {
    margin-right: 10px;
    padding-left: 10px;
    width: 30%;
  }
  footer.global .company-logo img {
    width: 100%;
    height: auto;
  }
  footer.global .company-info {
    width: 60%;
  }
  footer.global .company-info a {
    color: #2D9846;
    text-decoration: underline;
  }
  footer.global .company-info a:hover {
    text-decoration: none;
  }
  footer.global .copyright {
    float: none;
    text-align: center;
  }
}
/* 共通コンテンツ */
#main-visual {
  position: relative;
  width: 1100px;
  height: 500px;
  margin: 0 auto 30px;
}
#main-visual ul {
  position: relative;
  width: 1100px;
  height: 500px;
}
#main-visual ul li {
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#main-visual ul .image02 {
  top: 230px;
}
#main-visual ul .image03 {
  left: 400px;
}
#main-visual ul .image04 {
  left: 840px;
}
#main-visual ul .image05 {
  top: 230px;
  left: 600px;
}
#main-visual .visual-title {
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -255px;
}
#main-visual .sp-image {
  display: none;
}

#top .g-contents .l-inner {
  margin-bottom: 40px;
}
#top .g-contents .news {
  float: left;
  width: 500px;
}
#top .g-contents .news a {
  color: #2D9846;
  text-decoration: underline;
}
#top .g-contents .news a:hover {
  text-decoration: none;
}
#top .g-contents dl {
  font-size: 120%;
}
#top .g-contents dt {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}
#top .g-contents dd {
  margin: 0 0 10px 80px;
}
#top .g-contents dd img {
  padding-bottom: 5px;
}
#top .g-contents .plan {
  float: right;
}
#top .g-contents .plan a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #main-visual {
    width: 100%;
    height: auto;
  }
  #main-visual ul,
  #main-visual .visual-title {
    display: none;
  }
  #main-visual .sp-image {
    display: block;
  }
  #main-visual .sp-image img {
    width: 100%;
    height: auto;
  }

  #top .g-contents .l-inner,
  #top .g-contents dl {
    margin-bottom: 15px;
  }
  #top .g-contents .news,
  #top .g-contents dt {
    float: none;
    width: 100%;
  }
  #top .g-contents dt,
  #top .g-contents dd {
    margin: 0 0 10px 0;
  }
  #top .g-contents .plan {
    margin-bottom: 30px;
    float: none;
    width: 100%;
  }
  #top .g-contents .plan img {
    width: 100%;
    height: auto;
  }
}
#outline .left-box {
  float: left;
  width: 490px;
}
#outline .right-box {
  float: left;
  width: 470px;
}
#outline dl dt,
#outline dl dd {
  font-size: 140%;
}
#outline dl dt {
  float: left;
  color: #2D9846;
  font-weight: bold;
  width: 8em;
}
#outline dl dd {
  margin: 0 0 10px 8em;
}

@media screen and (max-width: 640px) {
  #outline .contents-title {
    margin: 0 auto;
    padding: 25px 0 20px 0;
    width: 30%;
  }
  #outline .contents-title img {
    width: 100%;
    height: auto;
  }
  #outline .left-box,
  #outline .right-box {
    float: none;
    width: 100%;
  }
  #outline dl dt,
  #outline dl dd {
    font-size: 120%;
  }
  #outline dl dt {
    float: none;
    margin-bottom: 10px;
  }
  #outline dl dd {
    margin: 0 0 20px 0;
  }
}
#access .left-box {
  float: left;
}
#access .right-box {
  float: right;
}
#access .access-area .access-text {
  margin-bottom: 30px;
}
#access .access-area .access-text .box {
  margin-bottom: 15px;
}
#access .access-area .access-text p {
  margin-bottom: 5px;
}
#access .location-area {
  font-size: 140%;
  overflow: hidden;
  *zoom: 1;
}
#access .photo-area {
  width: 974px;
  overflow: hidden;
  *zoom: 1;
}
#access .photo-area li {
  float: left;
  margin: 0 14px 20px 0;
}
#access .photo-area li img {
  padding-bottom: 5px;
}
#access .info-area .info-title {
  margin-bottom: 20px;
  font-weight: bold;
}
#access .info-area dl {
  margin-bottom: 30px;
}
#access .info-area dt {
  float: left;
  background: url(../images/contents/acc_bg_dot.png) repeat-x left center;
  width: 280px;
}
#access .info-area dt span {
  background: url(../images/common/bg_body.gif);
  padding-right: 20px;
}
#access .info-area dd {
  margin: 0 0 5px 300px;
}

@media screen and (max-width: 640px) {
  .left-box,
  .right-box {
    float: none !important;
  }

  #access .contents-title {
    margin: 0 auto;
    padding: 25px 0 20px 0;
    width: 50%;
  }
  #access .contents-title img {
    width: 100%;
    height: auto;
  }
  #access .left-box {
    margin-bottom: 20px;
    width: 100%;
  }
  #access .left-box img {
    width: 100%;
    height: auto;
  }
  #access .access-map,
  #access .text {
    width: 100%;
  }
  #access .access-map img,
  #access .text img {
    width: 100%;
    height: auto;
  }
  #access .sub-text {
    width: 30%;
  }
  #access .sub-text img {
    width: 100%;
    height: auto;
  }
  #access .text2 {
    width: 90%;
  }
  #access .text2 img {
    width: 100%;
    height: auto;
  }
  #access .location-area {
    font-size: 120%;
  }
  #access .photo-area {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
  }
  #access .photo-area li {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  #access .photo-area li img {
    width: 100%;
    height: auto;
  }
  #access .info-area dl {
    margin-bottom: 0;
    overflow: hidden;
    *zoom: 1;
  }
  #access .info-area dt,
  #access .info-area dd {
    float: left;
  }
  #access .info-area dt {
    width: 48%;
    margin: 0 20px 10px 0;
  }
  #access .info-area dd {
    margin: 0 0 10px 0;
  }
}
#plan .plan-list a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#plan .plan-list .left-box {
  float: left;
}
#plan .plan-list .right-box {
  float: right;
}
#plan .plan-list .lead-text,
#plan .plan-list .text {
  margin-bottom: 20px;
}
#plan .plan-list .text {
  font-size: 140%;
}
#plan .plan-list .photo-area li {
  float: left;
  margin-right: 10px;
}
#plan .plan-list .plan-list, #plan .plan-list .sold-out {
  width: 940px;
  height: 180px;
  display: block;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  background: url(../images/contents/pla_bg01.gif) no-repeat;
}
#plan .plan-list .sold-out {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#plan .plan-list .sold-out .m-inner {
  background: none;
}
#plan .plan-list .m-inner {
  width: 100%;
  height: 100%;
  background: url(../images/contents/pla_ic01.png) no-repeat 98.6% 94%;
}
#plan .plan-list .m-inner .area-title,
#plan .plan-list .m-inner .image,
#plan .plan-list .m-inner .text-area {
  float: left;
  overflow: hidden;
  *zoom: 1;
}
#plan .plan-list .m-inner .area-title {
  margin-right: 10px;
}
#plan .plan-list .m-inner .image {
  margin-right: 20px;
  margin-top: 10px;
}
#plan .plan-list .m-inner .area-title {
  padding-top: 50px;
}
#plan .plan-list .m-inner .title {
  margin-top: 25px;
  margin-bottom: 15px;
}
#plan .plan-list .m-inner .type {
  font-size: 140%;
  color: #333;
}
#plan .plan-list .m-inner dl {
  float: left;
  font-size: 140%;
  color: #333;
}
#plan .plan-list .m-inner .large {
  width: 240px;
  padding-right: 10px;
}
#plan .plan-list .m-inner .middle {
  width: 100px;
  padding-right: 20px;
}
#plan .plan-list .m-inner dt {
  float: left;
}
#plan .plan-list .m-inner .type,
#plan .plan-list .m-inner strong {
  font-weight: bold;
}
#plan .plan-detail .section-title {
  float: left;
}
#plan .plan-detail .l-inner {
  position: relative;
}
#plan .plan-detail .text-area {
  float: right;
  width: 720px;
}
#plan .plan-detail .text-area .title {
  margin-bottom: 10px;
}
#plan .plan-detail .text-area .m-inner,
#plan .plan-detail .text-area dl,
#plan .plan-detail .text-area dt {
  float: left;
}
#plan .plan-detail .text-area .m-inner {
  overflow: hidden;
  *zoom: 1;
}
#plan .plan-detail .text-area .type {
  font-size: 140%;
  color: #333;
}
#plan .plan-detail .text-area dl {
  font-size: 120%;
  color: #333;
}
#plan .plan-detail .text-area .large,
#plan .plan-detail .text-area .middle {
  padding-right: 10px;
}
#plan .plan-detail .text-area .large {
  width: 200px;
}
#plan .plan-detail .text-area .middle {
  width: 100px;
}
#plan .plan-detail .text-area .type,
#plan .plan-detail .text-area strong {
  font-weight: bold;
}
#plan .plan-detail .text-area .image {
  float: right;
}
#plan .plan-detail .sketch-area .is-right {
  width: 720px;
  background: url(../images/contents/plan_bg_middle.gif) repeat-y;
}
#plan .plan-detail .sketch-area .is-right .m-inner {
  background: url(../images/contents/plan_bg_bottom.gif) no-repeat center bottom;
}
#plan .plan-detail .sketch-area .is-right p {
  padding: 40px 0;
  background: url(../images/contents/plan_bg_top.gif) no-repeat center top;
  text-align: center;
}
#plan .plan-detail .sketch-area .other-map {
  margin-bottom: 10px;
}
#plan .plan-detail .other {
  position: absolute;
  top: 50px;
  left: 0;
}
#plan .plan-detail .other .title {
  margin-bottom: 10px;
}
#plan .plan-detail .other ul {
  overflow: hidden;
  *zoom: 1;
}
#plan .plan-detail .other ul li {
  float: left;
  margin-right: 10px;
}
#plan .plan-detail .other ul li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #plan .contents-title {
    margin: 0 auto;
    padding: 25px 0 20px 0;
    width: 32%;
  }
  #plan .contents-title img {
    width: 100%;
    height: auto;
  }
  #plan .photo-area {
    margin-bottom: 10px;
    overflow: hidden;
    *zoom: 1;
  }
  #plan .photo-area li {
    width: 31%;
    margin-right: 2%;
  }
  #plan .photo-area li:last-child {
    margin-right: 0;
  }
  #plan .photo-area li img {
    width: 100%;
    height: auto;
  }
  #plan .plan-list .left-box,
  #plan .plan-list .right-box {
    float: none;
    width: 100%;
  }
  #plan .plan-list .left-box img,
  #plan .plan-list .right-box img {
    width: 100%;
    height: auto;
  }
  #plan .plan-list .plan-list, #plan .plan-list .sold-out {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 10px 20px;
    background: #FFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    overflow: hidden;
    *zoom: 1;
  }
  #plan .plan-list .plan-list {
    background: white url(../images/contents/pla_ic01.png) no-repeat 97% 94%;
  }
  #plan .plan-list .m-inner {
    background: none;
  }
  #plan .plan-list .m-inner .area-title {
    padding-top: 0;
  }
  #plan .plan-list .m-inner .image {
    position: absolute;
    top: 40%;
    width: 26%;
  }
  #plan .plan-list .m-inner .image img {
    width: 100%;
    height: auto;
  }
  #plan .plan-list .m-inner .title {
    margin-top: 0;
    width: 90%;
  }
  #plan .plan-list .m-inner .title img {
    width: 100%;
    height: auto;
  }
  #plan .plan-list .m-inner dl,
  #plan .plan-list .m-inner .type {
    font-size: 120%;
  }
  #plan .plan-list .m-inner dl {
    float: none;
  }
  #plan .plan-list .m-inner .s-inner {
    padding-left: 30%;
  }
  #plan .plan-detail .section-title {
    float: none;
  }
  #plan .plan-detail .text-area {
    float: none;
    width: 100%;
    position: relative;
  }
  #plan .plan-detail .text-area .m-inner {
    float: none;
  }
  #plan .plan-detail .text-area dl {
    float: none;
  }
  #plan .plan-detail .text-area .title {
    margin: 0 0 10px 0;
    width: 90%;
  }
  #plan .plan-detail .text-area .title img {
    width: 100%;
    height: auto;
  }
  #plan .plan-detail .text-area .large,
  #plan .plan-detail .text-area .middle {
    padding-right: 0;
  }
  #plan .plan-detail .text-area .type {
    font-size: 120%;
  }
  #plan .plan-detail .text-area .image {
    position: absolute;
    top: 24%;
    width: 26%;
  }
  #plan .plan-detail .text-area .image img {
    width: 100%;
    height: auto;
  }
  #plan .plan-detail .text-area .s-inner {
    padding-left: 30%;
  }
  #plan .plan-detail .other {
    position: static;
  }
  #plan .plan-detail .sketch-area .is-right {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
  }
  #plan .plan-detail .sketch-area .is-right .m-inner {
    background: none;
  }
  #plan .plan-detail .sketch-area .is-right p {
    background: none;
  }
  #plan .plan-detail .sketch-area .is-right p img {
    width: 100%;
    height: auto;
  }
  #plan .plan-detail .other {
    margin-bottom: 30px;
  }
}
/* コンポーネント */
.g-contents {
  overflow: hidden;
  *zoom: 1;
}

.l-inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.contents-title {
  padding: 30px 0;
  text-align: center;
}

.contents-area {
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}

.section-title {
  margin-bottom: 20px;
}

.blue-wrapper {
  margin-bottom: 60px;
  background: url(../images/common/bg_inner01.gif);
}
.blue-wrapper .blue-top-line {
  background: url(../images/common/bg_inner01_top.gif) repeat-x top;
}
.blue-wrapper .blue-bottom-line {
  background: url(../images/common/bg_inner01_bottom.gif) repeat-x bottom;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }

  .blue-wrapper {
    margin-bottom: 30px;
  }

  .l-wrapper {
    padding: 0 10px;
  }

  .l-inner {
    width: 100%;
  }

  .contents-area {
    margin-bottom: 30px;
  }

  .last-bottom {
    margin-bottom: 0 !important;
  }
}
