@charset "utf-8";

/* ---------------------------------------------
 layout modules
------------------------------------------------ */

@media print {
	html, body {
		zoom: 80%;
		overflow: visible;
	}
	@supports (-ms-ime-align: auto) {
		html, body {
			zoom: 60%;
		}
	}
}

@media print and (-ms-high-contrast: none) {
	html, body {
        zoom: 100%;
		overflow: visible;
	}
    .header .inner, .container {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}

/* base modules
------------------------------------------------ */
.content p,
.content ul,
.content dl,
.content ol,
.content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar),
.content blockquote{
  color: #000;
}

.content ul p, .content ul dl, .content ul ol,
.content dl p, .content dl ul, .content dl ol,
.content ol p, .content ol ul, .content ol dl,
.content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) p, .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) ul, .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) dl, .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) ol{
  margin: 0;
}

.content p img, .content dl img, .content ul img {
  vertical-align: middle;
}

.content img.border {
  border: 1px solid #eee;
}

.column-image-left,.column-image-center,.column-image-right { margin-top:20px !important; }

#build .column-image-left,#build .column-image-center,#build .column-image-right { 
  margin-bottom:20px !important;
}

.acms-entry .entry-container2 [class*="column-image-"].nocaption,
.acms-entry .entry-container2 [class*="column-media-"].nocaption,
.acms-entry .entry-container2 [class*="column-eximage-"].nocaption,
.acms-entry .entry-container2 [class*="column-yolp-"],
.acms-entry .entry-container2 [class*="column-youtube-"],
.acms-entry .entry-container2 [class*="column-video-"],
.acms-entry .entry-container2 [class*='column-gf-map-'] {
  width: 100%;
  padding: 0;
}

.content a ,
.content a:link {
  color: #333;
  text-decoration: underline;
}

.content a:hover ,
.content a:active {
  text-decoration: none;
}

.content a:visited {
  color: #000;
}

.acms-entry .acms-inner > header h1 a {
	color: #ef7b1b;
}

.js-modal-video {
  cursor: pointer;
}

.content figure.circle-img img {
  border-radius: 50%;
}

/* common modules
------------------------------------------------ */

