@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, main, 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: #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;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* レイアウト */
/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

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

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }

  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}
/* ヘッダー
---------------------------------- */
header.global {
  padding-top: 25px;
  background: url(../images/common/bg_border02.gif) repeat-x left bottom;
}
header.global .l-contents {
  position: relative;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
header.global .l-contents .logo {
  padding-bottom: 22px;
  float: left;
  margin-right: 75px;
  padding-left: 10px;
}
header.global .l-contents .contact {
  position: absolute;
  right: 0;
  top: 10px;
}
header.global .l-contents .contact img {
  width: 100px;
  height: auto;
}
header.global .l-contents nav {
  position: absolute;
  right: 125px;
  bottom: 0;
}
header.global .l-contents nav ul:after {
  content: "";
  display: block;
  clear: both;
}
header.global .l-contents nav ul li {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 15px;
  padding-bottom: 37px;
}
header.global .l-contents nav ul li:before {
  content: "";
  position: absolute;
  right: -18px;
  top: 3px;
  width: 7px;
  height: 21px;
  background: url(../images/common/ftr_nav_line.gif) no-repeat;
}
header.global .l-contents nav ul li.on {
  background: url(../images/common/hdr_arrow_on.gif) no-repeat 50% 72%;
}
header.global .l-contents nav ul li.on:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #336600;
}
header.global .l-contents nav ul a {
  display: block;
  padding: 0 10px;
}
header.global .select-menu {
  float: right;
}
header.global .select-menu select {
  font-family: inherit;
  font-size: 10px;
  font-weight: inherit;
}

