@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: #333;
  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%;
  -webkit-text-size-adjust: 100%;
  background: url(../images/common/back_top01.png) no-repeat center top;
}

.g-wrapper {
  background: url(../images/common/back_bottom01.png) no-repeat center bottom;
}

@media screen and (max-width: 640px) {
  .g-wrapper {
    background: none;
  }
}
a:link, a:visited {
  color: #38668C;
  text-decoration: underline;
}
a:hover, a:active {
  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 {
  overflow: hidden;
  *zoom: 1;
}
header.global .nav01 a {
  background: url("../images/common/global_nav01.gif") no-repeat center left;
  width: 151px;
}
@media screen and (max-width: 640px) {
  header.global .nav01 a {
    width: 100%;
    height: 100%;
    background: none;
  }
}
header.global .nav02 a {
  background: url("../images/common/global_nav02.gif") no-repeat center left;
  width: 132px;
}
@media screen and (max-width: 640px) {
  header.global .nav02 a {
    width: 100%;
    height: 100%;
    background: none;
  }
}
header.global .nav03 a {
  background: url("../images/common/global_nav03.gif") no-repeat center left;
  width: 127px;
}
@media screen and (max-width: 640px) {
  header.global .nav03 a {
    width: 100%;
    height: 100%;
    background: none;
  }
}
header.global .nav04 a {
  background: url("../images/common/global_nav04.gif") no-repeat center left;
  width: 111px;
}
@media screen and (max-width: 640px) {
  header.global .nav04 a {
    width: 100%;
    height: 100%;
    background: none;
  }
}
header.global .nav05 a {
  background: url("../images/common/global_nav05.gif") no-repeat center left;
  width: 150px;
}
@media screen and (max-width: 640px) {
  header.global .nav05 a {
    width: 100%;
    height: 100%;
    background: none;
  }
}
header.global .button {
  display: none;
}
header.global .l-contents {
  position: relative;
  background: #FFF;
}
header.global #main-visual {
  height: 600px;
  margin-bottom: 50px;
  background: url(../images/top/mainvisual01.jpg) no-repeat center bottom;
  background-size: cover;
}
header.global #main-visual .title {
  text-align: center;
  padding-top: 250px;
}
header.global .menu-area {
  width: 920px;
  margin: 45px auto 0;
  padding: 15px 20px;
  background: #FFF;
  overflow: hidden;
  *zoom: 1;
}
header.global .logo {
  float: left;
}
header.global nav {
  float: right;
}
header.global nav ul {
  overflow: hidden;
  *zoom: 1;
}
header.global nav li {
  float: left;
  height: 46px;
  font-size: 0;
  line-height: 0;
}
header.global nav li.nav06 {
  display: none;
}
header.global nav li a {
  display: block;
  height: 100%;
}
header.global nav li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
header.global .l-inner {
  position: relative;
  overflow: visible !important;
}
header.global .select-menu {
  position: absolute;
  top: 10px;
  right: 0;
}
header.global .select-menu select {
  font-family: inherit;
  font-size: 10px;
  font-weight: inherit;
}

