@charset "UTF-8";

@cherset 'utf-8';

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 
  /**
建築作品
 */
 
 
 
 .sample10 {
	width:			400px;
	height:			400px;
	overflow:		hidden;
	margin:			3px 1px 3px 9px;
	position:		relative;
}
.sample10 .caption {
	font-size:		130%;
	color:			#fff;
	padding-top:		10px;
	text-align: 		center;
}
.sample10 .mask {
	width:			100%;
	height:			40px;
	position:		absolute;
	bottom:			-40px;	/* 枠の上に置いて表示しない */
	left:			0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample10:hover .mask {
	bottom:		0px;	/* 下に降りてくるように見せる */
}
.sample10 img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(1.0);	/* 1.2倍の大きさで表示する場合は1.1 */
	transform:		scale(1.0);
}
.sample10:hover img {
	margin-tbottom:		40px;			/* 画像の絵を下にずらす */
	-webkit-transform:	scale(1);	/* 元の大きさに戻す */
	transform:		scale(1);
}
 
 
 
 
 
 
 
 
 
 
 
 
 /**
slick-slider
 */
 
.slider6-wrap {
  width: 720px;
  margin: 0 auto;
  position: relative;
}
.slider-6 .slick-slide {
  height: 480px;
  overflow: hidden;
}
.slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs_dots {
  margin: 10px 0 0;
}
.thumbs_list li {
  display: inline-block;
  width: 144px;
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.thumbs_list li.slick-active {
  opacity: 1;
}



 
 
 
 

 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}







/* ==========================================================================
   アンカー位置の調整
   ========================================================================== */




br.anchor{
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}

br.anchor2{
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}




/* ==========================================================================
   ドロップメニュー
   ========================================================================== */




#dropmenu{
  list-style-type: none;
  width: 980px;
  height: 59px;
  margin: 20px auto -10px;
  padding: 0;
  border-radius: 2px 2px 0 0;
}
#dropmenu li{
  position: relative;
  width: 12.25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 8px 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #F4F4F4;
  color: #000;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li ul li{
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
}

#dropmenu li ul li a{
  padding: 13px 15px;
  background: #C8C8C8;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}


#dropmenu li ul li.change{
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 0;
  color: #00F;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
}

#dropmenu li ul li.change a{
  padding: 13px 15px;
  background: #E7E7F3;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}




#dropmenu li ul li ol{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}


#dropmenu li ul li ol li{
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 0;
  color: #00F;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
}


#dropmenu li ul li ol li a{
  padding: 13px 15px;
  background: #E0E0EF;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}



/* ==========================================================================
   ドロップの高さ
   ========================================================================== */

#dropmenu li:hover ul li{
  overflow: visible;
  height: 52px;
  border-top: 2px solid #D0D0D0;
  border-bottom: 2px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}









/*----------------------------------------------------------------------------------*/
.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;

}
.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #BBC9FF;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*----------------------------------------------------------------------------------*/















/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, h2, h3, h4 {
  font-size: 1em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* ==========================================================================
サイト全体/共通部分の設定
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: Verdana,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  color: #535353;
  font-size: 1.3em;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
}

img {
  vertical-align: bottom;
}

a {
  color: #535353;
  text-decoration: none;
}

a:hover {
  color: #535353;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}

a:hover {
  color: #c7ae95;
}

.tableCell {
  display: table-cell;
}

.rolloverJS img:hover {
  opacity: 1;
}

/* ==========================================================================
レイアウト
   ========================================================================== */
.header,
.mainImage,
.gnav,
.footer {
  width: 100%;
  min-width: 980px;
}

.headerInner,
.gnavInner,
.contentInner,
.footerContact,
.footerInner {
  width: 980px;
  margin: 0 auto;
}

/* ==========================================================================
ヘッダー
   ========================================================================== */
.header {
  padding-top: 100px;
}

.headerTop {
  width: 100%;
  background: #fff;
  height: 100px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d2d2d2;
}

.headerInner {
  position: relative;
  height: 79px;
  z-index: 99;
  background: #fff;
  overflow: hidden;
}
.headerInner .h1 {
  padding-top: 14px;
  float: left;
}
.headerInner .headerAddr {
  position: absolute;
  top: 15px;
  left: 341px;
}
.headerInner .headerAddr li {
  display: inline-block;
}
.headerInner .headerAddr li:first-child {
  margin-right: 11px;
}
.headerInner .headerBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}
.headerInner .headerBtn .headBtn {
  width: 121px;
  height: 60px;
  text-align: left;
}
.headerInner .headerBtn .btn1 {
  padding-right: 10px;
}
.headerInner .headerBtn .tableCell {
  vertical-align: top;
}
.headerInner .topNav {
  margin-left: 454px;
}
.headerInner .topNav ul {
  padding: 71px 0 0 0;
}
.headerInner .topNav li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 23px;
}
.headerInner .topNav li a {
  display: block;
}
.headerInner .topNav li img {
  vertical-align: middle;
}
.headerInner .topNav li:first-child {
  padding-left: 5px;
}

/* ==========================================================================
グローバルナビゲーション
   ========================================================================== */
.gnav {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #d2d2d2;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99;
}

.gnavInner li {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
.gnavInner li a {
  display: block;
}
.gnavInner li:after {
  content: '';
  border-left: 1px solid #d2d2d2;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.gnavInner .concept {
  width: 98px;
  text-align: left;
}
.gnavInner .concept:after {
  content: '';
  border: 0;
}
.gnavInner .works {
  width: 109px;
}
.gnavInner .interview {
  width: 181px;
}
.gnavInner .flow {
  width: 153px;
}
.gnavInner .afterfollow {
  width: 164px;
}
.gnavInner .sellection {
  width: 165px;
}
.gnavInner .seminer {
  width: 116px;
  text-align: right;
}

.mainImagBox {
  width: 100%;
  min-width: 980px;
  margin-top: 90px;
}

/* ==========================================================================
フッター
   ========================================================================== */
.footerContact {
  margin: 100px auto 50px auto;
background: url("../../../../../../img/banner/contact-back.png")
  border: 1px solid #d2d2d2;
  padding: 25px 0 20px 0;
}
.footerContact h3 {
  text-align: center;
  margin-bottom: 20px;
}
.footerContact ul {
  width: 882px;
  margin: 0 auto;
  overflow: hidden;
}
.footerContact li {
  width: 274px;
  height: 134px;
  padding: 12px;
  background: url("../../../../../../img/banner/contact-back.png") no-repeat left;
  float: left;
  margin-left: 30px;
}
.footerContact li:first-child {
  margin: 0;
}

.footer {
  background: url("../../../../../../img/footer/subtle_freckles.png");
}
.footer .footerInner {
  padding: 20px 0 55px 0;
  position: relative;
}
.footer .pageTop {
  display: block;
  width: 90px;
  height: 37px;
  position: absolute;
  top: -37px;
  right: -90px;
}
.footer .address {
  width: 470px;
  padding-top: 55px;
  background: url("../../../../../../img/footer/footer_logo_new.png") no-repeat top left;
  font-size: 0.95em;
  line-height: 1.6;
  float: left;
}
.footer .address h2 {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.footer .address address {
  font-style: normal;
  display: inline-block;
}
.footer .address .tableCell {
  vertical-align: middle;
}
.footer .address .tableCell:last-child {
  padding-left: .5em;
}
.footer .sitemap {
  width: 470px;
  padding-top: 85px;
  font-size: 0.9em;
  line-height: 1.8;
  float: left;
  min-height: 280px;
}
.footer .sitemap h3 {
  margin-bottom: 15px;
}
.footer .sitemap .sitemapLeft {
  float: left;
  width: 205px;
}
.footer .sitemap .sitemapRight {
  float: left;
  width: 165px;
}
.footer .sitemap .event {
  margin-bottom: 1em;
}
.footer .facebook {
  width: 260px;
  float: right;
  padding-top: 25px;
}
.footer .snsButton {
  clear: both;
}
.footer .snsButton li {
  height: 20px;
  float: left;
  margin-right: 15px;
}
.footer .copyright {
  height: 39px;
  line-height: 39px;
  color: #fff;
  background: #000066;
  text-align: center;
  margin: 0;
}
.footer .sideLink {
  width: 94px;
  position: fixed;
  right: 0;
  bottom: 39px;
  display: none;
}
.footer .sideLink .oriImg {
  display: inline-block;
  padding-left: 34px;
}

/* ==========================================================================
ホーム
   ========================================================================== */
.home {
  /*ローディング*/
}
.home .headerTop {
  border: 0;
  height: 90px;
}
.home .gnav {
  position: static;
}
.home .mainImagBox {
  margin: 0;
  max-height: 520px;
  height: 520px;
  position: relative;
}
.home .mainImagBox .mainImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
}
.home .flexslider {
  max-height: 490px;
  overflow: hidden;
}
.home .flexslider .slides {
  display: none;
}
.home .flexslider .flex-control-nav {
  bottom: 0;
}
.home .flexslider .flex-direction-nav a:before {
  line-height: 1;
}
.home .flexslider:hover .flex-direction-nav .flex-prev {
  left: 5%;
}
.home .flexslider:hover .flex-direction-nav .flex-next {
  right: 5%;
}
.home .flex-direction-nav a {
  display: none;
}
.home .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.9);
}
.home .flex-control-paging li a.flex-active, .home .flex-control-paging li a:hover {
  background: rgba(186, 184, 182, 0.9);
}
.home .mainImagBox .flex-direction-nav {
  width: 980px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  height: 51px;
}
.home .mainImagBox .flex-direction-nav a {
  width: 26px;
  height: 51px;
  display: block;
  opacity: 1;
  margin: 0;
}
.home .mainImagBox .flex-direction-nav .flex-next {
  top: 0;
  left: 0;
}
.home .mainImagBox .flex-direction-nav .flex-prev {
  top: 0;
  right: 0;
  left: auto;
}
.home .mainImagBox .flex-direction-nav a.flex-next:before {
  content: '';
  display: block;
  width: 26px;
  height: 51px;
  background: url("../../img/home/slide_l.png") no-repeat center center;
}
.home .mainImagBox .flex-direction-nav a.flex-prev:before {
  content: '';
  display: block;
  width: 26px;
  height: 51px;
  background: url("../../img/home/slide_r.png") no-repeat center center;
}
.home .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  border: 5px solid #eee7df;
  border-top-color: #999;
  -webkit-animation: fadeIn 2s 1 linear,loader 0.8s infinite linear;
  animation: fadeIn 2s 1 linear,loader 0.8s infinite linear;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