@media screen and (max-width: 640px) {
  header.global {
    padding: 20px 10px 0;
    border-bottom: 1px solid #e4e4e4;
    background: none;
  }
  header.global .l-contents {
    width: auto;
    overflow: visible;
    /*nav {
    	float: none;
    	margin-top: 20px;
    	ul {
    		.line {
    			display: none;
    		}
    		li {
    			width: 50%;
    			padding-bottom: 15px;
    			a {
    				text-align: center;
    				padding: 5px 0;
    			}
    			&.concept img {width: 55px;}
    			&.access img {width: 105px;}
    			&.plan img {width: 70px;}
    			&.outline img {width: 52px;}
    			&.on {
    				padding-bottom: 15px;
    				border-bottom: none;
    				background: none;
    			}
    		}
    	}
    }*/
  }
  header.global .l-contents .logo {
    float: none;
    width: 182px;
    padding-bottom: 15px;
  }
  header.global .l-contents .contact {
    top: -5px;
  }
  header.global .l-contents nav {
    position: static;
  }
  header.global .l-contents nav ul li {
    width: 50%;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
  }
  header.global .l-contents nav ul li:before {
    content: none;
  }
  header.global .l-contents nav ul li.on {
    background-position: center bottom;
  }
  header.global .l-contents nav ul li.on:after {
    content: none;
  }
  header.global .l-contents nav ul li.concept {
    border-left: 1px dotted #CCC;
  }
  header.global .l-contents nav ul li.concept img {
    width: 54px;
  }
  header.global .l-contents nav ul li.access img {
    width: 98px;
  }
  header.global .l-contents nav ul li.plan {
    border-left: 1px dotted #CCC;
  }
  header.global .l-contents nav ul li.plan img {
    width: 62px;
  }
  header.global .l-contents nav ul li.outline img {
    width: 48px;
  }
  header.global .l-contents nav ul a {
    padding: 0;
    text-align: center;
  }
  header.global .select-menu {
    display: none;
  }
}
/* フッター
---------------------------------- */
footer.global {
  background: url(../images/common/bg_border02.gif) repeat-x;
}
footer.global nav {
  border-bottom: 1px solid #e4e4e4;
}
footer.global nav ul {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
footer.global nav ul .line {
  padding: 24px 0 28px;
}
footer.global nav ul li {
  float: left;
  padding: 20px 0;
}
footer.global nav ul li a {
  display: block;
  padding: 5px 40px 9px;
}
footer.global nav ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
footer.global nav ul li.contact {
  float: right;
  padding: 0;
  margin-top: 20px;
}
footer.global nav ul li.contact a {
  padding: 0;
  margin-right: 40px;
  border-right: none;
}
footer.global nav ul li.contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer.global nav ul li.on {
  border-top: 1px solid #336600;
  padding-top: 19px;
}
footer.global .l-contents {
  width: 960px;
  padding: 40px 0;
  margin: 0 auto;
  overflow: hidden;
}
footer.global .l-contents .companies {
  float: left;
  overflow: hidden;
}
footer.global .l-contents .companies li {
  float: left;
  margin-right: 40px;
}
footer.global .l-contents .copyright {
  float: right;
  color: #666;
  padding-top: 2px;
}

@media screen and (max-width: 640px) {
  footer.global nav {
    padding: 0 10px 10px;
  }
  footer.global nav ul {
    width: auto;
  }
  footer.global nav ul .line {
    display: none;
  }
  footer.global nav ul li {
    width: 33%;
    padding: 10px 0 0;
  }
  footer.global nav ul li a {
    text-align: center;
    padding: 0 0 4px;
  }
  footer.global nav ul li a img {
    vertical-align: middle;
    height: 10px;
  }
  footer.global nav ul li.top img {
    width: 23px;
  }
  footer.global nav ul li.concept img {
    width: 43px;
  }
  footer.global nav ul li.access {
    padding-top: 0;
    margin-top: 10px;
  }
  footer.global nav ul li.access img {
    width: 80px;
  }
  footer.global nav ul li.access.on {
    padding-top: 0;
  }
  footer.global nav ul li.plan img {
    width: 52px;
  }
  footer.global nav ul li.outline img {
    width: 39px;
  }
  footer.global nav ul li.contact {
    float: left;
    text-align: center;
    margin-top: 10px;
  }
  footer.global nav ul li.contact a {
    display: inline-block;
    margin-right: 0;
  }
  footer.global nav ul li.contact img {
    width: 80px;
    height: auto;
  }
  footer.global nav ul li.on {
    border-top: none;
    padding-top: 10px;
  }
  footer.global .l-contents {
    text-align: center;
    width: auto;
    padding: 20px 10px 15px;
  }
  footer.global .l-contents .companies {
    float: none;
    display: inline-block;
  }
  footer.global .l-contents .companies li {
    margin-right: 14px;
  }
  footer.global .l-contents .companies li.fusabayashi {
    width: 118px;
  }
  footer.global .l-contents .companies li.ester {
    width: 154px;
  }
  footer.global .l-contents .companies li.landplan {
    width: 121px;
    margin-right: 0;
  }
  footer.global .l-contents .copyright {
    float: none;
    padding-top: 15px;
  }
}
/* トップページ
---------------------------------- */
#top .main-visual {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#top .main-visual .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 590px;
  margin-top: -59px;
  margin-left: -295px;
}
#top .main-visual .slider-pro .sp-slide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#top .main-visual .slider-pro .sp-selected img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top .main-visual .slider-pro .sp-next-arrow,
#top .main-visual .slider-pro .sp-previous-arrow {
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  transform: none;
  border: none;
}
#top .main-visual .slider-pro .sp-next-arrow:after, #top .main-visual .slider-pro .sp-next-arrow:before,
#top .main-visual .slider-pro .sp-previous-arrow:after,
#top .main-visual .slider-pro .sp-previous-arrow:before {
  display: none;
}
#top .main-visual .slider-pro .sp-button {
  width: 8px;
  height: 8px;
  border: none;
  background-color: #DAECC8;
  margin: 6px;
}
#top .main-visual .slider-pro .sp-selected-button {
  background-color: #006633;
}
#top .main-visual .slider-pro .sp-next-arrow {
  background: url(../images/common/slider_next.png) no-repeat left top;
}
#top .main-visual .slider-pro .sp-previous-arrow {
  background: url(../images/common/slider_prev.png) no-repeat left top;
}
#top .g-contents .model-area {
  width: 426px;
  height: 137px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/top/top_model_bg.png) no-repeat;
  background-position: center;
}
#top .g-contents .model-area .title {
  padding-top: 51px;
}
#top .g-contents .l-contents {
  overflow: hidden;
  padding-top: 0;
  /*.staffblog {
  	width: 486px;
  	margin-bottom: 0;
  }*/
}
#top .g-contents .l-contents .banner {
  float: right;
}
#top .g-contents .l-contents .banner .movie {
  margin-bottom: 20px;
}
#top .g-contents .l-contents .information {
  width: 500px;
  margin-bottom: 18px;
}
#top .g-contents .l-contents .information h3 {
  width: 188px;
  margin-bottom: 20px;
}
#top .g-contents .l-contents .information h3 .inf-icon {
  margin: 0 10px 4px 0;
}
#top .g-contents .l-contents .information dl {
  overflow: hidden;
}
#top .g-contents .l-contents .information dl dt {
  float: left;
  font-weight: bold;
  width: 8em;
  padding-top: 1px;
}
#top .g-contents .l-contents .information dl dd {
  font-size: 120%;
  margin-bottom: 10px;
  overflow: hidden;
}
#top .g-contents .l-contents .information dl dd.new span {
  padding-right: 36px;
  background: url(../images/top/icon_new.gif) no-repeat right 40%;
}
#top .g-contents .l-contents .staffblog {
  width: 486px;
  margin-bottom: 0;
}
#top .g-contents .l-contents .staffblog .inner {
  border: #CCC 1px solid;
  padding: 17px 17px 10px;
  background-color: #FDFDFD;
}
#top .g-contents .l-contents .staffblog .inner h3 {
  width: 204px;
  margin-bottom: 20px;
}
#top .g-contents .l-contents .staffblog .inner dl {
  overflow: hidden;
}
#top .g-contents .l-contents .staffblog .inner dl dt {
  float: left;
  font-weight: bold;
  width: 8em;
  padding-top: 1px;
}
#top .g-contents .l-contents .staffblog .inner dl dd {
  font-size: 120%;
  margin-bottom: 10px;
  overflow: hidden;
}
#top .g-contents .l-contents .staffblog .inner dl dd span {
  padding-right: 17px;
  background: url(../images/top/icon_outlink.gif) no-repeat right 40%;
}