@media screen and (max-width: 640px) {
  header.global .button {
    display: block;
    float: right;
    padding: 20px 10px 0 0;
  }
  header.global .l-contents {
    position: static;
    background: #FFF;
  }
  header.global #main-visual {
    height: 400px;
    margin-bottom: 30px;
  }
  header.global #main-visual .title {
    width: 90%;
    margin: 0 auto;
    padding-top: 140px;
  }
  header.global #main-visual .title img {
    width: 100%;
    height: auto;
  }
  header.global .menu-area {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: #FFF;
    overflow: hidden;
    *zoom: 1;
  }
  header.global .logo {
    float: left;
    padding: 10px 0 10px 10px;
  }
  header.global nav {
    display: none;
    float: none;
    width: 100%;
    position: absolute;
    top: 66px;
    background: #FFF;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 100;
  }
  header.global nav li {
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    height: auto;
  }
  header.global nav li.nav05 {
    background: #5085B9;
  }
  header.global nav li.nav05 a {
    color: #FFF;
  }
  header.global nav li.nav06 {
    padding: 5px 0 5px 10px;
    display: block;
    background: #333;
    color: #fff;
  }
  header.global nav li a {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
  }
  header.global .select-menu {
    display: none;
  }
}
footer.global .l-contents {
  overflow: hidden;
  *zoom: 1;
}
footer.global .l-inner {
  overflow: hidden;
  *zoom: 1;
}
footer.global .contact-area {
  margin-top: 60px;
  overflow: hidden;
  *zoom: 1;
}
footer.global .contact-area .l-inner {
  width: 880px;
  padding: 20px 30px 20px 30px;
  border: 7px solid #EEEEEE;
  background: #FFF;
}
footer.global .title, footer.global .tel {
  float: left;
}
footer.global .title {
  margin-right: 32px;
  padding-top: 6px;
}
footer.global .tel {
  margin-right: 25px;
  padding-top: 8px;
}
footer.global .button {
  float: right;
}
footer.global .button a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
footer.global .pagetop {
  float: right;
  margin: 40px 0 20px;
}
footer.global .pagetop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
footer.global .companies-area {
  background: #FFF;
  border-top: 1px solid #DFDFDF;
  padding: 20px 0;
  overflow: hidden;
  *zoom: 1;
}
footer.global .companies-area .logo {
  float: left;
}
footer.global .companies-area .company-info {
  float: left;
  padding: 0 0 0 20px;
  font-size: 11px;
  font-size: 1.1rem;
}
footer.global .companies-area .copyright {
  float: right;
  padding-top: 12px;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 640px) {
  footer.global .contact-area {
    margin: 30px 10px 0;
  }
  footer.global .contact-area .l-inner {
    width: auto;
    padding: 5%;
  }
  footer.global .title, footer.global .tel {
    float: left;
  }
  footer.global .title {
    width: 40%;
    margin-right: 0;
    padding-top: 0;
  }
  footer.global .title img {
    width: 100%;
    height: auto;
  }
  footer.global .tel {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
  }
  footer.global .tel img {
    width: 100%;
    height: auto;
  }
  footer.global .button {
    width: 56%;
  }
  footer.global .button img {
    width: 100%;
    height: auto;
  }
  footer.global .pagetop {
    float: none;
    width: 40%;
    margin: 30px auto 20px;
  }
  footer.global .pagetop img {
    width: 100%;
    height: auto;
  }
  footer.global .companies-area .l-inner {
    margin: 0 10px;
  }
  footer.global .companies-area .logo {
    float: none;
    width: 40%;
    margin-bottom: 10px;
  }
  footer.global .companies-area .logo img {
    width: 100%;
    height: auto;
  }
  footer.global .companies-area .company-info {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  footer.global .companies-area .copyright {
    clear: both;
    float: none;
    padding-top: 10px;
  }
}
/* 共通コンテンツ */
#top .g-wrapper {
  background: none;
}
#top .l-contents {
  background: none;
}
#top .l-inner {
  overflow: hidden;
  *zoom: 1;
}
#top .menu-area {
  position: absolute;
  top: 0;
  left: 50%;
  width: 920px;
  margin-left: -480px;
}
#top .left-box {
  float: left;
  width: 450px;
  /*width: 440px;*/
  overflow: hidden;
  *zoom: 1;
}
#top .news {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
#top .news .title {
  margin-bottom: 20px;
}
#top .news dl {
  float: left;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
#top .news dt {
  float: left;
  margin-right: 40px;
  padding: 0 0 10px 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