.homeContetn {
  width: 980px;
  margin: 0 auto;
  padding-top: 65px;
}
.homeContetn2 {
  width: 980px;
  margin: 0 auto;
  padding-top: 25px;
}

.homeContetn .topBtn li {
  display: table-cell;
  vertical-align: bottom;
}
.homeContetn2 .topBtn li {
  display: table-cell;
  vertical-align: bottom;
}

.homeContetn .topBtn .ori img {
  margin: 0 10px;
}
.homeContetn2 .topBtn .ori img {
  margin: 0 10px;
}

.homeContetn .homeBox header .tableCell {
  vertical-align: middle;
}
.homeContetn2 .homeBox header .tableCell {
  vertical-align: middle;
}

.homeContetn .homeBox header h2 {
  width: 895px;
}
.homeContetn2 .homeBox header h2 {
  width: 895px;
}

.homeContetn .homeBox header span {
  width: 65px;
}
.homeContetn2 .homeBox header span {
  width: 65px;
}

.homeContetn .homeBox h3 {
  font-weight: normal;
}
.homeContetn2 .homeBox h3 {
  font-weight: normal;
}


.homeContetn .homeBox .imgBox {
  position: relative;
  display: block;
}
.homeContetn2 .homeBox .imgBox {
  position: relative;
  display: block;
}

.homeContetn .homeBox .newIcon {
  position: absolute;
  top: -5px;
  left: -5px;
}
.homeContetn2 .homeBox .newIcon {
  position: absolute;
  top: -5px;
  left: -5px;
}

.homeContetn .homeBox .arowBox {
  display: block;
  background: url("../../img/home/home_arow.png") no-repeat right 96%;
}
.homeContetn2 .homeBox .arowBox {
  display: block;
  background: url("../../img/home/home_arow.png") no-repeat right 96%;
}

.homeContetn .homeBox .arowBox:hover {
  background-image: url("../../img/home/home_arow_on.png");
}
.homeContetn2 .homeBox .arowBox:hover {
  background-image: url("../../img/home/home_arow_on.png");
}

.homeContetn .interview header {
  border-bottom: 1px solid #d2d2d2;
  margin: 53px 0 14px 0;
  padding-bottom: 9px;
}
.homeContetn2 .interview header {
  border-bottom: 1px solid #d2d2d2;
  margin: 53px 0 14px 0;
  padding-bottom: 9px;
}

.homeContetn .interview h2 {
  padding-left: 23px;
}
.homeContetn2 .interview h2 {
  padding-left: 23px;
}

.homeContetn .interview .tableCell {
  vertical-align: top;
}
.homeContetn2 .interview .tableCell {
  vertical-align: top;
}

.homeContetn .interview article {
  width: 490px;
  padding: 0 20px;
}
.homeContetn2 .interview article {
  width: 490px;
  padding: 0 20px;
}

.homeContetn .interview article .imgBox {
  margin-bottom: 17px;
}