@media screen and (max-width: 640px) {
  #top .main-visual .inner {
    top: 50%;
    left: 50%;
    width: 240px;
    margin-top: -25px;
    margin-left: -120px;
  }
  #top .main-visual .inner img {
    width: 100%;
    height: auto;
  }
  #top .main-visual .slider-pro .sp-slide img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #top .main-visual .slider-pro .sp-horizontal .sp-previous-arrow {
    left: 0;
  }
  #top .main-visual .slider-pro .sp-horizontal .sp-next-arrow {
    right: 0;
  }
  #top .g-contents .model-area {
    width: auto;
    height: auto;
    margin: 10px 0;
    background: none;
  }
  #top .g-contents .model-area .title {
    width: 100%;
    padding-top: 0;
  }
  #top .g-contents .model-area .title img {
    width: 60%;
    height: auto;
    margin: 10px 0 20px;
  }
  #top .g-contents .l-contents .banner {
    float: none;
    width: 100%;
    margin: 0 auto 25px;
  }
  #top .g-contents .l-contents .banner img {
    width: 100%;
    height: auto;
  }
  #top .g-contents .l-contents .information {
    width: auto;
  }
  #top .g-contents .l-contents .information h3 {
    width: 132px;
    margin-bottom: 15px;
  }
  #top .g-contents .l-contents .information dl dt {
    float: none;
  }
  #top .g-contents .l-contents .information dl dd.new span {
    padding-right: 30px;
    background: url(../images/top/icon_new_sp.gif) no-repeat right 40%;
    background-size: 25px;
  }
  #top .g-contents .l-contents .staffblog {
    width: auto;
  }
  #top .g-contents .l-contents .staffblog .inner {
    padding: 10px 10px 5px;
    background-color: #FDFDFD;
  }
  #top .g-contents .l-contents .staffblog h3 {
    width: 155px;
    margin-bottom: 15px;
  }
  #top .g-contents .l-contents .staffblog dl dt {
    float: none;
  }
  #top .g-contents .l-contents .staffblog dl dd span {
    padding-right: 20px;
    background: url(../images/top/icon_outlink_sp.gif) no-repeat right center;
    background-size: 11px 10px;
  }
}
/* 共通コンテンツ
---------------------------------- */
.contact-box {
  width: 900px;
  padding: 33px 30px;
  margin: 60px auto 30px;
  background: url(../images/common/contact_bg01.png) no-repeat center center;
  clear: both;
  overflow: hidden;
}
.contact-box h3 {
  float: left;
  padding-top: 5px;
  margin-right: 18px;
}
.contact-box .tel {
  float: left;
  padding-top: 6px;
}
.contact-box .button {
  float: right;
}

.yamamoto-link {
  margin-bottom: 45px;
}
.yamamoto-link p {
  text-align: center;
}
.yamamoto-link a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop {
  text-align: right;
  width: 960px;
  margin: 0 auto 25px;
}
.pagetop img {
  width: 108px;
  height: auto;
}

.g-contents .l-contents {
  width: 960px;
  padding-top: 50px;
  margin: 0 auto;
}
.g-contents .l-contents section {
  margin-bottom: 50px;
}

.page-title {
  margin-bottom: 50px;
  background: url(../images/common/bg_border01.gif) repeat-x left bottom;
}
.page-title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-title .border {
  padding-bottom: 18px;
  border-bottom: 2px solid #336600;
}

.section-title {
  padding: 4px 0 4px 12px;
  margin-bottom: 30px;
}
.section-title br {
  display: none;
}