#top .news dd {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
#top .news dd:nth-of-type(odd) .wrapper {
  background: #F1F8FA;
}
#top .news .new span {
  padding-right: 36px;
  background: url(../images/top/new_icon01.gif) no-repeat right 40%;
}
#top .news .wrapper {
  display: block;
  width: 100%;
  padding: 8px 0;
}
#top .thumbnail-area {
  width: 486px;
  float: right;
}
#top .thumbnail-area ul {
  overflow: hidden;
  *zoom: 1;
  margin-right: -6px;
}
#top .thumbnail-area ul li {
  float: left;
  margin-right: 6px;
}
#top .plan {
  float: right;
  width: 408px;
  margin-top: 42px;
  padding: 10px 0 10px 20px;
  background: #F8FCFC;
  border: 1px solid #ccc;
}
#top .plan a {
  display: block;
  text-decoration: none;
  color: #535353;
  background: url(../images/top/plan_image01.jpg) no-repeat left center;
  background-size: contain;
}
#top .plan a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#top .plan .wrapper {
  width: 100%;
  background: url(../images/top/plan_arrow01.gif) no-repeat 98% center;
  background-size: 2%;
}
#top .plan .detail {
  padding: 20px 0 20px 180px;
}
#top .plan .title {
  margin-bottom: 10px;
}
#top .plan dl {
  overflow: hidden;
  *zoom: 1;
}
#top .plan dt, #top .plan dd {
  font-size: 12px;
  font-size: 1.2rem;
}
#top .plan dt {
  float: left;
}
#top .plan dt:after {
  content: "：";
}
#top .plan dd span {
  color: #4C8AB8;
  font-weight: bold;
}
#top .plan .type {
  float: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  #top .menu-area {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  #top .left-box {
    float: none;
    width: auto;
  }
  #top .news {
    margin: 0 10px 20px;
  }
  #top .news dl {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }
  #top .news dt {
    float: none;
    width: 100%;
  }
  #top .news dd span {
    padding-left: 12px;
  }
  #top .thumbnail-area {
    width: 100%;
  }
  #top .thumbnail-area ul {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  #top .thumbnail-area ul li {
    width: 32%;
    margin-right: 2%;
  }
  #top .thumbnail-area ul li:nth-of-type(3) {
    float: right;
    margin-right: 0;
  }
  #top .thumbnail-area ul li img {
    width: 100%;
    height: auto;
  }
  #top .plan {
    float: none;
    width: auto;
    margin: 0 10px;
    padding: 5px;
  }
  #top .plan a {
    background-size: 28%;
  }
  #top .plan .detail {
    width: 70%;
    padding: 20px 10px 20px 30%;
  }
}
#concept .story {
  margin-bottom: 60px;
}
#concept .story .section-text {
  height: 92px;
  margin-left: -15px;
  background: url(../images/concept/section_title01.png) no-repeat;
}
#concept .story .image {
  margin-bottom: 10px;
}
#concept .story .text {
  font-size: 14px;
  font-size: 1.4rem;
}
#concept .family {
  height: 832px;
  margin: 0 auto;
  background: url(../images/concept/section_bg01.png) no-repeat top center;
}
#concept .family .section-text {
  margin-left: 0;
  height: 25px;
  background: url(../images/concept/section_title02.png) no-repeat;
}
#concept .family .wrapper {
  width: 745px;
  margin: 0 auto;
  padding-top: 340px;
}
#concept .family .text {
  font-size: 14px;
  font-size: 1.4rem;
}
#concept .family .image {
  display: none;
}

@media screen and (max-width: 640px) {
  #concept {
    width: auto;
  }
  #concept .contents-title {
    width: 80%;
  }
  #concept .story {
    margin: 0 10px 30px;
  }
  #concept .story .section-text {
    margin-left: 0;
  }
  #concept .image {
    width: 100%;
  }
  #concept .image img {
    width: 100%;
    height: auto;
  }
  #concept .family {
    width: auto;
    height: auto;
    margin: 0 10px;
    background: none;
  }
  #concept .family .wrapper {
    width: auto;
    padding-top: 0;
  }
  #concept .family .text {
    margin-bottom: 10px;
  }
  #concept .family .image {
    display: block;
    width: 100%;
  }
  #concept .family .image img {
    width: 100%;
    height: auto;
  }
}
#access .access {
  margin-bottom: 60px;
  overflow: hidden;
  *zoom: 1;
}
#access .access .section-title {
  height: 49px;
  margin: 0 0 0 -15px;
  background: url(../images/access/section_title01.png) no-repeat;
}
#access .access .section-text {
  height: 92px;
  margin: 0 0 5px -15px;
  background: url(../images/access/section_title02.png) no-repeat;
}
#access .access .is-left {
  width: 550px;
}
#access .access .text {
  margin-bottom: 17px;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .location {
  overflow: hidden;
  *zoom: 1;
}
#access .location .section-title {
  height: 25px;
  margin-left: 0;
  background: url(../images/access/section_title03.png) no-repeat;
}
#access .location .section-text {
  height: 63px;
  margin: 0 0 15px 0;
  background: url(../images/access/section_title04.png) no-repeat;
}
#access .location .text {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .location .image {
  margin-bottom: 20px;
}
#access .location .photo-area {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  margin-bottom: 30px;
}
#access .location .photo-area ul {
  margin-right: -18px;
}
#access .location .photo-area li {
  float: left;
  width: 308px;
  margin: 0 18px 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .location .photo-area li img {
  padding-bottom: 5px;
}
#access .location .info-area .info-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .location .info-area dl {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
#access .location .info-area dt {
  float: left;
  width: 280px;
  position: relative;
}
#access .location .info-area dt:after {
  position: absolute;
  top: 0.2em;
  right: 0em;
  display: block;
  height: 1em;
  content: "";
  background: url(../images/access/bg_dot01.png) repeat-x left center;
}
#access .location .info-area dt.two:after {
  width: 235px;
}
#access .location .info-area dt.three:after {
  width: 220px;
}
#access .location .info-area dt.four:after {
  width: 210px;
}
#access .location .info-area dt.five:after {
  width: 195px;
}
#access .location .info-area dt.six:after {
  width: 180px;
}
#access .location .info-area dt.nine:after {
  width: 140px;
}
#access .location .info-area dd {
  margin: 0 0 5px 300px;
}
#access .location .info-area .is-left {
  width: 460px;
}
#access .location .info-area .is-right {
  width: 500px;
}