em        { color:#FD6408;  }

.small    { font-size:87%;  }
.x-small  { font-size:78%;  }

.large    { font-size:107%; }
.x-large  { font-size:120%; }

.attention{ color: #FF3366;   }
.bold     { font-weight:bold; }

.center{ text-align: center; }
.right { text-align:right;   }
.left  { text-align:left;    }

.float-l{ float: left;  }
.float-r{ float: right; }
.clear  { clear: both;  }

.img-l{ float:left;  margin:0 25px 10px 0; }
.img-r{ float:right; margin:0 0 10px 25px; }

.nowrap         { white-space:nowrap; }
.nomargintop    { margin-top: 0 !important; }
.content .nocss { margin:0; padding:0; border:none; background:none; }

.site-color {color: #ef7b1b;}

a.outer ,
a.anchor,
a.outer-vm {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 15px;
}

a.outer-vm::after {
  position: absolute;
}

a.outer::before ,
a.outer::after,
a.anchor::before {
  position: absolute;
}

a.outer::before,
a.anchor::before {
  top: 0.8em;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ef7b1b;
  border-right: solid 2px #ef7b1b;
  content: '';
  transform: rotate(45deg);
}

a.outer-vm::after ,
a.outer::after {
  right: 0;
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(../images/icon_outer.png) no-repeat left top;
  background-size: 10px 9px;
  content: '';
  -webkit-background-size: 10px 9px;
}

a.outer-vm::after {
  top: 50%;
  transform: translateY(-50%);
}
figcaption {
  text-align: center;
}
figcaption.left {
  text-align: left;
}

/* --- anchor --- */


/* --- button --- */
.content .btn-link,
.sidebar .btn-link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px 0;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  border-color: #f7b216;
  border-radius: 17.5px;
  background-color: #f7b216;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  margin: 10px;
}
.content .btn-link.x-large,
.sidebar .btn-link.x-large {
  padding: 14px 40px 0;
  height: 51px;
  font-size: 20px;
  border-radius: 30px;
}
.content .btn-link.visit,
.sidebar .btn-link.visit {
  background-color: #ef7b1b;
  border-color: #ef7b1b;
}
.content .btn-link[target="_blank"]::after {
  position: relative;
  right: -5px;
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(../images/icon_outer_white.png) no-repeat left top;
  background-size: 10px 9px;
  content: '';
  -webkit-background-size: 10px 9px;
}

.content .btn-link[target="_blank"]:hover::after {
  background-image: url(../images/icon_outer.png);
}

.content button.btn-link {
  padding: 0 20px;
}
.content .btn-link:hover {
  background-color: #fff;
  color: #f7b216 !important;
}
.content .btn-link.visit:hover {
  color: #ef7b1b !important;
}
/* --- button-catalog --- */
.content .button-catalog a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #ef7b1b;
  border-radius: 10px;
  text-decoration: none;
  margin: 70px auto 0;
  max-width: 800px;
  padding: 0 20px;
}
.content .button-catalog a:hover {
opacity: 0.7;
}
.content .button-catalog a img:hover {
opacity: 1!Important;
}
.content .button-catalog a .label {
  text-align: center;
  color: #fff;
  background-color: #ef7b1b;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.content .button-catalog a .txt {
  margin: 0 20px;
  width: 52%;
}
.content .button-catalog a .txt p{
  margin: 0;
  font-size: 18px;
}
.content .button-catalog a .txt .bold.large {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.content .button-catalog a .txt .bold.large::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content .button-catalog a .img  {
  width: 25%;
}
.content .button-catalog a .img img {
  width: 100%;
}
/* --- ext icon --- */

a:not(.no-icon)[href$='.xls'], a:not(.no-icon)[href$='.xlsx']{
  padding-right: 25px;
  background: url(../images/fileicon/xls.png) no-repeat 100% 50%;
}

a:not(.no-icon)[href$='.doc'], a:not(.no-icon)[href$='.docx']{
  padding-right: 25px;
  background: url(../images/fileicon/doc.png) no-repeat 100% 50%;
}

a:not(.no-icon)[href$='pdf']:not(.pdf-banner-link)[href$='pdf']{
  padding-right: 25px;
  background: url(../images/fileicon/pdf.png) no-repeat 100% 50%;
}

a:not(.no-icon)[href$='ppt']{
  padding-right: 25px;
  background: url(../images/fileicon/ppt.png) no-repeat 100% 50%;
}


/* --- openwin --- */

.openwin{
  padding-right: 15px;
}

/* ---　pagetop-in　 --- */

.pagetop-in {
  text-align:right;
}

.pagetop-in a {
  font-size: 92%;
}

/* --- blockquote --- */

blockquote,
.acms-entry blockquote{
  position: relative;
  overflow: hidden;
  border: 0;
  background: #fde8b9;
}

blockquote::before,
.acms-entry blockquote::before {
  position: absolute;
  background: url(../images/icon_quote.png) no-repeat left top;
  content: '';
}


/* ------ title -------------------------------- */

.content h2,
.content .wysiwyg h1{
  clear: both;
  color: #ef7b1b;
  font-weight:bold;
}
.content h2 a:link          { text-decoration:underline; }
.content h2 a:visited       { text-decoration:underline; }
.content h2 a:hover,a:active{ text-decoration:none; }


.content h3:not(.acms-admin-accordion-title),
.content .wysiwyg h2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  clear:both;
  color:#ef7b1b;
  font-weight:bold;
  -ms-align-items: center;
  align-items: center;
}
.content h3.noborder {
  display: block;
}

.content h3:not(.acms-admin-accordion-title)::after,
.content .wysiwyg h2::after {
  height: 1px;
  background-color: #ff6555;
  content: '';
  -webkit-flex: 1 0 1%;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  -o-flex: 1 0 1%;
  flex: 1 0 1%;
}
.content h3.noborder::after {
  display: none;
}

.content h4,
.content .wysiwyg h3:not(.acms-admin-accordion-title){
  clear:both;
  color: #ef7b1b;
  font-weight:bold;
}

.content h5,
.content .wysiwyg h4{
  clear:both;
  font-weight:bold;
}


/* ------ ul ----------------------------------- */


/* --- normal list --- */

.list li,
.wysiwyg ul li {
  position: relative;
}

.list li:before,
.wysiwyg ul li:before {
  position: absolute;
  display: block;
  background: #ef7b1b;
  content: '';
}

/* --- link list --- */

.link li {
  position: relative;
}

.link li:before {
  position: absolute;
  display: block;
  content: '';
  transform: rotate(45deg);
}

/* --- number list --- */

ol {
  padding:0;/* paddingキャンセル */
  list-style:none;/* olがはき出す数字を消す */
  counter-reset:number;
}

ol li:before {
  display: inline-block;
  color: #ef7b1b;
  content: counter(number) ". ";
  counter-increment: number;
  text-align: right;
  font-weight: bold;
}

/* --- attention list --- */

.rice li{
  margin:0 0 5px 1em;
  text-indent:-1em;
}

/* --- compact list --- */

.compact li{
  display:inline;
  margin-right:10px;
}

/* --- within compact list --- */

.within {
  padding: 8px;
  border: 1px solid #ddd;
}

.within li::before {
  top: 0.4em;
}


.content ul ul, .content dl dl, .content ol ol {
  margin-top: 5px;
}

/* ------ dl ----------------------------------- */

/* --- faq --- */

.faq {
  position: relative;
  background-color: #fde8b9;
}

.faq::before {
  position: absolute;
  background: url(../images/icon_q.png) no-repeat left top;
  content: '';
}

.faq::after {
  position: absolute;
  border-radius: 50%;
  background: #f7b216;
  content: '';
}

.faq dt {
  position: relative;
  color: #333;
  cursor: pointer;
}

.faq dt::before,
.faq dt::after {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  content: '';
}

.faq dt::after {
  transform: rotate(-90deg);
}

.faq dd {
  display: none;
  color: #666;
}

.faq.open::after {
  background-color: #fff;
}

.faq.open dt::before ,
.faq.open dt::after {
  background-color: #f7b216;
}

.faq.open dt::after {
  transition: transform .2s;
  transform: rotate(0deg);
}


/* --- normal list --- */

.list dt{
  font-weight:bold;
}

.list dd{
  padding-left:13px;
}

/* --- link list --- */

.link dt{
  padding-left:15px;
  background:url(../images/icon_arrow01.png) no-repeat 0 0.4em;
  font-weight:bold;
}

.link dd{
  padding-left:15px;
}

/* --- horizonal --- */

.horizonal dt {
  float: left;
  clear: left;
  padding:8px 8px 8px 0;
  width: 10em;
}

.horizonal dd {
  padding:8px 15px 8px 11em;
  border-bottom:1px solid #ddd;
}



/* ------ layout frame ------------------------- */

.grid-1 p img, .grid-2 p img, .grid-3 p img, .grid-4 p img, .grid-5 p img, .grid-6 p img, .grid-7 p img, .grid-8 p img, .grid-9 p img, .grid-10 p img, .grid-11 p img ,
.grid-1 figure img, .grid-2 figure img, .grid-3 figure img, .grid-4 figure img, .grid-5 figure img, .grid-6 figure img, .grid-7 figure img, .grid-8 figure img, .grid-9 figure img, .grid-10 figure img, .grid-11 figure img , figure img {
	width: 100%;
	height: auto;
}

/* ------ social media ------------------------- */

.social-icon ul{
  margin:20px auto;
  text-align:center;
}

.social-icon ul li{
  display:inline-block;
}

.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius:50%;
  text-indent: -99999px;
  font-size: 50%;
}