.information dl img {
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .contact-box {
    width: auto;
    margin: 20px 0;
    padding: 0 10px;
    border: none;
    background: none;
  }
  .contact-box .l-inner {
    width: auto;
    padding: 10px 10px;
    border: 2px solid #999;
  }
  .contact-box h3 {
    width: 40%;
    margin: 2px 0 0;
    padding: 0;
  }
  .contact-box h3 img {
    width: 100%;
    height: auto;
  }
  .contact-box .tel {
    float: none;
    width: 100%;
  }
  .contact-box .tel img {
    width: 100%;
    height: auto;
  }
  .contact-box .button {
    width: 55%;
    margin-bottom: 10px;
  }
  .contact-box .button img {
    width: 100%;
    height: auto;
  }

  .yamamoto-link {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .pagetop {
    text-align: center;
    width: auto;
    margin: 0 auto 20px;
  }

  .g-contents .l-contents {
    width: auto;
    padding: 25px 10px 0;
  }
  .g-contents .l-contents section {
    margin-bottom: 10px;
  }

  .page-title {
    margin-bottom: 25px;
    background: url(../images/common/bg_border02.gif) repeat-x left bottom;
  }
  .page-title .bg {
    padding-right: 0;
    background: none;
  }
  .page-title .border {
    padding-bottom: 14px;
    border-bottom: 1px solid #336600;
  }

  .section-title {
    padding: 0 0 2px 6px;
    margin-bottom: 15px;
  }
  .section-title img {
    zoom: 0.5;
  }
  .section-title br {
    display: inline;
  }
}
/* コンセプト
---------------------------------- */
#concept .main-visual-area .main-visual {
  height: 300px;
  background: url(../images/contents/con_bg01.jpg) no-repeat;
}
#concept .main-visual-area .main-visual h2 {
  padding: 220px 0px 0px 535px;
}
#concept .main-visual-area p {
  font-size: 140%;
  margin-top: 8px;
}
#concept .sannomiya .hdr_sitelogo {
  margin-bottom: 30px;
}
#concept .sannomiya .sannomiya-txt1 {
  margin-left: 28px;
}
#concept .sannomiya .section-title br {
  display: inline;
}
#concept .sannomiya ul {
  margin: 0 -15px 20px 0;
  overflow: hidden;
}
#concept .sannomiya ul li {
  float: left;
  margin-right: 15px;
}
#concept .sannomiya ul li figure img {
  width: 310px;
  height: 220px;
}
#concept .sannomiya ul li figure figcaption {
  font-size: 140%;
  margin-top: 8px;
}
#concept .sannomiya ul li figure .sannomiya-img {
  margin-right: 15px;
}
#concept .sannomiya ul li .caption-two {
  display: table-cell;
  vertical-align: middle;
  width: 290px;
  height: 210px;
}
#concept .sannomiya ul li .caption-two img {
  padding: 0 5px 8px 0;
}
#concept .sannomiya p {
  font-size: 140%;
}
#concept .sannomiya .button {
  text-align: right;
  margin-top: 25px;
}
#concept .sannomiya .button img {
  width: 280px;
  height: auto;
}
#concept .spot .hdr_sitelogo, #concept .child .hdr_sitelogo {
  margin-bottom: 30px;
}
#concept .spot .hdr_sitelogo br, #concept .child .hdr_sitelogo br {
  display: none;
}
#concept .spot li, #concept .child li {
  margin-top: 40px;
  overflow: hidden;
}
#concept .spot li:first-child, #concept .child li:first-child {
  margin-top: 0;
}
#concept .spot li .image img, #concept .child li .image img {
  width: 320px;
  height: auto;
}
#concept .spot li .image.is-left, #concept .child li .image.is-left {
  margin-right: 30px;
}
#concept .spot li .image.is-right, #concept .child li .image.is-right {
  margin-left: 30px;
}
#concept .spot li .caption, #concept .child li .caption {
  display: table-cell;
  vertical-align: middle;
  width: 610px;
  height: 210px;
}
#concept .spot li .caption h4, #concept .child li .caption h4 {
  margin-bottom: 15px;
}
#concept .spot li .caption h4 img, #concept .child li .caption h4 img {
  padding: 2px 0 2px 12px;
  width: auto;
  height: 20px;
  border-left: 3px solid #336600;
}
#concept .spot li .caption p, #concept .child li .caption p {
  font-size: 140%;
}
#concept .spot li .caption .sub-head, #concept .child li .caption .sub-head {
  color: #336600;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #concept .page-title img {
    width: 155px;
  }
  #concept .hdr_sitelogo {
    margin-bottom: 15px;
    zoom: 0.5;
  }
  #concept .main-visual-area .main-visual {
    position: relative;
    height: auto;
    background-size: contain;
    padding-top: 31.5%;
  }
  #concept .main-visual-area .main-visual h2 {
    position: absolute;
    width: 60%;
    top: 65%;
    padding-top: 0;
    padding-left: 38%;
  }
  #concept .main-visual-area .main-visual img {
    width: 100%;
    height: auto;
  }
  #concept .main-visual-area p {
    font-size: 120%;
  }
  #concept .sannomiya .sannomiya-txt {
    margin-left: 25px;
  }
  #concept .sannomiya ul {
    margin: 0;
  }
  #concept .sannomiya ul li {
    float: none;
    margin: 0 0 10px 0;
  }
  #concept .sannomiya ul li figure img {
    width: auto;
    height: auto;
  }
  #concept .sannomiya ul li figure figcaption {
    font-size: 120%;
    margin-top: 5px;
  }
  #concept .sannomiya ul li .caption-two {
    display: block;
    vertical-align: none;
    height: auto;
  }
  #concept .sannomiya ul li .caption-two img {
    padding: 0 5px 7px 0;
  }
  #concept .sannomiya p {
    font-size: 120%;
  }
  #concept .sannomiya .button {
    margin-top: 12px;
  }
  #concept .sannomiya .button img {
    width: 195px;
  }
  #concept .spot .child-txt, #concept .child .child-txt {
    margin-left: 25px;
  }
  #concept .spot .spot-txt, #concept .child .spot-txt {
    margin-left: 25px;
  }
  #concept .spot li, #concept .child li {
    margin-top: 15px;
  }
  #concept .spot li .image, #concept .child li .image {
    float: none;
    margin: 0 0 15px 0 !important;
  }
  #concept .spot li .image img, #concept .child li .image img {
    width: 100%;
    height: auto;
  }
  #concept .spot li .caption, #concept .child li .caption {
    display: block;
    width: 100%;
    height: auto;
  }
  #concept .spot li .caption h4, #concept .child li .caption h4 {
    margin-bottom: 15px;
  }
  #concept .spot li .caption h4 img, #concept .child li .caption h4 img {
    width: auto;
    height: auto;
    zoom: 0.6;
  }
  #concept .spot li .caption p, #concept .child li .caption p {
    font-size: 120%;
  }
}
/* アクセス・周辺環境
---------------------------------- */
#access section.access {
  overflow: hidden;
}
#access section.access .vicinity-map {
  float: left;
}
#access section.access .is-right .button {
  display: none;
}
#access section.access .is-right ul {
  margin-bottom: 20px;
}
#access section.access .is-right li {
  margin-top: 15px;
}
#access section.access .is-right li:first-child {
  margin-top: 0;
}
#access section.access .is-right li .route-map {
  margin: 7px 110px;
}
#access .surroundings {
  overflow: hidden;
}
#access .surroundings .pan-area {
  padding: 0px 30px 30px 30px;
  margin-bottom: 30px;
  width: 900px;
  background: #FFF7E6;
}
#access .surroundings .pan-area h4 {
  margin-bottom: 20px;
  text-align: center;
  height: 70px;
  background: url(../images/contents/acc_pan_bk.gif) no-repeat center 20px;
}
#access .surroundings .pan-area h4 img {
  margin-top: 30px;
}
#access .surroundings .pan-area h4 br {
  display: none;
}
#access .surroundings .three-col {
  overflow: hidden;
  margin-right: -24px;
}
#access .surroundings .three-col li {
  width: 284px;
  margin-right: 24px;
  float: left;
}
#access .surroundings .three-col li figure figcaption {
  font-size: 140%;
  margin-top: 8px;
}
#access .surroundings .four-col {
  overflow: hidden;
  margin: 0 -20px 20px 0;
}
#access .surroundings .four-col li {
  float: left;
  margin-right: 20px;
}
#access .surroundings .four-col li figure img {
  width: 225px;
  height: 160px;
}
#access .surroundings .four-col li figure figcaption {
  font-size: 140%;
  margin-top: 8px;
}
#access .surroundings .is-left, #access .surroundings .is-right {
  margin-top: -20px;
}
#access .surroundings .is-left h4, #access .surroundings .is-right h4 {
  font-size: 140%;
  font-weight: bold;
  margin: 20px 0 10px;
}
#access .surroundings .is-left dl dt, #access .surroundings .is-right dl dt {
  float: left;
  font-size: 140%;
  width: 295px;
  background: url(../images/contents/acc_bg_dot.png) repeat-x left 50%;
}
#access .surroundings .is-left dl dt span, #access .surroundings .is-right dl dt span {
  padding-right: 1em;
  background: #fff;
}
#access .surroundings .is-left dl dd, #access .surroundings .is-right dl dd {
  font-size: 140%;
  margin: 0 0 4px 310px;
}
#access .surroundings .is-left {
  width: 490px;
}
#access .surroundings .is-right {
  width: 470px;
}