@media screen and (max-width: 640px) {
  #access .contents-title {
    width: 90%;
  }
  #access .access {
    margin: 0 10px 30px;
  }
  #access .access .section-title {
    margin: 0 0 10px;
  }
  #access .access .section-text {
    margin: 0 0 10px;
  }
  #access .access .text {
    margin-bottom: 10px;
  }
  #access .access .is-left {
    float: none;
    width: auto;
  }
  #access .access .is-left .image {
    width: 100%;
    margin-bottom: 10px;
  }
  #access .access .is-left .image img {
    width: 100%;
    height: auto;
  }
  #access .access .is-right {
    width: 100%;
  }
  #access .access .is-right img {
    width: 100%;
    height: auto;
  }
  #access .location {
    margin: 0 10px;
  }
  #access .location .section-text {
    margin: 0 0 10px;
  }
  #access .location .image {
    width: 100%;
    margin-bottom: 10px;
  }
  #access .location .image img {
    width: 100%;
    height: auto;
  }
  #access .location .photo-area {
    width: auto;
    margin-bottom: 20px;
  }
  #access .location .photo-area ul {
    margin-right: 0;
  }
  #access .location .photo-area li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #access .location .photo-area li img {
    width: 100%;
    height: auto;
  }
  #access .location .info-area .is-left,
  #access .location .info-area .is-right {
    float: none;
    width: auto;
  }
  #access .location .info-area .info-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #access .location .info-area dl {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #access .location .info-area dt {
    float: none;
    width: auto;
    background: none;
  }
  #access .location .info-area dt:after {
    display: none;
  }
  #access .location .info-area dd {
    text-align: right;
    margin: 0;
    background: url(../images/access/bg_dot01.png) repeat-x left center;
  }
  #access .location .info-area dd span {
    background: #FFF;
    padding-left: 10px;
  }
}
#plan .area {
  margin-bottom: 60px;
  overflow: hidden;
  *zoom: 1;
}
#plan .area .section-title {
  height: 50px;
  margin-left: -15px;
  background: url(../images/plan/section_title01.png) no-repeat;
}
#plan .area .section-text {
  height: 128px;
  margin-left: -15px;
  background: url(../images/plan/section_title02.png) no-repeat;
}
#plan .area .text {
  font-size: 14px;
  font-size: 1.4rem;
}
#plan .area .is-right {
  margin-top: 50px;
}
#plan .lead-text {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
#plan .thumbnail-area {
  width: 966px;
  overflow: hidden;
  *zoom: 1;
}
#plan .thumbnail-area ul {
  margin-right: -6px;
}
#plan .thumbnail-area ul li {
  float: left;
  margin-right: 6px;
}
#plan .plan .plan-detail {
  display: block;
  width: 958px;
  height: 130px;
  margin-bottom: 20px;
  padding: 25px 0;
  background: #F8FCFC;
  border: 1px solid #ccc;
  overflow: hidden;
  *zoom: 1;
}
#plan .plan .plan-detail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#plan .plan .plan-detail .wrapper {
  width: 100%;
  height: 100%;
  background: url(../images/plan/plan_arrow01.gif) no-repeat 98% center;
  background-size: 0.8%;
}
#plan .plan .plan-detail .section-text {
  width: 425px;
  height: 53px;
  margin-left: 335px;
}
#plan .plan .plan-detail.plaA {
  background: url(../images/plan/planA_image01.jpg) no-repeat 20% 50% #f8fcfc;
}
#plan .plan .plan-detail.plaA .section-text {
  background: url(../images/plan/planA_text01.gif) no-repeat;
}
#plan .plan .plan-detail.plaB {
  background: url(../images/plan/planB_image01.jpg) no-repeat 20% 50% #f8fcfc;
}
#plan .plan .plan-detail.plaB .section-text {
  background: url(../images/plan/planB_text01.gif) no-repeat;
}
#plan .plan .plan-detail.plaC {
  background: url(../images/plan/planC_image01.jpg) no-repeat 20% 50% #f8fcfc;
}
#plan .plan .plan-detail.plaC .section-text {
  background: url(../images/plan/planC_text01.gif) no-repeat;
}
#plan .plan .plan-detail.plaD {
  background: url(../images/plan/planD_image01.jpg) no-repeat 20% 50% #f8fcfc;
}
#plan .plan .plan-detail.plaD .section-text {
  background: url(../images/plan/planD_text01.gif) no-repeat;
}
#plan .plan .plan-detail.plaE {
  margin-bottom: 0;
  background: url(../images/plan/planE_image01.jpg) no-repeat 20% 50% #f8fcfc;
}
#plan .plan .plan-detail.plaE .section-text {
  background: url(../images/plan/planE_text01.gif) no-repeat;
}
#plan .plan .sold-out:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#plan .plan .sold-out .wrapper {
  background: none;
}
#plan .plan .title {
  padding: 40px 40px 0 40px;
}
#plan .plan .detail {
  width: 210px;
  margin-left: 177px;
  font-size: 12px;
  font-size: 1.2rem;
}
#plan .plan .detail dl {
  color: #333;
}
#plan .plan .detail dl span {
  color: #4D8AB8;
  font-weight: bold;
}
#plan .plan .detail dt {
  float: left;
}
#plan .plan .detail dt:after {
  content: "：";
}
#plan .plan .detail .type {
  clear: both;
  float: none;
}
#plan .plan .detail .type:after {
  display: none;
}