.homeContetn2 .interview article .imgBox {
  margin-bottom: 17px;
}
.homeContetn .interview article .number {
  color: #c7ae95;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

.homeContetn2 .interview article .number {
  color: #c7ae95;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

.homeContetn .interview article .copy {
  font-size: 1.3em;
}
.homeContetn2 .interview article .copy {
  font-size: 1.3em;
}

.homeContetn .interview article .copy span {
  display: block;
}
.homeContetn2 .interview article .copy span {
  display: block;
}

.homeContetn .works {
  margin-top: 50px;
}
.homeContetn2 .works {
  margin-top: 50px;
}

.homeContetn .works header {
  margin-bottom: 19px;
}
.homeContetn2 .works header {
  margin-bottom: 19px;
}

.homeContetn .works article {
  padding-right: 9px;
}
.homeContetn2 .works article {
  padding-right: 9px;
}


.homeContetn .works article .workListBox {
  border: 1px solid #d2d2d2;
  padding: 4px;
}
.homeContetn2 .works article .workListBox {
  border: 1px solid #d2d2d2;
  padding: 4px;
}


.homeContetn .works article .imgBox {
  margin-bottom: 8px;
}

.homeContetn2 .works article .imgBox {
  margin-bottom: 8px;
}


.homeContetn .works article:last-child {
  padding-right: 0;
}
.homeContetn2 .works article:last-child {
  padding-right: 0;
}


.homeContetn .works .newIcon {
  top: -9px;
  left: -9px;
}
.homeContetn .works .arowBox {
  display: block;
  background: url("../../img/home/home_arow.png") no-repeat 98.39% 97%;
}
.homeContetn .event .eventBox {
  display: table;
  width: 100%;
}
.homeContetn .event .imgBox {
  display: table-cell;
  width: 200px;
  text-align: center;
}
.homeContetn .event .imgBox img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.homeContetn .event .titleBox {
  padding-left: 18px;
}
.homeContetn .event .titleBox h3 {
  font-size: 1.15em;
  margin-bottom: 10px;
}
.homeContetn .event .titleBox p, .homeContetn .event .titleBox dl {
  font-size: 0.9em;
  margin-right: 25px;
}
.homeContetn .event .titleBox dt, .homeContetn .event .titleBox dd {
  display: table-cell;
  vertical-align: top;
}
.homeContetn .event .titleBox dt {
  color: #c7ae95;
}
.homeContetn .event .titleBox dt span {
  padding-left: 1em;
  display: inline-block;
}
.homeContetn .event .titleBox dt:after {
  content: '：';
}
.homeContetn .event .titleBox dd {
  color: #c7ae95;
}
.homeContetn .event .titleBox dd span {
  display: block;
}
.homeContetn .blog, .homeContetn .news {
  padding-top: 50px;
  width: 485px;
}
.homeContetn .blog header span, .homeContetn .news header span {
  padding-right: 20px;
}
.homeContetn .blog time, .homeContetn .news time {
  color: #c7ae95;
  line-height: 1.1;
  font-size: 0.9em;
}
.homeContetn .news dl {
  margin-left: 20px;
}
.homeContetn .news dd {
  width: 340px;
}
.homeContetn .news dd a {
  text-decoration: underline;
}
.homeContetn .news p {
  line-height: 1.8;
  margin-bottom: 5px;
}
.homeContetn .blog {
  padding-left: 10px;
}
.homeContetn .blog article {
  width: 445px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.homeContetn .blog .tableCell {
  vertical-align: middle;
}
.homeContetn .blog .imgBox {
  display: table-cell;
}
.homeContetn .blog .titleBox {
  padding-left: 20px;
}
.homeContetn .blog .titleBox h3 {
  margin-bottom: 5px;
  font-size: 1.15em;
}
.homeContetn .blog .titleBox p {
  margin-right: 25px;
  font-size: 0.9em;
}
.homeContetn .sellection {
  margin-top: 40px;
  padding: 20px 9px 0 19px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.homeContetn .sellection header {
  margin: 0 10px 15px 0;
}
.homeContetn .sellection li {
  margin: 0 10px 20px 0;
  float: left;
  width: 465px;
}
.homeContetn .seminer {
  margin-top: 40px;
  background: #d2d2d2;
  padding: 20px 0 10px 0;
  overflow: hidden;
}
.homeContetn .seminer header {
  margin: 0 20px 35px 20px;
}
.homeContetn .seminer li {
  float: left;
  width: 465px;
  vertical-align: top;
  margin: 0 0 20px 20px;
}
.homeContetn .seminer li .arowBox {
  display: table;
  width: 100%;
}
.homeContetn .seminer li span, .homeContetn .seminer li img {
  display: table-cell;
  vertical-align: top;
}
.homeContetn .seminer li span {
  width: 265px;
  padding: 0 20px 0 20px;
  font-size: 1.15em;
  text-align: left;
}
.homeContetn .seminer .right {
  margin-left: 30px;
  width: 445px;
}

/* ==========================================================================
下層共通
   ========================================================================== */
.subContainer {
  /*メインコンテンツ*/
  /*一覧ページのページネーション*/
}
.subContainer .gnav {
  padding: 9px 0 12px 0;
}
.subContainer .mainImagBox {
  display: block;
  height: 280px;
}
.subContainer .contentInner {
  padding-top: 28px;
}
.subContainer .pan {
  /*パンくずリスト*/
  line-height: 1;
  font-size: 0.85em;
  margin-bottom: 45px;
}
.subContainer .pan .tableCell {
  vertical-align: bottom;
}
.subContainer .pan li {
  display: table-cell;
  vertical-align: bottom;
}
.subContainer .pan li:after {
  content: '>';
  padding: 0 0.5em;
}
.subContainer .pan .pageTitle {
  color: #c7ae95;
  font-weight: normal;
}
.subContainer .entryContent {
  padding: 0 100px;
}
.subContainer .pageNationCat {
  text-align: center;
  margin-top: 25px;
}
.subContainer .pageNationCat .paged {
  display: inline-block;
  border: 1px solid #c7ae95;
  padding: 0 5px;
  margin: 0 5px;
  color: #c7ae95;
}
.subContainer .pageNationCat a {
  display: inline-block;
  border: 1px solid #c7ae95;
  padding: 0 5px;
  color: #c7ae95;
  margin: 0 5px;
}
.subContainer .pageNationCat a:hover {
  color: #000;
}
.subContainer .pageNationCat .next, .subContainer .pageNationCat .prev {
  border: 0;
}
.subContainer .pageNationCat .current {
  display: inline-block;
  border: 1px solid #c7ae95;
  background: #c7ae95;
  padding: 0 5px;
  color: #fff;
  margin: 0 5px;
}

/*コンテンツ上部のナビ*/
.subCatNav {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin-bottom: 10px;
}
.subCatNav li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #d2d2d2;
  padding: 0 5px;
  text-align: center;
}
.subCatNav li a:hover {
  background: #f4efea;
  display: block;
}

/*メールフォール*/
.formBox p {
  line-height: 1.8;
}
.formBox strong {
  color: #c7ae95;
}
.formBox .tel {
  margin: 30px 0 40px;
}
.formBox h4 {
  margin: 0 0 10px 20px;
}
.formBox .form {
  width: 740px;
  margin: 0 20px;
  padding: 40px;
  border: 1px solid #d2d2d2;
}
.formBox .form dl {
  display: table;
  margin-bottom: 30px;
}
.formBox .form dt, .formBox .form dd {
  display: table-cell;
  vertical-align: middle;
}
.formBox .form dt {
  width: 195px;
}
.formBox .form dt span {
  color: #c7ae95;
}
.formBox .form dd {
  width: 463px;
}
.formBox .form dd input[type="text"], .formBox .form dd input[type="email"] {
  width: 100%;
}
.formBox .form dd textarea {
  width: 100%;
}
.formBox .form .message dt, .formBox .form .message dt {
  vertical-align: top;
}
.formBox .form .kojin dt, .formBox .form .kojin dd {
  display: block;
  width: 100%;
}
.formBox .form .submitBtn {
  display: block;
  text-align: center;
  padding: 20px 0 30px 0;
  border-top: 1px solid #fff;
}
.formBox .form .submitBtn input {
  width: 240px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
  background: url("../../img/event/submit_btn.png") no-repeat bottom;
  border: 0;
  cursor: pointer;
}
.formBox .form .submitBtn input:hover {
  background: url("../../img/event/submit_btn.png") no-repeat top;
}

.formBox780 .form {
  width: 780px;
  margin: 0;
}
.formBox780 .form .formTitle {
  text-align: center;
  margin: 0 0 33px 0;
}
.formBox780 .form .send {
  margin-bottom: 20px;
}
.formBox780 .form dd {
  width: 473px;
}

/* ==========================================================================
コンセプト
   ========================================================================== */
.subContainer .conceptMainImgBox {
  background: url("../../img/concept_top_img.jpg") no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox2 {
  background: url("../../../../../../img/banner/quake_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox3 {
  background: url("../../../../../../img/banner/top_05.jpg")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox4 {
  background: url("../../../../../../img/banner/diagnosis_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox5 {
  background: url("../../../../../../img/banner/advantage_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox6 {
  background: url("../../../../../../img/banner/company_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}


.subContainer .conceptMainImgBox7 {
  background: url("../../../../../../img/banner/contact_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox8 {
  background: url("../../../../../../img/banner/column_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox9 {
  background: url("../../../../../../img/banner/diagnosis_00b.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox10 {
  background: url("../../../../../../img/banner/recruit_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox11 {
  background: url("../../../../../../img/banner/info_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox12 {
  background: url("../../../../../../img/banner/top_02.jpg")no-repeat center top;
  background-size: 100% auto;
}

.subContainer .conceptMainImgBox12 {
  background: url("../../../../../../img/banner/works_00.fw.png")no-repeat center top;
  background-size: 100% auto;
}



.conceptPage .conceptTop {
  padding-bottom: 545px;
  background: url("../../img/concept/concept_back.jpg") no-repeat bottom;
}
.conceptPage .conceptTop p {
  margin-top: 55px;
  text-align: center;
}
.conceptPage .conceptBox {
  width: 778px;
  border: 1px solid #d2d2d2;
  margin: 40px auto 65px auto;
}
.conceptPage .conceptBox .conceptBoxTop h2 {
  margin: 30px 20px 0 23px;
  padding-top: 35px;
  height: 289px;
  background: url("../../img/concept/concept_style2.jpg") no-repeat right top;
}
.conceptPage .conceptBox .conceptBoxTop p {
  margin: 0 20px 30px 23px;
  padding: 60px 0 0 310px;
  height: 290px;
  background-image: url("../../img/concept/concept_style1.jpg"), url("../../img/concept/concept_border.jpg");
  background-repeat: no-repeat,no-repeat;
  background-position: left top,center bottom;
}
.conceptPage .conceptBox .conceptBoxBottom h2 {
  margin: 66px 62px 0 10px;
  padding: 20px 0 0 457px;
  height: 289px;
  background: url("../../img/concept/concept_total2.jpg") no-repeat left top;
}
.conceptPage .conceptBox .conceptBoxBottom p {
  margin: 50px 30px 80px 30px;
  height: 185px;
  background: url("../../img/concept/concept_total1.jpg") no-repeat right bottom;
}
.conceptPage .conceptMember {
  border-top: 3px dotted #f2efeb;
  padding-top: 540px;
  background: url("../../img/concept/concept_member.jpg") no-repeat center 70px;
}
.conceptPage .conceptMember .omoiBox {
  width: 778px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
}
.conceptPage .conceptMember .omoiBox h2 {
  padding: 28px 28px 60px 28px;
}
.conceptPage .conceptMember .omoiBox p {
  padding: 0 0 38px 28px;
}

/* ==========================================================================
理想の家づくり
   ========================================================================== */
.subContainer .how-toMainImgBox {
  background: url("../../img/page_howto_top_img.jpg") no-repeat center top;
  background-size: cover;
}
.subContainer .contentLayout2 .contentInner {
  width: 100%;
}
.subContainer .contentLayout2 .contentInner .pan {
  width: 980px;
  margin: 0 auto 35px auto;
}

.howtoPage .topText {
  width: 980px;
  height: 302px;
  margin: 0 auto;
  background: url("../../img/howto/howto_top_text_bc.png") no-repeat top center;
}
.howtoPage .topText p {
  width: 398px;
  margin: 0 auto;
  padding-top: 166px;
}
.howtoPage .rosouImg {
  width: 783px;
  margin: 0 auto;
  padding: 55px 0 38px 0;
}
.howtoPage .wanaBox {
  width: 100%;
  padding: 70px 0;
  background: url("../../img/howto/wana_back.jpg") repeat-x center;
}
.howtoPage .wanaBox .wana {
  width: 778px;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  padding: 17px 0 40px 0;
  background: #fff;
}
.howtoPage .wanaBox .wana h2 {
  text-align: center;
}
.howtoPage .wanaBox .wana ul {
  margin: 0 0 40px 100px;
}
.howtoPage .wanaBox .wana p {
  margin: 0 0 35px 78px;
}
.howtoPage .wanaBox .wana .text2 {
  margin-bottom: 0;
}
.howtoPage .kodawari {
  width: 780px;
  margin: 0 auto;
}
.howtoPage .kodawari h2 {
  padding: 65px 0 63px 0;
}
.howtoPage .kodawari li {
  width: 778px;
  border: 2px solid #59adc8;
  padding: 3px;
  margin-bottom: 48px;
}
.howtoPage .kodawari li .kodawariList {
  display: block;
  border: 1px solid #59adc8;
  min-height: 269px;
  position: relative;
}
.howtoPage .kodawari li .kodawariList .kodawariImg {
  position: absolute;
}
.howtoPage .kodawari li .list1 .kodawariTitle, .howtoPage .kodawari li .list3 .kodawariTitle {
  margin: 33px 0 35px 43px;
}
.howtoPage .kodawari li .list1 .kodawariText, .howtoPage .kodawari li .list3 .kodawariText {
  width: 277px;
  margin-left: 39px;
}
.howtoPage .kodawari li .list1 .kodawariImg, .howtoPage .kodawari li .list3 .kodawariImg {
  position: absolute;
  right: -12px;
  top: -12px;
}
.howtoPage .kodawari li .list2 .kodawariTitle, .howtoPage .kodawari li .list4 .kodawariTitle {
  margin: 33px 0 35px 453px;
}
.howtoPage .kodawari li .list2 .kodawariText, .howtoPage .kodawari li .list4 .kodawariText {
  width: 277px;
  margin-left: 453px;
  padding-bottom: 10px;
}
.howtoPage .kodawari li .list2 .kodawariImg, .howtoPage .kodawari li .list4 .kodawariImg {
  position: absolute;
  left: -11px;
  top: -18px;
}
.howtoPage .kodawari li .list4 .kodawariTitle {
  margin-bottom: 20px;
}
.howtoPage .artStyle {
  width: 780px;
  margin: 0 auto;
}
.howtoPage .artStyle figcaption {
  padding: 52px 0 40px 0;
}
.howtoPage .artStyle img {
  margin-bottom: 10px;
}

/* ==========================================================================
建築実績
   ========================================================================== */
.subContainer {
  /*アーカイブページ*/
}
.subContainer .worksMainImgBox {
  background: url("../../img/works_top_img.jpg") no-repeat center top;
  background-size: cover;
}
.subContainer .pan .panEnd {
  color: #c7ae95;
}
.subContainer .pan .panEnd:after {
  content: '';
}

/*アーカイブページ*/
.archiveBox h2 {
  padding-bottom: 30px;
  text-align: center;
}
.archiveBox .worksCatList li {
  display: table-cell;
  vertical-align: top;
}
.archiveBox .worksCatList a {
  display: block;
  width: 245px;
  height: 580px;
}
.archiveBox .worksCatList a:hover img {
  opacity: 1;
}
.archiveBox .worksCatList .home {
  background: url("../../img/works/works_home.jpg") no-repeat center top;
}
.archiveBox .worksCatList .reform {
  background: url("../../img/works/works_reform.jpg") no-repeat center top;
}
.archiveBox .worksCatList .shop {
  background: url("../../img/works/works_shop.jpg") no-repeat center top;
}
.archiveBox .worksCatList .apartment {
  background: url("../../img/works/works_apartment.jpg") no-repeat center top;
}
.archiveBox .worksCatList li:hover {
  background-position: center bottom;
}


/*アーカイブページ*/
.archiveBox2 h2 {
  padding-bottom: 30px;
  text-align: center;
}
.archiveBox2 .worksCatList li {
  display: table-cell;
  vertical-align: top;
}
.archiveBox2 .worksCatList a {
  display: block;
  width: 940px;
  height: 580px;
}
.archiveBox2 .worksCatList a:hover img {
  opacity: 1;
}
.archiveBox2 .worksCatList .home {
  background: url("../../img/works/works_home.jpg") no-repeat center top;
}
.archiveBox2 .worksCatList .reform {
  background: url("../../img/works/works_reform.jpg") no-repeat center top;
}
.archiveBox2 .worksCatList .shop {
  background: url("../../img/works/works_shop.jpg") no-repeat center top;
}
.archiveBox2 .worksCatList .apartment {
  background: url("../../img/works/works_apartment.jpg") no-repeat center top;
}
.archiveBox2 .worksCatList li:hover {
  background-position: center bottom;
}








/*カテゴリーページ*/
.catBox header h2 {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 49px;
}
.catBox header nav ul {
  height: 110px;
  padding: 25px 0 0 734px;
}
.catBox header nav li {
  margin-bottom: 3px;
}
.catBox header nav li a {
  color: #000;
}
.catBox header nav li a:hover {
  color: #c7ae95;
}
.catBox header nav li:before {
  content: '>';
  padding-right: 0.5em;
}
.catBox header nav .navShop span {
  padding-left: 1em;
}
.catBox header .home {
  background: url("../../img/works/works_icn_home_back.png") no-repeat center top;
}
.catBox header .shop {
  background: url("../../img/works/works_icn_shop_back.png") no-repeat center top;
}
.catBox header .apartment {
  background: url("../../img/works/works_icn_apartment_back.png") no-repeat center top;
}
.catBox header .reform {
  background: url("../../img/works/works_icn_reform_back.png") no-repeat center top;
}
.catBox .catList {
  margin: 45px auto 0 auto;
  width: 924px;
}
.catBox .catList li {
  float: left;
  padding: 8px 4px;
  position: relative;
}
.catBox .catList li dl {
  width: 300px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 6px 0;
}
.catBox .catList li dl dt {
  text-align: center;
  margin-bottom: 8px;
}
.catBox .catList li dl dd {
  padding: 0 20px 3px 6px;
  font-size: 0.9em;
  background: url("../../img/arow.png") no-repeat 282px 50%;
}
.catBox .catList li .newIcon {
  position: absolute;
  top: -2px;
  left: -2px;
}
.catBox .catTop {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #d2d2d2;
  display: inline-block;
  text-align: center;
  width: 100%;
}

/*詳細ページ*/
.worksEntry {
  width: 880px;
  margin: 0 50px 0 50px;
}
.worksEntry img {
  max-width: 880px;
}
.worksEntry .home {
  background: url("../../img/works/works_icn_home_back.png") no-repeat center top;
}
.worksEntry .shop {
  background: url("../../img/works/works_icn_shop_back.png") no-repeat center top;
}
.worksEntry .apartment {
  background: url("../../img/works/works_icn_apartment_back.png") no-repeat center top;
}
.worksEntry .reform {
  background: url("../../img/works/works_icn_reform_back.png") no-repeat center top;
}
.worksEntry header {
  width: 880px;
  margin: 0 0 15px 0;
  height: 110px;
}
.worksEntry header .tableCell {
  height: 110px;
  vertical-align: bottom;
}
.worksEntry header h2 {
  padding-bottom: 30px;
  width: 370px;
  font-size: 1.15em;
  font-weight: normal;
}
.worksEntry header nav {
  width: 510px;
  padding-left: 310px;
}
.worksEntry header nav ul {
  padding-bottom: 10px;
}
.worksEntry header nav li {
  margin-bottom: 3px;
}
.worksEntry header nav li a {
  color: #000;
}
.worksEntry header nav li a:hover {
  color: #c7ae95;
}
.worksEntry header nav li:before {
  content: '>';
  padding-right: 0.5em;
}
.worksEntry header nav .navShop span {
  padding-left: 1em;
}
.worksEntry .flexslider {
  opacity: 0;
  min-height: 500px;
}
.worksEntry .flexslider .slides img {
  max-height: 600px;
  width: auto;
  margin: 0 auto;
}
.worksEntry .flex-control-thumbs {
  margin-top: 10px;
}
.worksEntry .flex-control-thumbs li {
  width: 101px;
  height: 101px;
  margin: 0 10px 10px 0;
}
.worksEntry .textBox {
  margin: 40px 0;
}
.worksEntry .textBox p {
  line-height: 2;
}
.worksEntry .dataBox {
  background: #f5f1ec;
  padding: 27px 20px 25px 0;
  position: relative;
}
.worksEntry .dataBox h3 {
  position: absolute;
  top: 0;
  left: 19px;
}
.worksEntry .dataBox .tableCell {
  vertical-align: top;
}
.worksEntry .dataBox p {
  font-size: 0.9em;
}
.worksEntry .dataBox .bikou1 {
  padding: 0 35px 0 133px;
  border-right: 1px solid #c9c6c3;
}
.worksEntry .dataBox .bikou1 strong {
  font-size: 1.25em;
}
.worksEntry .dataBox .bikou2 {
  padding-left: 35px;
}

.pagination {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d2d2d2;
}
.pagination span {
  display: table-cell;
  vertical-align: middle;
}
.pagination .catTopBack {
  text-align: center;
  width: 780px;
}
.pagination .prevBox {
  text-align: left;
  width: 100px;
}
.pagination .nextBox {
  text-align: right;
  width: 100px;
}

.naviNext .catTopBack {
  width: 880px;
  padding-left: 100px;
}

.naviPrev .catTopBack {
  width: 880px;
  padding-right: 100px;
}

.naviZero .catTopBack {
  width: 980px;
  padding: 0;
}

/* ==========================================================================
お客様インタビュー
   ========================================================================== */
.subContainer .interviewMainImgBox {
  background: url("../../img/interview_top_img.jpg") no-repeat center top;
  background-size: cover;
}

/*一覧*/
.interviewArcTitle {
  margin: 35px 0 30px 0;
  text-align: center;
}

.interviewArcBox .tableCell {
  vertical-align: middle;
}
.interviewArcBox article:hover {
  background: url("../../img/interview_arc_arow_on.png") no-repeat right bottom;
}
.interviewArcBox article {
  border: 1px solid #d2d2d2;
  padding: 6px 0 6px 6px;
  margin-bottom: 20px;
  position: relative;
  background: url("../../img/interview_arc_arow.png") no-repeat right bottom;
}
.interviewArcBox article figure {
  padding-right: 28px;
}
.interviewArcBox article .number {
  color: #c7ae95;
  padding-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
.interviewArcBox article h2 {
  font-size: 1.3em;
  padding: 0 10px 10px 0;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #d2d2d2;
}
.interviewArcBox article h2 span {
  display: block;
}
.interviewArcBox article dl {
  padding: 25px 30px 0 0;
}
.interviewArcBox article dt {
  color: #c7ae95;
  margin-bottom: 5px;
}
.interviewArcBox article .newIcon {
  position: absolute;
  top: -5px;
  left: -8px;
}
.interviewArcBox .pageNationCat {
  margin-top: 100px;
}

/*詳細ページ*/
.interviewEntry {
  border: 1px solid #f2efeb;
  width: 780px;
  padding: 14px 19px 29px 19px;
  margin: 0 auto;
}
.interviewEntry header h2 {
  font-size: 0.9em;
  margin-bottom: 25px;
  color: #c7ae95;
}
.interviewEntry header p {
  text-align: center;
}
.interviewEntry header .number {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  color: #c7ae95;
}
.interviewEntry header .copy {
  font-size: 1.5em;
  color: #000;
  margin: 5px 0 25px 0;
  letter-spacing: 2px;
}
.interviewEntry header figure {
  overflow: hidden;
}
.interviewEntry header figure span {
  display: block;
}
.interviewEntry header .mainImg {
  margin-bottom: 8px;
}
.interviewEntry header .mainImg img {
  width: 740px;
  height: auto;
}
.interviewEntry header .subImg1 {
  float: left;
}
.interviewEntry header .subImg1 img {
  width: 365px;
  height: auto;
}
.interviewEntry header .subImg2 {
  float: right;
}
.interviewEntry header .subImg2 img {
  width: 365px;
  height: auto;
}
.interviewEntry .editContent section {
  margin-top: 25px;
}
.interviewEntry .editContent section h3 {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dotted #535353;
  margin-bottom: 10px;
}
.interviewEntry .editContent section p {
  font-size: 0.95em;
  line-height: 1.7;
}
.interviewEntry .editContent section img {
  margin-top: 20px;
}
.interviewEntry .dataBox {
  background: #f5f1ec;
  margin-top: 45px;
  padding: 27px 20px 25px 0;
  position: relative;
}
.interviewEntry .dataBox h3 {
  position: absolute;
  top: 0;
  left: 19px;
}
.interviewEntry .dataBox .tableCell {
  vertical-align: top;
}
.interviewEntry .dataBox p {
  font-size: 0.9em;
}
.interviewEntry .dataBox .bikou1 {
  padding: 0 35px 0 133px;
  border-right: 1px solid #c9c6c3;
}
.interviewEntry .dataBox .bikou1 strong {
  font-size: 1.25em;
}
.interviewEntry .dataBox .bikou2 {
  padding-left: 35px;
}

.paginationIn {
  width: 780px;
  border: 0;
  margin: 0 auto;
}

.naviAllIn .catTopBack {
  text-align: center;
  width: 580px;
}
.naviAllIn .prevBox {
  text-align: left;
  width: 100px;
}
.naviAllIn .nextBox {
  text-align: right;
  width: 100px;
}

.naviNextIn .catTopBack {
  width: 680px;
  padding-left: 100px;
}

.naviPrevIn .catTopBack {
  width: 680px;
  padding-right: 100px;
}

.naviZeroIn .catTopBack {
  width: 780px;
  padding: 0;
}

/* ==========================================================================
家づくりの流れ
   ========================================================================== */
.subContainer .flowMainImgBox {
  background: url("../../img/flow_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.flowEntry {
  padding-top: 15px;
}
.flowEntry .topText {
  margin-bottom: 45px;
}
.flowEntry .flowBox {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
.flowEntry .flowStep dl {
  position: absolute;
}
.flowEntry .flowStep dt {
  margin-bottom: 13px;
}
.flowEntry .flowStep dd {
  line-height: 1.9;
}
.flowEntry .step1 .flowBox {
  background-image: url("../../img/flow/step1_back.jpg");
  height: 850px;
}
.flowEntry .step1 .box1 {
  top: 50px;
  left: 182px;
  width: 450px;
}
.flowEntry .step1 .box2 {
  top: 206px;
  left: 302px;
  width: 450px;
}
.flowEntry .step1 .box3 {
  top: 364px;
  left: 422px;
  width: 460px;
}
.flowEntry .step1 .box4 {
  top: 520px;
  right: 497px;
  width: 370px;
  text-align: right;
}
.flowEntry .step1 .box4 dd {
  text-align: left;
}
.flowEntry .step1 .box5 {
  top: 679px;
  right: 376px;
  width: 460px;
  text-align: right;
}
.flowEntry .step2 .flowBox {
  background-image: url("../../img/flow/step2_back.jpg");
  height: 756px;
}
.flowEntry .step2 .box1 {
  top: 50px;
  left: 183px;
  width: 460px;
}
.flowEntry .step2 .box2 {
  top: 206px;
  left: 303px;
  width: 460px;
}
.flowEntry .step2 .box3 {
  top: 364px;
  left: 423px;
  width: 460px;
}
.flowEntry .step2 .box4 {
  top: 523px;
  right: 497px;
  width: 375px;
  text-align: right;
}
.flowEntry .step2 .box4 dd {
  text-align: left;
}
.flowEntry .step3 .flowBox {
  background-image: url("../../img/flow/step3_back.jpg");
  height: 1020px;
}
.flowEntry .step3 .box1 {
  top: 50px;
  left: 183px;
  width: 355px;
}
.flowEntry .step3 .box2 {
  top: 206px;
  left: 303px;
  width: 460px;
}
.flowEntry .step3 .box3 {
  top: 364px;
  left: 423px;
  width: 360px;
}
.flowEntry .step3 .box4 {
  top: 523px;
  right: 497px;
  width: 370px;
  text-align: right;
}
.flowEntry .step3 .box4 dd {
  text-align: right;
}
.flowEntry .step3 .box5 {
  top: 677px;
  right: 376px;
  width: 355px;
  text-align: right;
}
.flowEntry .step3 .box5 dd {
  text-align: right;
}
.flowEntry .step3 .box6 {
  top: 819px;
  right: 271px;
  width: 320px;
  text-align: right;
}
.flowEntry .step3 .box6 dd {
  text-align: right;
}
.flowEntry .step4 .flowBox {
  background-image: url("../../img/flow/step4_back.jpg");
  height: 1399px;
}
.flowEntry .step4 .box1 {
  top: 47px;
  left: 169px;
  width: 310px;
}
.flowEntry .step4 .box2 {
  top: 191px;
  left: 243px;
  width: 420px;
}
.flowEntry .step4 .box3 {
  top: 334px;
  left: 323px;
  width: 360px;
}
.flowEntry .step4 .box4 {
  top: 476px;
  left: 402px;
  width: 360px;
}
.flowEntry .step4 .box5 {
  top: 619px;
  left: 477px;
  width: 355px;
}
.flowEntry .step4 .box6 {
  top: 762px;
  right: 473px;
  width: 260px;
  text-align: right;
}
.flowEntry .step4 .box6 dd {
  text-align: right;
}
.flowEntry .step4 .box7 {
  top: 904px;
  right: 394px;
  width: 330px;
  text-align: right;
}
.flowEntry .step4 .box7 dd {
  text-align: right;
}
.flowEntry .step4 .box8 {
  top: 1047px;
  right: 313px;
  width: 470px;
  text-align: right;
}
.flowEntry .step4 .box8 dd {
  text-align: right;
}
.flowEntry .step4 .box9 {
  top: 1188px;
  right: 236px;
  width: 410px;
  text-align: right;
}
.flowEntry .step4 .box9 dd {
  text-align: right;
}
.flowEntry .step5 .flowBox {
  background-image: url("../../img/flow/step5_back.jpg");
  height: 364px;
}
.flowEntry .step5 .box1 {
  top: 49px;
  left: 177px;
  width: 460px;
}
.flowEntry .step5 .box2 {
  top: 203px;
  left: 297px;
  width: 370px;
}
.flowEntry .step5 .box3 {
  position: absolute;
  top: 317px;
  left: 373px;
  width: 360px;
  font-size: 0.9em;
}

/* ==========================================================================
アクティブアートセレクション
   ========================================================================== */
.subContainer .sellectionMainImgBox {
  background: url("../../img/sellection_top_img.jpg") no-repeat center top;
  background-size: cover;
}
.subContainer .sellectionInner {
  width: 1000px;
}
.subContainer .sellectionInner .pan {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.sellectionBox {
  overflow: hidden;
}
.sellectionBox article {
  width: 488px;
  height: 248px;
  background-image: url("../../img/sellection/sellection_box.png");
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  margin: 0 6px 14px 6px;
}
.sellectionBox article h2 {
  width: 480px;
  margin: 0 auto;
  padding: 19px 0 16px 0;
  text-align: left;
}
.sellectionBox article h2 img {
  height: 49px;
  width: auto;
}
.sellectionBox article .listImg {
  width: 480px;
  margin: 0 auto;
}
.sellectionBox article a:hover img {
  opacity: 1;
}
.sellectionBox article:hover {
  background-position: center bottom;
}



.sellectionBox2 {
  overflow: hidden;
}
.sellectionBox2 article {
  width: 940px;
  height: 248px;
  background-image: url("../../img/sellection/sellection_box.png");
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  margin: 0 6px 14px 6px;
}
.sellectionBox article h2 {
  width: 940px;
  margin: 0 auto;
  padding: 19px 0 16px 0;
  text-align: left;
}
.sellectionBox article h2 img {
  height: 49px;
  width: auto;
}
.sellectionBox article .listImg {
  width: 940px;
  margin: 0 auto;
}
.sellectionBox article a:hover img {
  opacity: 1;
}
.sellectionBox article:hover {
  background-position: center bottom;
}









/*詳細ページ*/
.sellectionEntry {
  width: 780px;
  padding: 0 20px;
  margin: 47px auto 0 auto;
  border-top: 1px solid #d2d2d2;
  padding-top: 30px;
}
.sellectionEntry .topImg h2 img {
  max-height: 52px;
  width: auto;
}
.sellectionEntry .topImg figure {
  margin: 29px 0 44px 0;
}
.sellectionEntry .topImg figure img {
  width: 740px;
  height: auto;
}
.sellectionEntry .editContent p {
  margin-bottom: 35px;
}
.sellectionEntry .editContent p > img {
  margin: 10px 0;
}
.sellectionEntry .editContent .imgInner {
  margin-bottom: 35px;
}
.sellectionEntry .editContent .imgInner .tableCell {
  vertical-align: top;
}
.sellectionEntry .editContent .imgInner img {
  padding: 0 25px 0 0;
}

.paginationSell {
  width: 780px;
  margin: 0 auto;
}

.naviAllSell .prevBox {
  width: 390px;
  text-align: left;
}
.naviAllSell .nextBox {
  width: 390px;
  text-align: right;
}

.naviPrevSell .prevBox {
  width: 780px;
  text-align: left;
}

.naviNextSell .nextBox {
  width: 780px;
  text-align: right;
}

.sellectMenu {
  width: 792px;
  margin: 0 auto;
  padding-top: 55px;
  overflow: hidden;
}
.sellectMenu h2 {
  margin: 0 0 16px 6px;
}
.sellectMenu li {
  float: left;
  width: 384px;
  margin: 0 6px 9px 6px;
}

/* ==========================================================================
イベントナビゲーション
   ========================================================================== */
.subCatNav .event {
  width: 179px;
  border: 0;
  padding-left: 0;
}
.subCatNav .ori {
  width: 209px;
}
.subCatNav .tours {
  width: 190px;
}
.subCatNav .info {
  width: 190px;
  padding-right: 0;
}

/* ==========================================================================
家づくりオリエンテーション
   ========================================================================== */
.subContainer .eventMainImgBox {
  background: url("../../img/event_top_img.jpg") no-repeat center top;
  background-size: cover;
}

/*オリエンテーションとは*/
.orientPage .topText {
  padding: 40px 0 0 20px;
}
.orientPage .topText p {
  margin-bottom: 30px;
}
.orientPage .listBox {
  margin: 50px 20px 55px 20px;
  border: 1px solid #f2f2f2;
  padding: 32px 58px;
}
.orientPage .listBox figcaption {
  margin-bottom: 17px;
}
.orientPage .linBtn {
  text-align: center;
}
.orientPage .koeBox {
  margin: 65px 0 45px 22px;
  overflow: hidden;
  width: 771px;
}
.orientPage .koeBox h2 {
  text-align: center;
  margin-bottom: 30px;
}
.orientPage .koeBox li {
  width: 240px;
  float: left;
  position: relative;
  margin: 0 17px 25px 0;
}
.orientPage .koeBox li img {
  width: 240px;
  height: auto;
}
.orientPage .koeBox .bigBtn {
  position: absolute;
  display: block;
  top: -15px;
  right: -8px;
}
.orientPage .koeBox .bigBtn img {
  width: auto;
}
.orientPage .tokuten h2 {
  text-align: center;
  background: url("../../img/event/page_ori_tokuten_bc.png") no-repeat 573px 0;
  padding: 20px 0 33px 0;
}
.orientPage .tokuten ul {
  margin: 27px 0 40px 29px;
}
.orientPage .tokuten ul li {
  display: table-cell;
  vertical-align: top;
}
.orientPage .tokuten ul li:first-child {
  padding-right: 30px;
}
.orientPage .tokuten .eigyou {
  padding: 40px 50px;
  height: 231px;
  width: 740px;
  margin: 0 auto 75px auto;
  background: url("../../img/event/eigyou_back.jpg") no-repeat top;
}
.orientPage .tokuten .eigyou h3 {
  text-align: center;
  margin-bottom: 30px;
}

/*オリエンテーション詳細*/
.eventEntry {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 50px;
  /*完成見学会*/
  /*完成見学会一覧*/
  /*イベントインフォメーション*/
}
.eventEntry .topHeader {
  padding-bottom: 15px;
  border-bottom: 1px dotted #594626;
}
.eventEntry .topHeader .date {
  display: block;
  color: #c7ae95;
  padding: 20px 0 20px 20px;
  font-size: 0.85em;
}
.eventEntry .topHeader p, .eventEntry .topHeader h2 {
  text-align: center;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
.eventEntry .syosai dl {
  width: 100%;
  height: 38px;
  border-bottom: 1px dotted #493a1f;
  border-left: 4px solid #d2d2d2;
  display: table;
}
.eventEntry .syosai dl dt, .eventEntry .syosai dl dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}
.eventEntry .syosai dt {
  width: 80px;
  text-align: center;
  background: #d2d2d2;
  padding: 0 5px 0 1px;
}
.eventEntry .syosai dd {
  padding: 0 5px 0 15px;
}
.eventEntry .syosai .date {
  height: 47px;
}
.eventEntry .syosai .date dd {
  font-size: 1.1em;
  font-weight: bold;
}
.eventEntry .syosai .date dd span {
  display: block;
  text-align: right;
}
.eventEntry .topBox {
  margin-top: 20px;
}
.eventEntry .topBox .tableCell {
  vertical-align: top;
}
.eventEntry .topBox .mainImg {
  padding-right: 30px;
}
.eventEntry .eventTextBox {
  margin-top: 50px;
}
.eventEntry .eventTextBox header {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #c7ae95;
}
.eventEntry .eventTextBox header .tableCell {
  vertical-align: middle;
}
.eventEntry .eventTextBox header h3 {
  height: 56px;
  line-height: 56px;
  padding-left: 80px;
  background: url("../../img/event/ori_icn.png") no-repeat left;
  font-size: 1.1em;
}
.eventEntry .eventTextBox header span {
  width: 207px;
}
.eventEntry .eventTextBox p {
  padding: 0 30px 0 20px;
}
.eventEntry .teacher .tableCell {
  vertical-align: top;
}
.eventEntry .teacher figure {
  padding: 0 20px;
}
.eventEntry .teacher figure img {
  max-width: 170px;
  height: auto;
}
.eventEntry .teacher dt {
  border-bottom: 1px dotted #493a1f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.eventEntry .teacher dt span {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 1em;
}
.eventEntry .syosaiBox {
  padding: 0 20px;
}
.eventEntry .syosaiBox .syousaiTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 18px;
}
.eventEntry .syosaiBox .syousaiTitle p {
  padding: 0;
}
.eventEntry .syosaiBox .tableCell {
  vertical-align: bottom;
}
.eventEntry .syosaiBox .tableLeft {
  width: 383px;
  padding-right: 48px;
}
.eventEntry .syosaiBox .tableRight {
  width: 383px;
}
.eventEntry .syosaiBox figure {
  margin: 30px 0;
}
.eventEntry .syosaiBox figure img {
  width: 740px;
  height: auto;
}
.eventEntry .syosaiBox .map {
  border: 0;
  width: 100%;
  background: none;
}
.eventEntry .syosaiBox .map dt, .eventEntry .syosaiBox .map dd {
  display: block;
}
.eventEntry .syosaiBox .map dt {
  font-weight: bold;
  border: 0;
  width: 100%;
  background: none;
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.eventEntry .syosaiBox .map dd {
  width: 740px;
  height: 280px;
  padding: 0;
}
.eventEntry .syosaiBox .map dd .eo-venue-map {
  z-index: 80;
  height: 270px !important;
}
.eventEntry .toursTopBox {
  padding: 10px 20px 0 20px;
}
.eventEntry .toursTopBox .syosai {
  margin-bottom: 20px;
}
.eventEntry .toursTopBox .syosai .place {
  border-bottom: 0;
}
.eventEntry .toursTopBox p {
  margin-bottom: 30px;
}
.eventEntry .toursTopBox .sanka {
  text-align: center;
}
.eventEntry .toursWakaru ul {
  display: table;
  margin: 27px 0;
}
.eventEntry .toursWakaru ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 19px;
}
.eventEntry .torusJyouzu strong {
  display: block;
  font-weight: bold;
}
.eventEntry .torusJyouzu ol {
  width: 740px;
  margin: 27px auto;
  overflow: hidden;
}
.eventEntry .syosaiBox {
  margin-bottom: 20px;
}
.eventEntry .syosaiBox .place {
  border-bottom: 0;
}
.eventEntry .eventCatTop {
  border-bottom: 0;
  margin: 0;
}
.eventEntry .eventCatTop .toursListTitle {
  margin: 0 0 20px 0;
}
.eventEntry .eventInfoBox header h3 {
  background: url("../../img/event/info_ico.png") no-repeat left;
}

.eventContentInner .pagination {
  border: 0;
  margin-top: 50px;
  padding: 0;
}
.eventContentInner .eventFooter {
  width: 780px;
  margin: 0 auto;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
.eventContentInner .eventFooter .snsButton {
  width: 270px;
  float: right;
  margin-top: 15px;
}
.eventContentInner .eventFooter .snsButton li {
  height: 20px;
  float: right;
  margin-left: 5px;
}
.eventContentInner .eventFooter .footerDate {
  width: 100%;
  clear: both;
  text-align: right;
  padding-top: 10px;
  color: #c7ae95;
}

/*一覧ページ**/
.eventEntry .eventCatTop {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
}
.eventEntry .eventCatTop h2 {
  text-align: center;
  margin-top: 42px;
}
.eventEntry .eveList {
  padding: 0 20px;
}
.eventEntry .eveList article {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dotted #434343;
  background: url("../../img/event/ori_arc_arow.png") no-repeat right bottom;
}
.eventEntry .eveList article .tableCell {
  vertical-align: middle;
}
.eventEntry .eveList article .listImg {
  padding-right: 22px;
  position: relative;
}
.eventEntry .eveList article .listImg .majika {
  position: absolute;
  top: -9px;
  left: -5px;
}
.eventEntry .eveList article .listText h3 {
  margin: 8px 0;
  font-size: 1.1em;
}
.eventEntry .eveList article .listText p {
  width: 450px;
}
.eventEntry .eveList article .listText time {
  color: #c7ae95;
}
.eventEntry .eveList article .catImg {
  position: absolute;
  top: 20px;
  right: 0;
}
.eventEntry .eveList article .end {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eventEntry .eveList article:hover {
  background: url("../../img/event/ori_arc_arow_on.png") no-repeat right bottom;
}
.eventEntry .eveList article:last-child {
  border: 0;
}
.eventEntry .eveList .eventEnd:hover {
  background: url("../../img/event/ori_arc_arow.png") no-repeat right bottom;
}

/**カレンダーページ*/
.eventEntry .calenderTitle {
  margin-bottom: 30px;
  font-family: Verdana,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
.eventEntry .ui-widget-header {
  background: #c6ad95;
}
.eventEntry table, .eventEntry td, .eventEntry th {
  border-color: #717070;
}
.eventEntry .ui-state-default .ui-icon, .eventEntry .fc-button {
  background-image: none;
  width: 3em;
  padding: 0;
}
.eventEntry .fc-header-title {
  font-size: 1.2em;
}
.eventEntry .fc-button-next, .eventEntry .fc-button-prev {
  position: relative;
  padding: 3px;
  background-color: #9f9f9f;
  margin-left: 10px;
}
.eventEntry .fc-button-next:after {
  content: '>';
  color: #fff;
  position: absolute;
  right: 1em;
  top: 0;
  font-size: 1em;
}
.eventEntry .fc-button-prev:after {
  content: '<';
  color: #fff;
  position: absolute;
  right: 1em;
  top: 0;
  font-size: 1em;
}
.eventEntry .fc-button-today {
  display: none;
}
.eventEntry .fc-today {
  background: #fff;
}
.eventEntry .calenderText {
  margin-top: 15px;
}
.eventEntry .fc .fc-header-space {
  padding: 0;
}
.eventEntry .formBox780 .tel {
  padding: 0;
}
.eventEntry .formBox780 h4 {
  margin-left: 0;
}
.eventEntry .formBox780 p {
  padding: 0;
}

.qtip, .ui-tooltip {
  max-width: 310px !important;
}

.ui-tooltip-header {
  padding: 5px 10px;
}

.ui-tooltip-content {
  padding: 10px !important;
}

/*イベントインフォメーション*/
.eventInfo {
  padding-bottom: 10px;
}
.eventInfo .topHeader {
  border: 0;
}
.eventInfo .topHeader h2 {
  text-align: left;
  margin-bottom: 15px;
  padding: 0 0 15px 20px;
  border-bottom: 1px solid #d2d2d2;
}
.eventInfo .infoTextBox {
  margin: 0;
  padding: 0 20px;
}
.eventInfo .infoTextBox p {
  font-size: 0.95em;
  line-height: 1.7;
  padding: 0 0 20px 0;
}
.eventInfo .infoTextBox img {
  max-width: 740px;
  height: auto;
  margin-bottom: 20px;
}
.eventInfo .infoTextBox strong {
  color: #c7ae95;
  font-weight: normal;
}
.eventInfo .infoTextBox a {
  text-decoration: underline;
}

/* ==========================================================================
ブログ
   ========================================================================== */
.subContainer .blogMainImgBox {
  background: url("../../img/blog_top_img.jpg") no-repeat center top;
  background-size: cover;
}
.subContainer .blogPan {
  margin-bottom: 20px;
}
.subContainer .blogContent {
  width: 980px;
  margin: 0 auto;
}
.subContainer .blogContent .blogMainBox {
  width: 760px;
  float: right;
}
.subContainer .blogContent .sidebar {
  width: 220px;
  float: left;
  padding: 20px 0;
  border: 1px solid #f2efeb;
}
.subContainer .blogContent .sidebar a {
  color: #000;
}
.subContainer .blogContent .sidebar a:hover {
  color: #c7ae95;
}
.subContainer .blogContent .sidebar dl {
  margin-bottom: 25px;
}
.subContainer .blogContent .sidebar dl:last-child {
  margin-bottom: 0;
}
.subContainer .blogContent .sidebar dt {
  padding: 0 0 10px 22px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 5px;
  line-height: 1;
}
.subContainer .blogContent .sidebar dd {
  font-size: 0.9em;
}
.subContainer .blogContent .sidebar dd ul, .subContainer .blogContent .sidebar dd form {
  margin-left: 20px;
}
.subContainer .blogContent .sidebar dd li {
  display: table;
  margin-bottom: 5px;
}
.subContainer .blogContent .sidebar dd li time {
  display: block;
  color: #c7ae95;
  font-size: 0.8em;
}
.subContainer .blogContent .sidebar dd li .tableCell {
  vertical-align: middle;
}
.subContainer .blogContent .sidebar dd li span {
  width: 168px;
}
.subContainer .blogContent .sidebar dd li .mark {
  width: 20px;
  padding: 0 14px 0 10px;
}
.subContainer .blogContent .sidebar .sideCat li {
  width: 184px;
  margin-bottom: 10px;
  background: url("../../img/blog/blog_arow.jpg") no-repeat right;
}
.subContainer .blogContent .sidebar .search dt {
  margin-bottom: 20px;
}
.subContainer .blogContent .sidebar .search select,
.subContainer .blogContent .sidebar .search input[type=text] {
  width: 120px;
}
.subContainer .blogContent .sidebar .search input[type=text] {
  padding: 3px;
}
.subContainer .blogContent .sidebar .search form span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}

/*個別記事*/
.editBlog {
  width: 740px;
  padding: 20px;
  margin: 0 0 20px 20px;
  border: 1px solid #f2efeb;
}
.editBlog .date {
  display: block;
  margin-bottom: 25px;
  color: #c7ae95;
  font-size: 0.9em;
}
.editBlog .date a {
  color: #c7ae95;
  text-decoration: none;
}
.editBlog h2 {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.editBlog h2 a {
  text-decoration: none;
}
.editBlog p {
  font-size: 0.95em;
  line-height: 1.7;
  padding: 0 0 20px 0;
}
.editBlog img {
  max-width: 700px;
  height: auto;
  margin-bottom: 20px;
}
.editBlog strong {
  color: #c7ae95;
  font-weight: normal;
}
.editBlog a {
  color: #000;
  text-decoration: underline;
}
.editBlog footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
}
.editBlog .snsButton {
  width: 270px;
  float: right;
}
.editBlog .snsButton li {
  height: 20px;
  float: right;
  margin-left: 15px;
}
.editBlog .footerDate {
  width: 100%;
  clear: both;
  text-align: right;
  padding-top: 10px;
  color: #c7ae95;
}
.editBlog .footerDate .date {
  margin-bottom: 0;
}

/**一覧ページ*/
.blogContent .blogListBox {
  width: 740px;
  float: left;
}
.blogContent .blogListBox .editBlog {
  float: none;
  margin-bottom: 20px;
}

/* ==========================================================================
資料請求
   ========================================================================== */
.subContainer .catalogMainImgBox {
  background: url("../../img/catalog_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.catalogBox {
  width: 780px;
  margin: auto;
}
.catalogBox .topText {
  line-height: 1.7;
}
.catalogBox .mainImg {
  margin: 40px 0;
}
.catalogBox .formBox780 .tel {
  padding: 0;
}
.catalogBox .formBox780 h4 {
  margin-left: 0;
}
.catalogBox .formBox780 p {
  padding: 0;
}

/* ==========================================================================
理想の家を建てるために
   ========================================================================== */
.subContainer .seminerMainImgBox {
  background: url("../../img/seminer_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.seminerEntry {
  width: 780px;
  margin: 0 auto;
}
.seminerEntry .editContent {
  width: 740px;
  margin: 50px 20px 0 20px;
  line-height: 1.7;
}
.seminerEntry .editContent p {
  margin-bottom: 30px;
}
.seminerEntry .editContent a > img {
  margin-bottom: 30px;
}
.seminerEntry .editContent .imgInner {
  margin-bottom: 30px;
}
.seminerEntry .editContent .imgInner .tableCell:first-child {
  padding-right: 10px;
}
.seminerEntry .editContent .tableCell {
  vertical-align: top;
}

/*一覧*/
.seminerBox {
  width: 780px;
  margin: 0 auto;
}
.seminerBox h2 {
  margin-bottom: 20px;
  padding: 0;
}

/* ==========================================================================
プロフェッショナルQ&A
   ========================================================================== */
.subContainer .qaMainImgBox {
  background: url("../../img/qa_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.qaContent {
  width: 830px;
  margin: 57px auto 0 auto;
}
.qaContent .qaListBox {
  width: 780px;
  margin: 25px auto 0 auto;
  padding-bottom: 20px;
  background: url("../../img/qa/qa_back.jpg") repeat-y center top;
}

.qaListBox h2 {
  margin-bottom: 30px;
}
.qaListBox li {
  width: 740px;
  margin: 0 20px 20px 20px;
  border: 1px solid #f2efeb;
  background: #fff;
}
.qaListBox li .question {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f2efeb;
  height: 110px;
  padding: 10px 0;
  cursor: pointer;
  background: url("../../img/qa/qa_arow.png") no-repeat right bottom;
}
.qaListBox li .question .tableCell {
  vertical-align: middle;
}
.qaListBox li .question .number {
  width: 170px;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}
.qaListBox li .question p {
  width: 570px;
  padding-left: 30px;
  font-size: 1.15em;
}
.qaListBox li .question p span {
  display: block;
  padding-bottom: 10px;
}
.qaListBox li .active {
  background-image: none;
}
.qaListBox li .answer {
  display: none;
  padding: 55px 50px 50px 50px;
  background: url("../../img/qa/qa_box_back.png") no-repeat center top;
}
.qaListBox li .answer .pro {
  margin-bottom: 30px;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #c7ae95;
  padding-left: 10px;
  font-size: 1.4em;
  color: #000;
}
.qaListBox li .answer .pro span {
  font-size: 0.7em;
}
.qaListBox li .answer .tableCell {
  vertical-align: top;
}
.qaListBox li .answer .text {
  padding-left: 40px;
  line-height: 1.8;
}
.qaListBox li .answer .text strong {
  display: block;
  color: #c7ae95;
  margin-bottom: 15px;
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: normal;
}
.qaListBox li .answerSingle {
  display: block;
}
.qaListBox li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
アフターフォロー（準備中）
   ========================================================================== */
.subContainer .afterfollowMainImgBox {
  height: 0;
}

/* ==========================================================================
会社案内
   ========================================================================== */
.subContainer .profileMainImgBox {
  background: url("../../img/profile_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.profileEntry {
  width: 780px;
  margin: 0 auto;
}
.profileEntry h2 {
  text-align: center;
  margin-bottom: 20px;
}
.profileEntry .rinenBox {
  border: 1px solid #f2efeb;
  padding: 45px 63px 30px 94px;
  margin-bottom: 60px;
}
.profileEntry .gaiyou {
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
  margin-bottom: 60px;
}

.gaiyou dl {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 25px;
  margin: 0 40px 25px 40px;
  font-size: 0.9em;
}
.gaiyou dt, .gaiyou dd {
  display: table-cell;
  vertical-align: middle;
}
.gaiyou dt {
  color: #c7ae95;
  width: 120px;
}
.gaiyou dd {
  padding-left: 0;
}
.gaiyou dd .office .tableCell {
  vertical-align: middle;
  padding-right: 1em;
}
.gaiyou dd .line li {
  display: table-cell;
  vertical-align: middle;
}
.gaiyou dd .line li:after {
  content: '・';
}
.gaiyou dd .line li:last-child:after {
  content: '';
}
.gaiyou dd .tel li {
  padding-right: 10px;
}
.gaiyou dd .tel li:after {
  content: '';
}
.gaiyou dd .list li {
  margin-bottom: 5px;
}
.gaiyou dd .list li:last-child {
  margin-bottom: 0;
}
.gaiyou dd .syain {
  border: 0;
  padding: 0;
  margin: 0;
}
.gaiyou dd .syain dt, .gaiyou dd .syain dd {
  color: #535353;
  display: block;
  padding: 0;
}
.gaiyou dd .syain li {
  float: left;
}
.gaiyou dd .syain .first:after {
  content: '・';
}
.gaiyou dd .syain .end {
  clear: both;
}

.map {
  border-top: 1px solid #d2d2d2;
  padding-top: 30px;
}
.map h3 {
  text-align: center;
  width: 150px;
  height: 25px;
  line-height: 25px;
  font-size: 1.1em;
  background: #c87f46;
  margin: 0 0 10px 40px;
  color: #fff;
  font-weight: normal;
}
.map .iframeBox {
  width: 700px;
  margin: 0 auto;
}
.map .iframeBox iframe {
  border: 0;
}
.map .iframeBox span {
  display: block;
  text-align: right;
}
.map .iframeBox span:after {
  content: '＞';
  padding-left: 10px;
}

.touyomap {
  border-top: 0;
  padding-top: 50px;
}

/* ==========================================================================
スタッフ紹介
   ========================================================================== */
.subContainer .staffMainImgBox {
  background: url("../../img/staff_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.staffContent {
  width: 780px;
  margin: 0 auto;
}
.staffContent .pageNav li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.staffContent .pageNav li:last-child {
  padding-right: 0;
}
.staffContent .officeBox {
  padding-top: 65px;
}
.staffContent .officeBox h2 {
  text-align: center;
  margin-bottom: 30px;
}
.staffContent article {
  background: url("../../img/qa/qa_back.jpg") repeat-y center top;
  padding: 22px 20px;
  margin-bottom: 50px;
}
.staffContent article .staffBox {
  background: #fff;
  border: 1px solid #f2efeb;
  padding: 30px;
  overflow: hidden;
}
.staffContent .staffBox .staffText {
  float: right;
  width: 349px;
}
.staffContent .staffBox .staffImg {
  width: 300px;
  float: left;
}
.staffContent .staffBox .staffImg img {
  width: 300px;
  height: auto;
}
.staffContent .staffText h2 {
  font-size: 1.6em;
  letter-spacing: 0.5em;
  font-weight: normal;
  line-height: 1;
}
.staffContent .staffText h2 span {
  display: block;
  color: #c7ae95;
  font-size: 0.6em;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.staffContent h3 {
  margin: 20px 0;
}
.staffContent dl {
  margin-bottom: 2px;
}
.staffContent dt, .staffContent dd {
  display: table-cell;
  vertical-align: top;
}
.staffContent dt {
  color: #c7ae95;
}
.staffContent .long {
  width: 10em;
}
.staffContent dt:after {
  content: '：';
}

/* ==========================================================================
最新情報
   ========================================================================== */
.subContainer .newsMainImgBox {
  background: url("../../img/news_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.newsBox {
  width: 740px;
  margin: 0 auto;
}
.newsBox dl {
  padding-bottom: 15px;
}
.newsBox dt {
  color: #c7ae95;
  font-size: 0.9em;
}
.newsBox dd {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.newsBox dd a {
  text-decoration: underline;
}

/* ==========================================================================
最新情報
   ========================================================================== */
.subContainer .contactMainImgBox {
  background: url("../../img/contact_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.contactBox {
  width: 780px;
  margin: 0 auto;
}
.contactBox strong {
  color: #c7ae95;
}
.contactBox h3 {
  margin: 40px 0 10px 0;
}
.contactBox .tel {
  margin-bottom: 0;
}

/* ==========================================================================
無料カウンセリング
   ========================================================================== */
.subContainer .counselingMainImgBox {
  background: url("../../img/counseling_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.counselingEntry {
  width: 980px;
}
.counselingEntry .topText {
  margin: 0 0 50px 55px;
}
.counselingEntry .checkList {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #f2efeb;
  padding: 30px 94px 34px 90px;
}
.counselingEntry .middleText {
  margin-top: 50px;
  text-align: center;
}
.counselingEntry .middleText p {
  font-size: 1.15em;
  margin-bottom: 35px;
}
.counselingEntry .yakusoku {
  background: url("../../img/counseling/staff.jpg") no-repeat center bottom;
  height: 572px;
  margin-bottom: 95px;
}
.counselingEntry .yakusoku .yakusokuBox {
  width: 605px;
  margin-left: 188px;
}
.counselingEntry .yakusoku .tableCell {
  vertical-align: middle;
}
.counselingEntry .yakusoku h2 {
  text-align: right;
}
.counselingEntry .bottomBox {
  width: 780px;
  margin: 0 auto;
}
.counselingEntry .bottomBox .tel {
  margin: 45px 0 50px 0;
}
.counselingEntry .bottomBox h3 {
  margin-bottom: 10px;
}

/* ==========================================================================
ファンシーボックス
   ========================================================================== */
#fancybox-wrap, #fancybox-outer {
  box-sizing: content-box;
}
#fancybox-wrap *, #fancybox-outer * {
  box-sizing: content-box;
}

.page-template-page-orientation #fancybox-close {
  width: 20px;
  height: 20px;
  background: url("../../img/event/koe_close_btn.png") no-repeat;
}
.page-template-page-orientation #fancybox-close {
  right: 35px;
  top: 35px;
}

/* ==========================================================================
さんくすページ
   ========================================================================== */
.thanksPage .txtImg {
  padding: 90px 0 0 18px;
}
.thanksPage .goBack {
  text-align: center;
  padding: 70px 0;
}

/* ==========================================================================
求人情報
   ========================================================================== */
.subContainer .recruitMainImgBox {
  background: url("../../img/recruit_top_img.jpg") no-repeat center top;
  background-size: cover;
}

.recruitEntry {
  width: 740px;
  margin: 0 auto;
}
.recruitEntry h2 {
  margin-bottom: 15px;
}
.recruitEntry dl {
  width: 700px;
  border-bottom: 1px dotted #d2d2d2;
  margin: 0 auto;
  font-size: 0.9em;
}
.recruitEntry .endDl {
  border: 0;
}
.recruitEntry dt, .recruitEntry dd {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 1.2em;
}
.recruitEntry dt {
  color: #c7ae95;
  width: 120px;
}
.recruitEntry dd {
  padding-left: 0;
}
.recruitEntry dd p {
  margin-top: 1em;
}
.recruitEntry dd p strong {
  font-size: 1.2em;
  font-weight: normal;
  display: block;
}
.recruitEntry .touroOffiece {
  padding: 50px 0 10px;
}
.recruitEntry .kyoutuu {
  padding-top: 10px;
  border-top: 1px solid #c7ae95;
}
.recruitEntry .contactBanner {
  text-align: center;
  margin-top: 15px;
}

/* 2017.6.6 add */
.wpcf7-form-control-wrap.want .wpcf7-list-item {
  display: block;
  text-align:start;
}

ul.orientation_eventlist {
  overflow-y: scroll;
  margin: 40px 0;
  padding: 0 10px;
  box-sizing:border-box;
  width: 100%;
  height: 55px;
}
ul.orientation_eventlist li{
  margin: 0 0 10px;
  display: block;
  position: relative;
  padding-right: 90px;
}
ul.orientation_eventlist li a{
  display: block;
}
ul.orientation_eventlist li span.event-date{
  margin-right: 10px;
}
ul.orientation_eventlist li span.event-title{
  font-weight: bold;
}
ul.orientation_eventlist li span.event-detailbtn{
  position: absolute;
  right: 0;
  top: 0;
  background-color:#c7ae95;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
}

ul.orientation_eventlist li a:hover span.event-detailbtn{
  	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