@media screen and (max-width: 640px) {
  #access .page-title img {
    width: 288px;
  }
  #access section.access {
    overflow: hidden;
  }
  #access section.access .vicinity-map {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  #access section.access .is-right {
    float: none;
    text-align: center;
  }
  #access section.access .is-right .button {
    display: block;
    text-align: right;
    margin-bottom: 15px;
  }
  #access section.access .is-right .button img {
    zoom: 0.5;
  }
  #access section.access .is-right ul {
    margin-bottom: 20px;
  }
  #access section.access .is-right li {
    margin-top: 8px;
  }
  #access section.access .is-right li:first-child {
    margin-top: 0;
  }
  #access section.access .is-right li img {
    zoom: 0.8;
  }
  #access section.access .is-right li .route-map {
    text-align: center;
    margin: 0;
  }
  #access .surroundings .pan-area {
    padding: 0;
    margin-bottom: 30px;
    width: auto;
  }
  #access .surroundings .pan-area h4 {
    background: none;
    height: auto;
    margin: 0 0 10px 0;
    padding-top: 10px;
  }
  #access .surroundings .pan-area h4 img {
    margin: 0px;
    zoom: 0.8;
  }
  #access .surroundings .pan-area h4 br {
    display: inline;
  }
  #access .surroundings .three-col, #access .surroundings .four-col {
    margin: 0;
  }
  #access .surroundings .three-col li, #access .surroundings .four-col li {
    float: none;
    margin: 0 0 10px 0;
  }
  #access .surroundings .three-col li figure img, #access .surroundings .four-col li figure img {
    width: 100%;
    height: auto;
  }
  #access .surroundings .three-col li figure figcaption, #access .surroundings .four-col li figure figcaption {
    font-size: 120%;
    margin-top: 5px;
  }
  #access .surroundings .three-col {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;
    padding: 0 20px;
  }
  #access .surroundings .three-col li {
    width: auto;
    margin-right: 0;
    float: none;
  }
  #access .surroundings .three-col li figure {
    text-align: left;
  }
  #access .surroundings .three-col li figure img {
    width: 100%;
    height: auto;
  }
  #access .surroundings .three-col li figure figcaption {
    font-size: 120%;
    margin-top: 5px;
  }
  #access .surroundings .four-col {
    margin-bottom: -10px;
  }
  #access .surroundings .is-left, #access .surroundings .is-right {
    float: none;
    margin-top: 0;
  }
  #access .surroundings .is-left h4, #access .surroundings .is-right h4 {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  #access .surroundings .is-left dl dt, #access .surroundings .is-right dl dt {
    float: none;
    font-size: 120%;
    width: auto;
    background: none;
  }
  #access .surroundings .is-left dl dt span, #access .surroundings .is-right dl dt span {
    padding-right: 1em;
    background: #fff;
  }
  #access .surroundings .is-left dl dd, #access .surroundings .is-right dl dd {
    text-align: right;
    font-size: 120%;
    margin: 0 0 0 1em;
    background: url(../images/contents/acc_bg_dot.png) repeat-x left 50%;
  }
  #access .surroundings .is-left dl dd span, #access .surroundings .is-right dl dd span {
    padding-left: 1em;
    background: #fff;
  }
  #access .surroundings .is-left {
    width: auto;
  }
  #access .surroundings .is-right {
    width: auto;
  }
}
/* 区画・間取り
---------------------------------- */
#plan p .plan-mainvisu {
  margin-bottom: 40px;
}
#plan .head-area {
  margin-bottom: 40px;
  overflow: hidden;
}
#plan .head-area .is-left {
  width: 600px;
}
#plan .head-area .is-left p {
  margin-bottom: 10px;
  font-size: 140%;
  line-height: 1.8;
}
#plan .head-area .is-right {
  width: 340px;
}
#plan .head-area .is-right .sketch {
  margin-bottom: 12px;
}
#plan .head-area .photo-area {
  overflow: hidden;
  *zoom: 1;
}
#plan .head-area .photo-area li {
  float: left;
  margin-right: 10px;
}
#plan .plan-box {
  margin-bottom: 30px;
}
#plan .plan-box .plan-box-bg {
  background: url(../images/contents/plan_bg.gif) no-repeat center;
}
#plan .plan-box a {
  display: block;
  text-decoration: none;
  height: 160px;
  padding: 11px;
  border: 1px solid #ccc;
  background: url(../images/contents/plan_arrow01.gif) no-repeat 99% 50%;
  overflow: hidden;
}
#plan .plan-box a .inner {
  height: 100%;
}
#plan .plan-box a .inner h4 {
  float: left;
  margin: 65px 240px 0 39px;
}
#plan .plan-box a .inner h5 {
  padding-top: 30px;
  margin-bottom: 7px;
}
#plan .plan-box a .inner .ldk {
  font-size: 120%;
}
#plan .plan-box a .inner dl {
  overflow: hidden;
}
#plan .plan-box a .inner dl dt {
  float: left;
  font-size: 120%;
}
#plan .plan-box a .inner dl dd {
  font-size: 120%;
}
#plan .plan-box a .inner dl dd span {
  color: #336600;
  font-weight: bold;
}
#plan .plan-box .sold-out {
  display: block;
  text-decoration: none;
  height: 160px;
  padding: 11px;
  border: 1px solid #ccc;
  background: url(../images/contents/plan_arrow01.gif) no-repeat 99% 50%;
  overflow: hidden;
  background-image: none;
}
#plan .plan-box .sold-out h4, #plan .plan-box .sold-out h5, #plan .plan-box .sold-out .ldk, #plan .plan-box .sold-out dl {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#plan .plan-box .sold-out .inner {
  height: 100%;
}
#plan .plan-box .sold-out .inner h4 {
  float: left;
  margin: 65px 240px 0 39px;
}
#plan .plan-box .sold-out .inner h5 {
  padding-top: 40px;
  margin-bottom: 7px;
}
#plan .plan-box .sold-out .inner .ldk {
  font-size: 120%;
}
#plan .plan-box .sold-out .inner dl {
  overflow: hidden;
}
#plan .plan-box .sold-out .inner dl dt {
  float: left;
  font-size: 120%;
}
#plan .plan-box .sold-out .inner dl dd {
  font-size: 120%;
}
#plan .plan-box .sold-out .inner dl dd span {
  color: #336600;
  font-weight: bold;
}
#plan .plan-box a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#plan .plan-box.five .inner {
  background: url(../images/contents/plan_img01.png) no-repeat 155px 12px;
}
#plan .plan-box.six .inner {
  background: url(../images/contents/plan_img02.png) no-repeat 155px 12px;
}
#plan .plan-box.planC .inner {
  background: url(../images/contents/plan_img03.png) no-repeat 155px 12px;
}
#plan.sub .contents-box {
  position: relative;
  overflow: hidden;
}
#plan.sub .contents-box .head-area {
  overflow: hidden;
}
#plan.sub .contents-box .head-area .section-title {
  float: left;
}
#plan.sub .contents-box .head-area .text-area {
  float: right;
  width: 720px;
  min-height: 200px;
}
#plan.sub .contents-box .head-area .text-area .title {
  margin-bottom: 15px;
}
#plan.sub .contents-box .head-area .text-area .feature {
  font-size: 140%;
  margin-bottom: 15px;
}
#plan.sub .contents-box .head-area .text-area .ldk {
  font-size: 120%;
}
#plan.sub .contents-box .head-area .text-area dl {
  overflow: hidden;
}
#plan.sub .contents-box .head-area .text-area dl dt {
  float: left;
  text-align: right;
  font-size: 120%;
  width: 60px;
}
#plan.sub .contents-box .head-area .text-area dl dd {
  font-size: 120%;
}
#plan.sub .contents-box .head-area .text-area dl dd span {
  color: #336600;
  font-weight: bold;
}
#plan.sub .contents-box .sketch-area {
  overflow: hidden;
}
#plan.sub .contents-box .sketch-area .is-left .text {
  margin-top: 12px;
}
#plan.sub .contents-box .sketch-area .is-right {
  width: 720px;
  padding: 40px 0;
  border: 1px solid #CCCCCC;
  text-align: center;
}
#plan.sub .contents-box .other {
  width: 200px;
  position: absolute;
  left: 0;
  top: 50px;
}
#plan.sub .contents-box .other a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#plan.sub .contents-box .other .title {
  margin-bottom: 10px;
}
#plan.sub .contents-box .other ul {
  overflow: hidden;
  margin-right: -10px;
}
#plan.sub .contents-box .other ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#plan.sub.five .text-area {
  background: url(../images/contents/plan5_img01.png) no-repeat right top;
}
#plan.sub.six .text-area {
  background: url(../images/contents/plan6_img01.png) no-repeat right top;
}
#plan.sub.planC .text-area {
  background: url(../images/contents/planC_img01.png) no-repeat right top;
}