@media screen and (max-width: 640px) {
  #plan .contents-title {
    width: 50%;
  }
  #plan .area {
    margin: 0 10px 30px;
  }
  #plan .area .section-title {
    margin: 0 0 10px 0;
  }
  #plan .area .section-text {
    margin: 0 0 10px 0;
  }
  #plan .area .text {
    margin-bottom: 10px;
  }
  #plan .area .is-right {
    width: 100%;
    margin: 0;
  }
  #plan .area .is-right img {
    width: 100%;
    height: auto;
  }
  #plan .thumbnail-area {
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
    *zoom: 1;
  }
  #plan .thumbnail-area ul {
    margin-right: 0;
  }
  #plan .thumbnail-area ul li {
    width: 32%;
    margin-right: 2%;
  }
  #plan .thumbnail-area ul li:nth-of-type(1), #plan .thumbnail-area ul li:nth-of-type(2), #plan .thumbnail-area ul li:nth-of-type(3) {
    margin-bottom: 2%;
  }
  #plan .thumbnail-area ul li:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
  #plan .thumbnail-area ul li img {
    width: 100%;
    height: auto;
  }
  #plan .plan {
    margin: 0 10px;
  }
  #plan .plan a {
    text-decoration: none;
  }
  #plan .plan .plan-detail {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    background: #F8FCFC;
    border: 1px solid #ccc;
    overflow: hidden;
    *zoom: 1;
  }
  #plan .plan .plan-detail .wrapper {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 10px;
    background: url(../images/plan/plan_arrow01.gif) no-repeat 97% 94%;
    background-size: 2%;
    overflow: hidden;
    *zoom: 1;
  }
  #plan .plan .plan-detail .section-text {
    width: 70%;
    height: auto;
    margin-left: 90px;
    padding: 18px 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: none;
    color: #333;
  }
  #plan .plan .plan-detail.plaA {
    background-position: 94% 90%;
    background-size: 24%;
    margin-bottom: 10px;
  }
  #plan .plan .plan-detail.plaA .section-text {
    background: url(../images/plan/planA_text01.gif) no-repeat;
  }
  #plan .plan .plan-detail.plaB {
    background-position: 94% 90%;
    background-size: 24%;
  }
  #plan .plan .plan-detail.plaB .section-text {
    background: url(../images/plan/planB_text01.gif) no-repeat;
  }
  #plan .plan .plan-detail.plaC {
    background-position: 94% 90%;
    background-size: 24%;
  }
  #plan .plan .plan-detail.plaC .section-text {
    background: url(../images/plan/planC_text01.gif) no-repeat;
  }
  #plan .plan .plan-detail.plaD {
    background-position: 94% 90%;
    background-size: 24%;
  }
  #plan .plan .plan-detail.plaD .section-text {
    background: url(../images/plan/planC_text01.gif) no-repeat;
  }
  #plan .plan .plan-detail.plaE {
    background-position: 94% 90%;
    background-size: 24%;
  }
  #plan .plan .plan-detail.plaE .section-text {
    background: url(../images/plan/planE_text01.gif) no-repeat;
  }
  #plan .plan .sold-out .wrapper {
    background: none;
  }
  #plan .plan .title {
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 0;
  }
  #plan .plan .detail {
    width: 210px;
    margin-left: 5px;
    padding-bottom: 10px;
  }
}
#plan-detail .detail-area {
  margin-bottom: 50px;
}
#plan-detail .section-title {
  float: left;
  margin: 0 0 0 -5px;
}
#plan-detail .section-text {
  margin-left: -3px;
}
#plan-detail .lead-area {
  padding-left: 240px;
}
#plan-detail .text {
  font-size: 14px;
  font-size: 1.4rem;
}
#plan-detail dl {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
#plan-detail dl span {
  color: #4D8AB8;
  font-weight: bold;
}
#plan-detail dl dt {
  float: left;
}
#plan-detail dl dt:after {
  content: "：";
}
#plan-detail dl .type {
  clear: both;
  float: none;
}
#plan-detail dl .type:after {
  display: none;
}
#plan-detail .l-inner {
  position: relative;
}
#plan-detail .image {
  position: absolute;
  right: 10px;
  top: -10px;
}
#plan-detail .plan-btn-area {
  position: absolute;
  width: 200px;
  top: 40px;
  left: 0;
}
#plan-detail .plan-btn-area ul {
  overflow: hidden;
  *zoom: 1;
}
#plan-detail .plan-btn-area ul li {
  float: left;
  margin-right: 10px;
}
#plan-detail .plan-btn-area p {
  margin: 0 0 5px -5px;
}
#plan-detail .plan-btn-area a {
  width: 62px;
  height: 34px;
  display: block;
  font-size: 0;
  line-height: 0;
}
#plan-detail .plan-btn-area .plaA-bt a {
  background: url(../images/common/pla_A_button.gif) no-repeat;
  background-size: contain;
}
#plan-detail .plan-btn-area .plaB-bt a {
  background: url(../images/common/pla_B_button.gif) no-repeat;
  background-size: contain;
}
#plan-detail .plan-btn-area .plaC-bt a {
  background: url(../images/common/pla_C_button.gif) no-repeat;
  background-size: contain;
}
#plan-detail .plan-btn-area .plaD-bt a {
  background: url(../images/common/pla_D_button.gif) no-repeat;
  background-size: contain;
}
#plan-detail .plan-btn-area .plaE-bt a {
  background: url(../images/common/pla_E_button.gif) no-repeat;
  background-size: contain;
}
#plan-detail .plan-area {
  padding: 50px 0;
  background: #FFF;
  border: 1px solid #CCC;
  text-align: center;
}
#plan-detail .plaA .section-title {
  background: url(../images/plaA/section_title01.png) no-repeat;
  width: 102px;
  height: 38px;
}
#plan-detail .plaA .section-text {
  background: url(../images/plaA/section_title02.png) no-repeat;
  height: 53px;
}
#plan-detail .plaB .section-title {
  background: url(../images/plaB/section_title01.png) no-repeat;
  width: 102px;
  height: 38px;
}
#plan-detail .plaB .section-text {
  background: url(../images/plaB/section_title02.png) no-repeat;
  height: 54px;
}
#plan-detail .plaC .section-title {
  background: url(../images/plaC/section_title01.png) no-repeat;
  width: 102px;
  height: 38px;
}
#plan-detail .plaC .section-text {
  background: url(../images/plaC/section_title02.png) no-repeat;
  height: 54px;
}
#plan-detail .plaD .section-title {
  background: url(../images/plaD/section_title01.png) no-repeat;
  width: 102px;
  height: 38px;
}
#plan-detail .plaD .section-text {
  background: url(../images/plaD/section_title02.png) no-repeat;
  height: 54px;
}
#plan-detail .plaE .section-title {
  background: url(../images/plaE/section_title01.png) no-repeat;
  width: 102px;
  height: 38px;
}
#plan-detail .plaE .section-text {
  background: url(../images/plaE/section_title02.png) no-repeat;
  height: 54px;
}