.entry-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 2em 0 0;
  -webkit-box-pack: center;
  justify-content: center;
}

.entry-social > li {
  margin: 0 0.63em;
}

.entry-social > li a {
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50% 50%;
  background: #DDD;
  text-indent: -9999px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.entry-social > li a.facebook {
  border: 1px solid #3b5998;
  background: transparent url(../images/ico_facebook.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social > li a.facebook:hover {
  background-color: #3b5998;
  background-image: url(../images/ico_facebook_white.svg);
}

.entry-social > li a.fb-like {
  border: 1px solid #3b5998;
  background: transparent url(../images/ico_fb_like.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social > li a.fb-like:hover {
  background-color: #3b5998;
  background-image: url(../images/ico_fb_like_white.svg);
}

.entry-social > li a.twitter {
  border: 1px solid #55acee;
  background: transparent url(../images/ico_twitter.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social > li a.twitter:hover {
  background-color: #55acee;
  background-image: url(../images/ico_twitter_white.svg);
}

.entry-social > li a.line {
  border: 1px solid #00B900;
  background: transparent url(../images/ico_line.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social > li a.line:hover {
  background-color: #00B900;
  background-image: url(../images/ico_line_white.svg);
}

@media print, screen and ( min-width:750px ){
  .facebook:hover {
    background:url(../images/svg/facebook.svg) center center no-repeat;
    background-color: #3b5998!important;
    background-size: 100%;
  }
}
.facebook {
  border: 1px solid #3b5998;
  background:url(../images/svg/facebookClick.svg) center center no-repeat;
  background-color: #ffffff!important;
  background-size: 100%;
}
@media print, screen and ( min-width:750px ){
  .twitter:hover {
    background:url(../images/svg/twitter.svg) center center no-repeat;
    background-color: #00aced!important;
    background-size: 100%;
  }
}
.twitter {
  border: 1px solid #00aced;
  background:url(../images/svg/twitterClick.svg) center center no-repeat;
  background-color: #ffffff!important;
  background-size: 100%;
}
@media print, screen and ( min-width:750px ){
  .line:hover {
    background:url(../images/svg/line.svg) center center no-repeat;
    background-color: #2cbf13!important;
    background-size: 100%;
  }
}
.line {
  border: 1px solid #2cbf13;
  background:url(../images/svg/lineClick.svg) center center no-repeat;
  background-color: #ffffff!important;
  background-size: 100%;
}



/* ------ table -------------------------------- */

table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  border-collapse:collapse;

}

table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) th,
table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) td{
  padding:10px;
  background:#fff;
  vertical-align:top;
}

table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) th {
  background:#fffbf3;
  text-align: center;
  white-space: nowrap;
  font-weight:bold;
}

table th.ta-l {
  text-align: left !important;
}

table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) thead th,
th.head {
  background:#fde8b9;
  text-align:center;
}

/* --- noborder --- */

table.noborder,
table.noborder td,
table.noborder th{
  border:0;
  background: none;
}

/* index
------------------------------------------------ */

.index {
  clear: both;
  margin: 0 0 0 -20px;
}

.index dl {
  position: relative;
  display: inline;
  float: left;
  margin-left: 20px;
  width: 350px;
  background: #eee;
}

.index dt {
  padding: 7px;
  background:#ddd;
}

.index dt a {
  text-decoration:none;
}

.index dd {
  padding: 7px;
}


/* cms
------------------------------------------------ */

/* --- entry-date --- */

.entry-date {
  text-align: right;
  font-size: 87%;
}

/* --- entry-navigation / pager-navigation --- */

.entry-navigation,
.pager-navigation{
  margin: 50px 0 0;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.entry-navigation a:link, .entry-navigation a:visited, .entry-navigation a:hover, .entry-navigation a:active,
.pager-navigation a:link, .pager-navigation a:visited, .pager-navigation a:hover, .pager-navigation a:active{
  text-decoration:none;
}

.entry-navigation ul,
.pager-navigation ul{
  margin:0;
}

/* entry-navigation */

.entry-navigation{
  padding:10px;
  background:#eee;
}

.entry-navigation li{
  width:33%;
}

.entry-navigation .entry-new{
  float:left;
}

.entry-navigation .entry-list{
  float:left;
  text-align:center;
}

.entry-navigation .entry-old{
  float:right;
  text-align:right;
}

.entry-navigation .home{
  margin-top:-20px;
  text-align:center;
}

.entry-navigation ul:after {
  display:block;
  visibility:hidden;
  clear:both;
  height:0;
  content:" ";
  font-size:0;
}
* html .entry-navigation ul             { zoom:1; } /* IE6 */
*:first-child+html .entry-navigation ul { zoom:1; } /* IE7 */

.entry-navigation.blog-navigation {
  position: relative;
}
.entry-navigation.blog-navigation ul::after {
  display: none;
}
.entry-navigation.blog-navigation .entry-list {
  display: none;
  font-family: YuGothic, '游ゴシック', sans-serif;
}
.entry-navigation.blog-navigation .entry-list.entry-new {
  text-align: left;
}
.entry-navigation.blog-navigation .entry-list.entry-new::before{
  display: inline-block;
  content: "\0ab";
}
.entry-navigation.blog-navigation .entry-list.entry-old::after{
  display: inline-block;
  content: "\0bb"; 
}
.entry-navigation.blog-navigation .entry-list.entry-new,
.entry-navigation.blog-navigation .entry-list.entry-old,
.entry-navigation.blog-navigation .entry-list.back  {
  display: block;
  width: 33%;
}
.entry-navigation.blog-navigation .entry-list.back {
  text-align: center;
}
.entry-navigation.blog-navigation p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 14px;
  line-height: 56px;
}
.entry-navigation.blog-navigation p a {
  display: block;
}
/* pager-navigation */

.pager-navigation ul li{
  float:left;
  margin-right:1px;
  text-align:center;
  line-height:1;
}

.pager-navigation ul li span.cur{
  position:relative;
  display:block;
  padding: 11px 16px;
  background:#f7b216;
  color:#fff;
  line-height:1;
}

.pager-navigation ul li a:link,
.pager-navigation ul li a:visited{
  position:relative;
  display:block;
  padding: 11px 16px;
  background:#eee;
  color:#333;
  line-height:1;
}

.pager-navigation ul li > a:link,
.pager-navigation ul li > a:visited {
  padding: 10px 16px 12px;
}

.pager-navigation ul li a:hover,
.pager-navigation ul li a:active{
  background:#f7b216;
  color:#fff;
}

/* --- gmap --- */
.gmap {
  position: relative;
  margin: 30px 0 0;
  width: 100%;
}

.gmap::before {
  display: block;
  padding-top: 56.25%;
  content: '';
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 続きを読むリンク */
.search.entry p.continue {
  margin: 0;
  padding: 0;
}

.search.entry p.continue a {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
}

.search.entry p.continue a:hover {
  background-color: #F0F0F0;
}

_:-ms-lang(x)::-ms-backdrop, .list li:before {
  top: 0.5em;
}

_:-ms-lang(x)::-ms-backdrop, .link li:before {
  top: 0.6em;
}

_:-ms-lang(x)::-ms-backdrop, .within li::before {
  top: 0.5em;
}

_:-ms-lang(x)::-ms-backdrop, .faq dt {
  padding-top: 30px;
}

_:-ms-lang(x)::-ms-backdrop, a.outer::before {
  top: 0.6em;
}

_:-ms-lang(x)::-ms-backdrop, a.outer::after {
  top: 1px;
  text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop, .content .btn-link {
  padding-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, .btn-link[target="_blank"]::after {
  top: 1px;
  text-decoration: none;
}

/* まちかど展示場MAP 吹き出し */
.content .section.fukidashi h3:not(.acms-admin-accordion-title)::after {
  height: 1px;
  background-color: #ffff;
  content: '';
  -webkit-flex: 1 0 1%;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  -o-flex: 1 0 1%;
  flex: 1 0 1%;
}

.section.fukidashi dl {
  display: flex;
  flex-wrap:nowrap;
}

.section.fukidashi dd {
  margin-left: 10px;
  line-height: 1.3;
}

.section.fukidashi span {
  font-size: 15px;
  color: #ef7b1b;
  margin-right: 10px;
}

.gm-style-iw-c {
  max-height: 400px!important;
}

.gm-style-iw-d {
  max-height: 500px!important;
  overflow-x: hidden!important;
  margin-bottom: 10px;
}


@media print, screen and (min-width: 769px) {
  a.outer::after {
    top: 12px;
  }

  .js-modal-video:hover img {
    opacity: .7;
  }

  .content p,
  .content ul:not(.news-list),
  .content dl,
  .content ol,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar),
  .content blockquote{
    margin: 20px 0 0;
    line-height: 2;
  }

  .content p.big {
    font-size: 20px;
    font-weight: bold;
  }

  .content .entry-navigation ul {
    margin-top: 0;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar){
    border:1px solid #f1d188;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) th ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) td {
    border:1px solid #f1d188;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) td > *:first-child {
    margin-top: 0;
  }

  .content figure {
    margin: 20px 0 0;
  }

  .column-image-left + .entry-container > p,
  .column-image-right + .entry-container > p {
    margin-top: 10px;
  }

  #build .column-image-left,#build .column-image-center,#build .column-image-right { 
    margin-bottom:0px !important;
  }

  blockquote,
  .acms-entry blockquote{
    margin-top: 40px;
    padding: 30px 20px 20px 140px;
    font-size: 15px;
    line-height: 2.4;
  }

  blockquote::before,
  .acms-entry blockquote::before {
    top: -9px;
    left: 27px;
    width: 87px;
    height: 69px;
  }

  .content h2,
  .content .wysiwyg h1{
    margin:55px 0 0;
    font-size: 30px;
  }

  .content h3:not(.acms-admin-accordion-title),
  .content .wysiwyg h2{
    margin:45px 0 0;
    font-size: 20px;
  }

  .content h3:not(.acms-admin-accordion-title)::after,
  .content .wysiwyg h2::after {
    margin-left: 12px;
  }

  .content h4,
  .content .wysiwyg h3:not(.acms-admin-accordion-title){
    margin:45px 0 0;
    font-size: 20px;
  }

  .content h5,
  .content .wysiwyg h4{
    margin:45px 0 0;
    font-size: 20px;
  }

  .content .layout-frame {
    clear: both;
    margin: 20px 0 0 -30px;
  }

  .content .layout-frame::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
  }

  .list li,
  .wysiwyg ul li {
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .list li:before,
  .wysiwyg ul li:before {
    top: 0.7em;
    left: 0;
    width: 8px;
    height: 8px;
  }

  .link li,
  .wysiwyg ul li {
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .link li:before {
    top: 0.7em;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: solid 2px #ef7b1b;
    border-right: solid 2px #ef7b1b;
  }

  ol li {
    padding-left: 20px;
    text-indent: -30px;
  }

  ol li:before {
    margin-right: 5px;
    width: 25px;
  }

  .faq {
    padding-left: 80px;
  }

  .faq::before {
    top: 30px;
    left: 30px;
    width: 26px;
    height: 28px;
  }

  .faq::after {
    top: 29px;
    right: 40px;
    width: 32px;
    height: 32px;
  }

  .faq dt {
    padding: 27px 20px 27px 0;
    font-size: 18px;
    line-height: 2;
  }

  .faq dt::before,
  .faq dt::after {
    top: 44px;
    right: 50px;
    z-index: 2;
    width: 12px;
    height: 2px;
  }

  .faq dd {
    margin-top: -10px;
    padding: 0 20px 55px 0;
    font-size: 15px;
    line-height: 2.4;
  }

  .content .layout-unit {
    display: inline;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .content .layout-unit > *:first-child {
    margin-top: 0;
  }

	
  .content .layout-unit video {
	  width: 100%;
	  height: 201px;
  }
	
  .grid-1 { width:calc(8.3% - 30px); }
  .grid-2 { width:calc(16.6% - 30px); }
  .grid-3 { width:calc(25% - 30px); }
  .grid-4 { width:calc(33.3% - 30px); }
  .grid-5 { width:calc(41.6% - 30px); }
  .grid-6 { width:calc(50% - 30px); }
  .grid-7 { width:calc(58.3% - 30px); }
  .grid-8 { width:calc(66.6% - 30px); }
  .grid-9 { width:calc(75% - 30px); }
  .grid-10 { width:calc(83.3% - 30px); }
  .grid-11 { width:calc(91.6% - 30px); }

  .content .layout-3col .grid-4  {
  	width:calc(33.3% - 30px);
  }

  .content ul h2, .content ul h3:not(.acms-admin-accordion-title), .content ul h4, .content ul h5, .content ul h6 {
    margin-top: 0;
  }

  .entry-navigation ul {
    overflow: hidden;
  }

  .entry-navigation li a {
    font-size: 14px;
  }

  .pc-mt20 {
    margin-top: 20px !important;
  }

  .pc-mt30 {
    margin-top: 30px !important;
  }

  .pc-mt40 {
    margin-top: 40px !important;
  }

  .pc-mt50 {
    margin-top: 50px !important;
  }

  .pc-mb0 {
    margin-bottom: 0px !important;
  }

  .pc-mb20 {
    margin-bottom: 20px !important;
  }

  .pc-mb30 {
    margin-bottom: 30px !important;
  }

  .pc-mb40 {
    margin-bottom: 40px !important;
  }

  .pc-mb50 {
    margin-bottom: 50px !important;
  }

  /* まちかど展示場MAP 吹き出し */
  .section.fukidashi h3 {
    margin-top: 0px;
    font-size: 16px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  a.outer::after {
    top: 6px;
  }

  .content p,
  .content ul,
  .content dl,
  .content ol,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar),
  .content blockquote{
    margin: 0 0 15px;
    line-height: 1.5;
  }

  #build .content p,
  #build .content ul,
  #build .content dl,
  #build .content ol,
  #build .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar),
  #build .content blockquote{
    margin: 0 0 0px;
    line-height: 1.5;
  }

  .content p.big {
    font-size: 16px;
    font-weight: bold;
  }

  .content figure {
    margin: 0 0 15px;
  }

  .content ul ul ,
  .content ol ol {
    margin-bottom: 5px;
  }

  .column-image-left + .entry-container > p,
  .column-image-right + .entry-container > p {
    margin-bottom: 10px;
  }

  blockquote,
  .acms-entry blockquote{
    margin-bottom: 20px;
    padding: 15px 10px 10px 65px;
    font-size: 13px;
    line-height: 1.8;
  }

  blockquote::before,
  .acms-entry blockquote::before {
    top: -6px;
    left: 15px;
    width: 43px;
    height: 34px;
    background-size: cover;
  }

  .content h2,
  .content .wysiwyg h1{
    margin: 0 0 20px;
    font-size: 20px;
  }

  .content h3:not(.acms-admin-accordion-title),
  .content .wysiwyg h2{
    margin: 0 0 20px;
    font-size: 18px;
  }

  .content h3:not(.acms-admin-accordion-title)::after,
  .content .wysiwyg h2::after {
    margin-left: 6px;
  }

  .content h4,
  .content .wysiwyg h3:not(.acms-admin-accordion-title){
    margin: 0 0 20px;
    font-size: 18px;
  }

  .content h5,
  .content .wysiwyg h4{
    margin: 0 0 20px;
    font-size: 18px;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar):not(.plan-table) ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar):not(.plan-table) thead ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar):not(.plan-table) tbody ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar):not(#branchMainOffice table:first-child):not(.plan-table) tr ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar):not(#branchMainOffice table:first-child):not(.plan-table) th ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar):not(#branchMainOffice table:first-child):not(.plan-table) td {
    display: block;
    width: 100%;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar){
    border:1px solid #f1d188;
    border-bottom: 0;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) th ,
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) td {
    border-bottom:1px solid #f1d188;
  }
  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) th {
    text-align: left;
  }

  .content table:not(.intro-table):not(.example-table):not(.fitting-table):not(.summary-table):not(.ui-datepicker-calendar) li:not(:last-child) {
    margin-bottom: 10px;
  }

  .content table.form  th,
  .content  table.form td {
	  display: block!important;
	  width: 100%;
	}
  .content .button-catalog a {
    max-width: 100%;
    display: block;
    padding-top: 20px;
    margin: 50px auto 20px;
  }
  .content .button-catalog a .label {
    margin: 0 auto;
    float: left;
    width: 50px;
    height: 50px;
  }
  .content .button-catalog a .txt {
    width: 100%;
    margin: 10px auto;
    padding-left: 80px;
  }
  .content .button-catalog a .txt p{
    font-size: 17px;
  }
  .content .button-catalog a .txt .bold.large { 
    font-size: 20px;
  }
  .content .button-catalog a .img {
    width: 80%;
    margin: auto;
  }

  .list li {
    margin-bottom: 2px;
    padding-left: 10px;
  }

  .list li:before {
    top: 0.5em;
    left: 0;
    width: 4px;
    height: 4px;
  }

  .link li {
    margin-bottom: 2px;
    padding-left: 10px;
  }

  .link li:before {
    top: 0.5em;
    left: 0;
    width: 2px;
    height: 2px;
    border-top: solid 1px #ef7b1b;
    border-right: solid 1px #ef7b1b;
  }

  ol li {
    padding-left: 15px;
    text-indent: -15px;
  }

  ol li:before {
    margin-right: 5px;
    width: 15px;
  }

  .faq {
    padding-left: 40px;
  }

  .faq::before {
    top: 16px;
    left: 15px;
    width: 13px;
    height: 14px;
    background-size: cover;
  }

  .faq::after {
    top: 15px;
    right: 20px;
    width: 16px;
    height: 16px;
  }

  .faq dt {
    padding: 13px 10px 13px 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .faq dt::before,
  .faq dt::after {
    top: 22px;
    right: 25px;
    width: 6px;
    height: 1px;
  }

  .faq dd {
    margin-top: -5px;
    padding: 0 10px 25px 0;
    font-size: 13px;
    line-height: 2;
  }

  .content .layout-unit {
    margin-bottom: 20px;
  }

  .content .layout-unit *:last-child {
    margin-bottom: 0;
  }

  .content img {
    max-width: 100%;
  }
  .pager-navigation {
    text-align: center;
  }

  .pager-navigation ul {
    display: inline-block;
  }
  .summary.-works + .pager-navigation {
    margin-top: 0;
  } 
	.summary.-works + .pager-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.summary.-works + .pager-navigation ul li {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 10vw;
		height: 10vw;
	}
	.summary.-works + .pager-navigation ul li a,
  .summary.-works + .pager-navigation ul li span.cur,
	.summary.-works + .pager-navigation ul li span {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
    width: 100%;
    height: 100%;
	}
  .entry-social {
    margin: 20px 0;
  }

  .entry-navigation {
    margin-bottom: 20px;
  }

  .entry-navigation ul {
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1;
  }

  .entry-navigation li a,
  .entry-navigation.blog-navigation p a {
    display: inline-block;
    font-size: 10px;
  }
  .entry-navigation.blog-navigation p {
    height: 40px;
    line-height: 40px;
  }

  /* 代表挨拶 */
  .message h2 {
    font-size: 18px;
  }

  /* たかまつマイロード */
  .spleft {
    text-align: left;
  }

  /* まちかど展示場MAP 吹き出し */
  .section.fukidashi h3 {
    margin-bottom: 10px;
  }

  .section.fukidashi dl {
    flex-wrap:wrap;
    margin-bottom: 3px;
  }

  .section.fukidashi dt,
  .section.fukidashi dd {
    margin: 0 auto;
  }

  .sp-mt20 {
    margin-top: 20px !important;
  }

  .sp-mt30 {
    margin-top: 30px !important;
  }

  .sp-mt40 {
    margin-top: 40px !important;
  }

  .sp-mt50 {
    margin-top: 50px !important;
  }

  .sp-mb0 {
    margin-bottom: 0px !important;
  }

  .sp-mb20 {
    margin-bottom: 20px !important;
  }

  .sp-mb30 {
    margin-bottom: 30px !important;
  }

  .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .sp-mb50 {
    margin-bottom: 50px !important;
  }
}