@media screen and (max-width: 640px) {
  #plan p .plan-mainvisu {
    margin-bottom: 20px;
  }
  #plan .page-title img {
    width: 154px;
  }
  #plan .head-area {
    margin-bottom: 20px;
  }
  #plan .head-area .is-left {
    float: none;
    width: auto;
    margin-bottom: 12px;
  }
  #plan .head-area .is-left .section-title img br {
    display: none;
  }
  #plan .head-area .is-left p {
    font-size: 120%;
    line-height: 1.6;
  }
  #plan .head-area .is-right {
    float: none;
    width: auto;
  }
  #plan .head-area .is-right .sketch {
    margin: 0 auto 12px;
    text-align: center;
  }
  #plan .head-area .is-right .sketch img {
    width: auto;
    height: auto;
  }
  #plan .head-area .photo-area li {
    width: 30%;
    margin-right: 5%;
  }
  #plan .head-area .photo-area li img {
    width: 100%;
    height: auto;
  }
  #plan .head-area .photo-area li:last-child {
    margin-right: 0;
  }
  #plan .plan-box {
    margin-bottom: 15px;
  }
  #plan .plan-box .plan-box-bg {
    background: none;
    background-color: #ECF5E2;
  }
  #plan .plan-box a, #plan .plan-box .sold-out {
    height: auto;
    padding: 9px;
    background: url(../images/contents/plan_arrow01.gif) no-repeat 98% 95%;
    background-size: 5px;
  }
  #plan .plan-box a .inner, #plan .plan-box .sold-out .inner {
    height: 100%;
    background-size: 80px;
  }
  #plan .plan-box a .inner h4, #plan .plan-box .sold-out .inner h4 {
    float: none;
    margin: 0 0 10px 0;
    width: 16%;
  }
  #plan .plan-box a .inner h4 img, #plan .plan-box .sold-out .inner h4 img {
    width: 100%;
    height: auto;
  }
  #plan .plan-box a .inner h5, #plan .plan-box .sold-out .inner h5 {
    padding-top: 0;
    width: 100%;
  }
  #plan .plan-box a .inner h5 img, #plan .plan-box .sold-out .inner h5 img {
    width: 100%;
    height: auto;
  }
  #plan .plan-box a .inner .ldk, #plan .plan-box a .inner dl, #plan .plan-box .sold-out .inner .ldk, #plan .plan-box .sold-out .inner dl {
    margin-left: 85px;
  }
  #plan .plan-box.one .inner, #plan .plan-box.two .inner, #plan .plan-box.three .inner, #plan .plan-box.planA .inner, #plan .plan-box.planE .inner, #plan .plan-box.four .inner, #plan .plan-box.six .inner, #plan .plan-box.five .inner, #plan .plan-box.planD .inner, #plan .plan-box.planC .inner {
    background-position: left bottom;
    background-size: 80px;
  }
  #plan .plan-box .sold-out {
    background-image: none;
  }
  #plan .plan-box .sold-out dl {
    padding-bottom: 2.0em;
  }
  #plan.sub .contents-box .head-area .section-title {
    float: none;
  }
  #plan.sub .contents-box .head-area .section-title img {
    zoom: 0.8;
  }
  #plan.sub .contents-box .head-area .text-area {
    float: none;
    width: auto;
    min-height: 0;
    background-size: 94px;
  }
  #plan.sub .contents-box .head-area .text-area .title {
    margin-bottom: 10px;
  }
  #plan.sub .contents-box .head-area .text-area .title img {
    zoom: 0.8;
  }
  #plan.sub .contents-box .head-area .text-area .feature {
    font-size: 120%;
    margin-bottom: 15px;
  }
  #plan.sub .contents-box .head-area .text-area .ldk, #plan.sub .contents-box .head-area .text-area dl {
    margin-left: 104px;
  }
  #plan.sub .contents-box .sketch-area .is-left {
    display: none;
  }
  #plan.sub .contents-box .sketch-area .is-right {
    width: auto;
    float: none;
    padding: 20px 10px;
    margin-bottom: 15px;
  }
  #plan.sub .contents-box .other {
    width: auto;
    position: static;
    overflow: hidden;
  }
  #plan.sub .contents-box .other .title {
    float: left;
    padding-top: 1px;
    margin-bottom: 0;
  }
  #plan.sub .contents-box .other .title img {
    width: 87px;
  }
  #plan.sub .contents-box .other ul {
    float: left;
    margin-right: 0;
  }
  #plan.sub .contents-box .other ul li {
    float: left;
    margin: 0 0 0 10px;
  }
  #plan.sub .contents-box .other ul li img {
    width: 42px;
  }
  #plan.sub.one .text-area, #plan.sub.two .text-area, #plan.sub.three .text-area, #plan.sub.planA .text-area, #plan.sub.planE .text-area, #plan.sub.four .text-area, #plan.sub.six .text-area, #plan.sub.five .text-area, #plan.sub.planD .text-area, #plan.sub.planC .text-area {
    background-position: left bottom;
  }
}
/* 物件概要
---------------------------------- */
#outline .inner {
  margin-bottom: -10px;
  overflow: hidden;
}
#outline .inner .is-left dl dt, #outline .inner .is-right dl dt {
  float: left;
  color: #336600;
  font-size: 140%;
  font-weight: bold;
  width: 8em;
}
#outline .inner .is-left dl dd, #outline .inner .is-right dl dd {
  font-size: 140%;
  margin: 0 0 10px 8em;
}
#outline .inner .is-left {
  width: 490px;
}
#outline .inner .is-right {
  width: 470px;
}

@media screen and (max-width: 640px) {
  #outline .page-title img {
    width: 150px;
  }
  #outline .inner .is-left, #outline .inner .is-right {
    float: none;
    width: auto;
  }
  #outline .inner .is-left dl dt, #outline .inner .is-right dl dt {
    float: none;
    font-size: 120%;
    width: auto;
    margin-bottom: 8px;
  }
  #outline .inner .is-left dl dd, #outline .inner .is-right dl dd {
    font-size: 120%;
    margin: 0 0 16px 0;
  }
  #outline .inner .is-right {
    margin-bottom: -16px;
  }
}