@media screen and (max-width: 640px) {
  #plan-detail .contents-title {
    width: 50%;
  }
  #plan-detail .section-title,
  #plan-detail .section-text {
    margin-left: 0;
  }
  #plan-detail .detail-area {
    margin-bottom: 30px;
    overflow: hidden;
    *zoom: 1;
  }
  #plan-detail .section-title {
    float: none;
  }
  #plan-detail .lead-area {
    padding-left: 0;
  }
  #plan-detail .l-inner {
    width: auto;
    margin: 0 10px;
  }
  #plan-detail .image {
    position: static;
    float: right;
    width: 30%;
  }
  #plan-detail .image img {
    width: 100%;
    height: auto;
  }
  #plan-detail .text-inner {
    float: left;
    width: 70%;
  }
  #plan-detail .plan-btn-area {
    position: static;
    width: auto;
  }
  #plan-detail .plan-btn-area p {
    margin-left: 0;
    width: 50%;
  }
  #plan-detail .plan-btn-area p img {
    width: 100%;
    height: auto;
  }
  #plan-detail .plan-btn-area ul {
    width: 100%;
  }
  #plan-detail .plan-btn-area ul li {
    width: 24%;
  }
  #plan-detail .plan-btn-area ul li a {
    width: 100%;
    padding-top: 10%;
  }
  #plan-detail .plan-area {
    padding: 20px 0;
    margin: 0 auto 10px;
  }
  #plan-detail .plan-area p {
    width: 90%;
    margin: 0 auto;
  }
  #plan-detail .plan-area img {
    width: 100%;
    height: auto;
  }
}
#outline .outline {
  overflow: hidden;
  *zoom: 1;
}
#outline .section-title {
  height: 50px;
  margin-left: -13px;
  background: url(../images/outline/section-title01.png) no-repeat;
}
#outline .left-box {
  float: left;
  width: 480px;
}
#outline .right-box {
  float: left;
  width: 480px;
}
#outline dt, #outline dd {
  font-size: 14px;
  font-size: 1.4rem;
}
#outline dt {
  float: left;
  color: #3F5B85;
  font-weight: bold;
  width: 8em;
}
#outline dd {
  margin: 0 0 20px 8em;
}

@media screen and (max-width: 640px) {
  #outline .contents-title {
    width: 40%;
  }
  #outline .section-title {
    margin-left: 0;
  }
  #outline .outline {
    padding: 0 10px;
  }
  #outline .left-box,
  #outline .right-box {
    float: none;
    width: auto;
    position: relative;
  }
  #outline dt {
    position: absolute;
    width: 10em;
    padding: 15px 0;
  }
  #outline dd {
    margin: 0;
    padding: 15px 10px 15px 8.8em;
    border-bottom: 1px solid #ccc;
  }
}
/* コンポーネント */
.l-inner {
  width: 960px;
  margin: 0 auto;
}

.contents-title {
  margin: 50px 0;
  text-align: center;
}

.section-title,
.section-text {
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 640px) {
  .l-inner {
    width: 100%;
  }

  .contents-title {
    margin: 30px auto;
  }
  .contents-title img {
    width: 100%;
    height: auto;
  }

  .section-title,
  .section-text {
    height: auto !important;
    margin: 0;
    background: none !important;
    line-height: 1.4;
    font-weight: bold;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 22px;
    background: url(../images/common/title_border01.gif) no-repeat left 8px !important;
    background-size: 14px 2px !important;
  }

  .section-text {
    margin-bottom: 10px;
    padding: 2px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: 0px 0px 5px #377ECE ,0px 0px 5px #377ECE, 0px 0px 5px #ffffff,0px 0px 5px #377ECE;
  }
}
