@charset "UTF-8";

/* Google fonts  ->  Noto Sans JP */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*body .bottom-menu-box,
#colophon,
div.tateuribunjyou-banner p,
ul.inview-buttons li div.button div.caption,
#home-news-box div.news-box ul li div,
#menu-gloval-navi li.menu-item div.hide-menu-wrap div.hide-menu-inner p,
div.home-big-buutons div.blog-button p,*/

/* last update 2025.4.16 */


/* font setting */
/*		2017.7.27正式公開　id 総合INDEX298／宮城301／福島303　2020.3.30追加／岩手13955 		*/
html body.home,
html body.page-id-298,
html body.page-id-301,
html body.page-id-303,
html body.parent-pageid-301,
html body.parent-pageid-303,
html body.page-id-13955,
html body.parent-pageid-13955{
	font-size: 62.5%; /* initial 10px */
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.3rem;
}

/*** PC用ページタイトル ***/
/* トップページ共通H2 */
.home-cmnblocktitle{
	position: relative;
	margin:0 auto 15px;
	width:960px;
	font-size:30px;
	color:#757575;
}
.home-cmnblocktitle > span{
	display: inline-block;
	margin-left:10px;
	font-size:16px;
	font-weight: normal;
}

/* H3 */
.common-pagetitle_pc{
	font-size:36px;
}

/* アンカー色 */
body.home a,
body.page a,
.bottom-menu-box a{
	text-decoration:none;
	color:#757575;
}
body.home a:hover,
body.page a:hover,
.bottom-menu-box a:hover{
	text-decoration: underline;
}

/* クリック時の枠線消す */
a:focus,
*:focus {
  outline: none;
}
a {
  outline: none;
}

/* ヘッダー上部固定 */
#masthead{
	position:fixed;
	top:0;
	right:0;
	left:0;
	margin:0 auto 0;
	width:auto;
	background-image:none;
	background-color:#fff;
	z-index:200;
}
div.header-main{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 0;
	padding:10px 10px 5px 10px;
	width:950px;
}
div.header-main h1{
	width:auto;
}
div.header-main img.hd-cplogo2{
	display:block;
	width:auto;
}
div.header-main .hd-sml-menu{
	margin:5px 0 0 0;
	width:100%;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
}
div.header-main .hd-sml-menu a{
	position: relative;
	display: inline-block;
}
div.header-main .hd-sml-menu a:nth-of-type(n+2){
	margin-left:36px;
}
div.header-main .hd-sml-menu a::before{
	position:absolute;
	top:3px;
	left:-12px;
	display:block;
	content:'';
	border-style: solid;
	border-width: 7px 10px;
	border-color: transparent transparent transparent #757575;
}

/* メインコンテンツ包含 ヘッダーFIX分下げ */
#main{
	margin:0 auto 0;
	padding-top:150px;
	width:100%;
}

/*  ホーム画面 MVスライド／ 2025.3～プラグイン運用*/
div#home-mainviewslide-box{
	position:relative;
	margin:0 auto 0;
	max-width:100%;
	height:auto;
	overflow: hidden;
}
#home-mainviewslide-box #metaslider_24024 .slides li img{
  height:auto !important;
}


/*				 2021.2.13福島県沖地震お見舞い枠/2020.2.15～ 				*/
#jishin210213_announce{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 auto 15px;
	padding:10px;
	width:800px;
	line-height:1.6;
	text-align: center;
	font-size:1.6rem;
	color:#18394C;
	border:solid 1px #333;
}
#jishin210213_announce .toiawase{
	width:51%;
	text-align: left;
}

/*				 ピックアップニュース下 アンアウンス掲載枠/2023～ 				*/
.pickup-lower_announce{
	margin:0 auto 25px;
	width:100%;
  max-width: 800px;
}
.pickup-lower_announce a{
  text-decoration: none !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding:15px;
	width:100%;
  font-size:1.8rem;
  color:#9e1414 !important;
  border:solid 1px #000;
  opacity: 1;
  transition: all .2s ease-out;
}
.pickup-lower_announce:hover a{
  color:#fff !important;
  background-color: #9e1414;
  border:solid 1px #000;
}
/*				 コロナ対応掲載枠／2020～ 				*/
#covid-19_announce{
  box-sizing: border-box;
	margin:0 auto 20px;
	padding:10px;
	width:800px;
	text-align: center;
	line-height:1.6;
	font-size:1.6rem;
	color:#18394C;
	border:solid 1px #333;
}

/* 令和6年能登半島地震お見舞い／2024.1.9～ */
#notohantoujishin-omimai{
  box-sizing: border-box;
	margin:0 auto 20px;
	padding:10px;
	width:800px;
	text-align: center;
	line-height:1.6;
	font-size:1.6rem;
	color:#18394C;
	border:solid 1px #333;
}


/*				 ホーム画面スライド下 汎用バナー掲出枠/2021.04.23～ 				*/
.homeupper-bannerbox{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0 auto 0;
  width:100%;
  padding:75px 0;
  background-color:#fff;
}
.homeupper-bannerbox .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0 auto 0;
  width:1080px;
}
.homeupper-bannerbox .inner .banner-box{
  width:49%;
  text-align: center;
}
.homeupper-bannerbox .inner .banner-box.single{
  width:100%;
}
.homeupper-bannerbox .inner .banner-box img{
  max-width:100%;
  height:auto;
}


/*				 SNSボタン/2025.3改編 				*/
#home-snsbox{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin:0 auto 60px;
	padding:15px 20px;
	width:822px;
	background-color:#e9e8e4;
	border-radius:16px;
}
#home-snsbox .sns-groupbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding:15px 10px;
	background-color:#fff;
	border-radius:12px;
}
#home-snsbox .sns-groupbox:nth-of-type(1){
	width:42%;
}
#home-snsbox .sns-groupbox:nth-of-type(2){
	width:50%;
}

#home-snsbox .sns-groupbox:nth-of-type(1) > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding:15px 10px;
  width:100%;
	background-color:#fff;
	border-radius:12px;
}

#home-snsbox .sns-groupbox span{
  display: inline-block;
  line-height: 1.4;
	font-size:2rem;
	font-weight: bold;
}
#home-snsbox .sns-groupbox a img{
	display: inline-block;
	width:auto;
	height:60px;
}


/*				お見舞いなど、臨時掲載用枠				*/
#ex-omimai{
	margin:0 auto 50px;
	padding:16px;
	width:960px;
	text-align: center;
	line-height:1.8;
	font-size:1.6rem;
	color:#757575;
	border:solid 2px #757575;
}


/*				4ピックアップページナビ/ 2020.12掲載休止				*/
/*
ul#home-upper-pageguide{
	position:relative;
	margin:0 auto 40px;
	width:960px;
	text-align:center;
}
ul#home-upper-pageguide li{
	float:left;
	margin:0 20px 0 0;
	width:225px;
	height:127px;
}
ul#home-upper-pageguide li:last-child{
	margin-right:0;
}
*/


/*				ピックアップスライダー／カルーセル				*/
div#pickup-slide_bg{
	margin:0 auto 60px;
	padding:75px 0;
	width:100%;
	background-color:#f6f6f6;
}
div#pickup-slide-box{
	position:relative;
	margin:0 auto 0;
	width:1080px;
	height:244px;
/*	height:314px;*/
	overflow: hidden !important;
}

/* 読み込み遅延の表示化け回避用/読み込み前には非表示 */
ul#bxslider li{
	display: none;
	text-align: center;
	overflow: hidden !important;
}
/* グラデマスク */
div#pickup-slide-box img#grade-mask-right{
	position:absolute;
	top:0;
	right:0;
	z-index:50;
}
div#pickup-slide-box img#grade-mask-left{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}



/*				イベントスライダー／カルーセル				*/
/* 2020.12 */
#event-slide-wrap{
	margin:0 auto 10px;
	width:960px;
/*
	overflow: hidden !important;
*/
}
#event-slide-box{
	margin:0 auto 0;
/*
	padding-right:30px;
	padding-left:30px;
*/
	width:100%;
	height:auto;
}
#event-slide-box > .slick-prev,
#event-slide-box > .slick-next{
	width:32px;
	height:42px;
	z-index:100;
}
/* default style override */
#event-slide-box > .slick-prev::before,
#event-slide-box > .slick-next::before{
	content:'' !important;
}
#event-slide-box > .slick-prev{
	left:-30px !important;
}
#event-slide-box > .slick-next{
	right:-30px !important;
}
/* ＜ボタン */
#event-slide-box > .slick-prev{
	background:url(../img/home/controls.png) -16px 0px no-repeat;
}
#event-slide-box > .slick-prev:hover{
	background:url(../img/home/controls.png) -16px -42px no-repeat;
}
/* ＞ボタン */
#event-slide-box > .slick-next{
	background:url(../img/home/controls.png) -84px 0px no-repeat;
}
#event-slide-box > .slick-next:hover{
	background:url(../img/home/controls.png) -84px -42px no-repeat;
}

#event-slide-box .slick-list{
	padding:14px 0 !important;
}
#event-slide-box .slick-list .slick-slide{
	margin:0 10px;
	padding:6px;
	border:solid 1px #eee;
	border-radius:6px;
}
/* 真ん中のみドロップシャドウ付与 */
#event-slide-box .slick-list .slick-current{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
}
#event-slide-box .slick-list .slick-slide a img{
	display: block;
	margin:0 auto 8px;
	width:100%;
}
#event-slide-box .slick-list .slick-slide a p{
	height:2.5em;
	line-height:1.4;
	font-size:13px;
}
/* ドットページャー */
/* default style override */
#event-slide-box .slick-dots{
	position:static;
	bottom:auto;
}
#event-slide-box .slick-dots li button::before{
	content:'○';
	font-size:16px;
	color:#444;
}
/* カレント */
#event-slide-box .slick-dots .slick-active button::before{
	content:'●';
	font-size:20px;
	color:#ED749B;
}





/*** トヨタホームの家づくり ***/
.iedukuri-banner-inner{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto 0;
	padding:67px 0;
	width:960px;
	height:auto;
}

.iedukuri-banner-inner .iedukuri-inview-buttons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:634px;
	margin-left:326px;
}
.iedukuri-banner-inner .iedukuri-inview-buttons li{
	-webkit-transition: .6s;
	transition: .6s;
}
.iedukuri-banner-inner .iedukuri-inview-buttons li:nth-of-type(n+3){
	margin-top:22px;
}
.iedukuri-banner-inner .iedukuri-inview-buttons .iedukuri-navibtn1{
	opacity: 0;
	transform: translate(0,120px);
	-webkit-transform: translate(0,120px); 
}
.iedukuri-banner-inner .iedukuri-inview-buttons .iedukuri-navibtn2{
	opacity: 0;
	transform: translate(0,80px);
	-webkit-transform: translate(0,80px);
}
.iedukuri-banner-inner .iedukuri-inview-buttons .iedukuri-navibtn1.setvisible,
.iedukuri-banner-inner .iedukuri-inview-buttons .iedukuri-navibtn2.setvisible{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/** トヨタホームの家づくり用 **/
.iedukuri-banner.thome{
	margin:0 auto 30px;
	width:100%;
	height:500px;
	background:url('../img/home/iedukuri-thome-bg_pc.jpg') center 0 no-repeat;
}
/** ウッドユーホームの家づくり用 **/
.iedukuri-banner.woodyou{
	margin:0 auto 80px;
	width:100%;
	height:314px;
	background:url('../img/home/iedukuri-woodyou-bg_pc.jpg') center 0 no-repeat;
}





/****				建売分譲バナー				****/
div.tateuribunjyou-banner{
	margin:0 auto 60px;
	width:960px;
	height:auto;
	overflow:hidden;
}
div.tateuribunjyou-banner div.zoom-button{
	margin:0 0 8px 0;
	width:960px;
	height:300px;
	overflow:hidden;
}
div.tateuribunjyou-banner img{
	display: block;
}
div.tateuribunjyou-banner p{
	margin:0;
	font-size:100%;
	color:#757575;
}



/****				不動産情報				****/
.hudousanjyouhou-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:0 auto 80px;
	padding:0 0 0 0;
	width:100%;
	height:531px;
	background:url('../img/home/top-estate_202103v.jpg') center 0 no-repeat;
}
.hudousanjyouhou-inner{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto 0;
	width:960px;
}
.hudousanjyouhou-inner .home-cmnblocktitle{
	width:100%;
}
.hudousanjyouhou-inner .hudousanjyouhou-intro{
	margin:0 auto 30px;
	font-size:1.4rem;
	color:#757575;
}
.hudousanjyouhou-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:0 auto 20px;
	width:100%;
}
.hudousanjyouhou-navi > li{
	width:23%;
}
.hudousanjyouhou-navi > li img{
	display: block;
	width:100%;
	height:auto;
}



/****				展示場のご紹介				****/
.modelhouse-head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 15px;
	width:960px;
}
.modelhouse-head > h2{
	margin:0;
	width:auto;
}

/*** モデルハウスナビ／上昇しながらフェードイン 2020.09更新 中山、長町追加・サイズ変更 ***/
div.modelhouse-navi{
	margin:0 auto 60px;
	width:100%;
}
ul.inview-buttons{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto 0;
	width:960px;
}
ul.inview-buttons li{
	margin:0 0 0 0;
	width:23.4%;
	-webkit-transition: .8s;
	transition: .8s;
}
ul.inview-buttons li{
	margin-right:20px;
}
ul.inview-buttons li:nth-of-type(4n){
	margin-right:0;
}
ul.inview-buttons li:nth-of-type(n+5){
	margin-top:20px;
}
ul.inview-buttons li .button img{
	display: block;
	max-width: 100%;
	height:auto;
}
.navibtn-grp1{
	opacity: 0;
	-webkit-transform: translate(0,40px);
	transform: translate(0,40px);
}
.navibtn-grp2{
	opacity: 0;
	-webkit-transform: translate(0,60px);
	transform: translate(0,60px);
}
.navibtn-grp3{
	opacity: 0;
	-webkit-transform: translate(0,80px);
	transform: translate(0,80px);
}
.navibtn-grp4{
	opacity: 0;
	-webkit-transform: translate(0,100px);
	transform: translate(0,100px);
}
.setvisible{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
/* マウスホバーアクション */
ul.inview-buttons li div.button{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
ul.inview-buttons li div.button div.caption{
	font-weight:400;
	font-size:160%;
	color:#fff;
	padding-top:72px;
	padding-left:0px;
}
ul.inview-buttons li div.button div.mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(24,57,76,0.7);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
ul.inview-buttons li div.button div.mask.miyagi{
	background-color:rgba(20,151,127,0.7);
}
ul.inview-buttons li div.button div.mask.fukushima{
	background-color:rgba(13,121,173,0.7);
}
ul.inview-buttons li div.button div.mask.iwate{
	background-color:rgba(141,127,72,0.7);
}
ul.inview-buttons li div.button:hover div.mask{
	opacity:1; /* マスク表示 */
	padding-left:20px; /* 右にずらす */
}


/****				動画コンテンツ				****/
/* 埋込動画 */
div#open-movie-box{
	margin:0 auto 30px;
	width:768px;
}
/* 動画部分 */
div#open-movie-box video{
	max-width:100%;
}

/* YouTube */
ul.home-youtube-link{
	margin:0 auto 80px;
	width:768px;
}
p.cmn_youtube-movie-comment{
	margin:4px 0 0 0;
	color:#757575;
}


/****				ブログ・実例集・家づくり 3BIGボタン				****/
div.home-big-buutons{
	margin:0 auto 30px;
	width:768px;
}
div.home-big-buutons p{
	margin:4px 0 0 0;
	color:#757575;
}
/* ブログボタン */
div.home-big-buutons div.blog-button{
	margin:0 0 0 0;
	width:768px;
	height:240px;
	overflow:hidden;
}
div.home-big-buutons div.blog-button img{
	width:768px;
	height:240px;
	-webkit-transition: all 2s linear;
	transition: all 2s linear;
}
div.home-big-buutons p.blog-button-cap{
	margin:0 0 80px 0;
}
/* 他ボタン */
body div.home-big-buutons div.big-button-wrap{
	width:768px;
}
div.home-big-buutons div.big-button-wrap img{
	display:block;
	margin:0 0 4px 0;
	width:368px;
	height:368px;
}
div.home-big-buutons div.big-button-wrap div.left-btn{
	float:left;
}
div.home-big-buutons div.big-button-wrap div.right-btn{
	float:right;
}



/****				ホーム画面下層バナー部				****/
div.home-bottom-banner{
	margin:0 auto 0;
	width:1000px;
	padding:33px 0;
}
div.home-bottom-banner h2{
	margin:0 0 15px 0;
}
div.home-bottom-banner ul{
	width:100%;
}
div.home-bottom-banner ul li{
	float:left;
	margin:0 18px 18px 0;
}
div.home-bottom-banner ul li:nth-child(n+6){
	margin-bottom:0;
}
div.home-bottom-banner ul li:nth-child(5n){
	margin-right:0;
}



/****				ホーム画面下 オフィシャルスポンサーバナー部				****/
div.home-official-sp-banner{
	margin:0 auto 0;
	width:1000px;
	padding:33px 0;
}
div.home-official-sp-banner h2{
	margin:0 0 15px 0;
}
div.home-official-sp-banner ul{
	width:100%;
}
div.home-official-sp-banner ul li{
	float:left;
	margin:0 18px 18px 0;
}
div.home-official-sp-banner ul li:nth-child(n+6){
	margin-bottom:0;
}
div.home-official-sp-banner ul li:nth-child(5n){
	margin-right:0;
}



/****				フッター部メニュー				****/
/** 大外包含 **/
.bottom-menu-box{
	margin:0 auto 45px;
	padding:0 80px;
	width:800px;
}
/* メニュー全包含 */
.bottom-menu-box .btm-menu-box{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
}
.btm-menu-cplogo{
	margin:0 0 40px 0;
	text-align:center;
}
.bottom-menu-box .btm-menu{
	margin:0 0 0 0;
	width:22.75%;
	/*
	width:182px;
	*/
	font-family: 'Noto Sans JP', sans-serif;
}
.btm-menu-1{
	margin:0 0 30px 0;
}
.bottom-menu-box .btm-menu ul{
	width:100%;
}
.bottom-menu-box .btm-menu ul:nth-of-type(n+2){
	margin-top:20px;
}
.bottom-menu-box .btm-menu ul li{
	margin:0 0 4px 0;
	font-weight:500;
	color:#757575;
}
.bottom-menu-box .btm-menu ul li a::before{
	content:"> ";
}
.bottom-menu-box .btm-menu ul li a{
	display: inline-block;
	padding-left:1em;
	text-indent:-1em;
}
.bottom-menu-box .btm-menu ul li.menutitle{
	margin-bottom:10px;
	padding:0 0 2px 0;
	font-size:1.5rem;
	border-bottom:solid 1px #757575;
}
.bottom-menu-box .btm-menu ul .md{
	margin-bottom:5px;
	padding:0 0 1px 0;
	font-size:1.4rem;
	border-bottom:dotted 1px #acacac;
}
.bottom-menu-box .btm-menu ul .md.mtop{
	margin-top:20px;
}
.bottom-menu-box .btm-menu ul .md a::before{
	content:none !important;
}
.bottom-menu-box .btm-menu .menu-pt1 li{
	margin:0 0 10px 0;
}
.bottom-menu-box .btm-menu .menu-pt1 li:last-child{
	margin-bottom:0;
}
.bottom-menu-box .btm-menu .menu-pt1 li::before{
	content:"";
}

/* footer コーポレート */
#colophon div.copyright{
	font-weight:300;
	color:#757575;
}



/*				ページ先頭戻りボタン				*/
div#to-pagetop-button{
	margin:0 auto 40px;
	width:100%;
	height:37px;
	line-height:37px;
	text-align:center;
	background-color:#eee;
}



/*				資料請求ボタン				*/
div.side-fit-button{
	position:fixed;
	top:160px;
	right:0;
	width:120px;
	height:170px;
	z-index:1000;
}
div.fix-button{
	position:relative;
	width:120px;
	height:85px;
	background-position: 0 0;
	background-size: 200% auto;
	-webkit-transition: .2s;
	transition: .2s;
}
div.fix-button img{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
div.shiryou-button{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(233,125,131,1)), color-stop(50%, rgba(223,70,87,1)));
	background-image: linear-gradient(to right, rgba(233,125,131,1) 50%, rgba(223,70,87,1) 50%);
}
div.contact-button{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,165,182,1)), color-stop(50%, rgba(25,120,148,1)));
	background-image: linear-gradient(to right, rgba(0,165,182,1) 50%, rgba(25,120,148,1) 50%);
}
div.tenjijyou-yoyaku-button{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(237,109,0,1)), color-stop(50%, rgba(197,92,2,1)));
	background-image: linear-gradient(to right, rgba(237,109,0,1) 50%, rgba(197,92,2,1) 50%);
}
div.tateuri-yoyaku-button{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(95,185,24,1)), color-stop(50%, rgba(75,148,18,1)));
	background-image: linear-gradient(to right, rgba(95,185,24,1) 50%, rgba(75,148,18,1) 50%);
}
div.fix-button:hover {
	background-position: 100% 0;
}

/* ホバーアクション／ズーム */
div#main div.zoom-button img{
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
div#main  div.zoom-button img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/*				初回アクセスモーダル広告				*/
div.modal{
	position: absolute;
	top:20%;
	right:0;
	left:0;
	display:none;
	margin:auto;
	padding:0;
	width:600px;
	height:auto;
	text-align:center;
	z-index:9999;
}
/* 動画部分 */
div.modal div.movie-box,
div.modal div.movie-box video#modalmovie{
	max-width:100%;
}
div.modal div.pr_box {
	width:auto;
	height:auto;
	-webkit-box-shadow:10px 10px 10px rgba(0,0,0,0.4);
	box-shadow:10px 10px 10px rgba(0,0,0,0.4);
	padding:10px;
	background:#FFFFFF;
}
div.modal div.pr_box img{
	display:inline-block;
	margin:0 0 0 0;
}
div.modal div.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}



/****				イベントニュース表示部				****/
/*****************************************************/
/* 包含 */
#home-eventnews-box{
	margin:0 auto 80px;
	padding:0 0;
	width:100%;
}
/* リスト表示 */
#home-eventnews-box .news-box ul{
	width:100%;
}
#home-eventnews-box .news-box ul li{
	width:930px;
	background-color:#ED749B;
}
#home-eventnews-box .news-box ul li div.kiji-link{
	width:825px;
}
#home-eventnews-box .news-box ul li div,
#home-eventnews-box .news-box ul li div a{
	color:#fff;
}

/****				ニュース総合表示部				****/
/*****************************************************/
/* 包含 */
div#home-news-box{
	margin:0 auto 60px;
	padding:70px 0;
	width:100%;
	height:auto;
	background:url('../img/home/top-newsback.gif') 0 0 repeat;
}
#home-news-box .news-box .homenews-title{
	display:block;
	float:left;
	width:190px;
	height:190px;
}
/* リスト表示 */
#home-news-box .news-box ul{
	float:right;
	margin:0;
	padding:0;
	width:760px;
}
#home-news-box .news-box ul li{
	width:730px;
	background-color:#fff;
}
#home-news-box .news-box ul li div.kiji-link{
	width:625px;
}


/****				ニュース総合／イベントニュース リスト表示共通				****/
/* 包含 */
.news-box{
	margin:0 auto 0;
	width:960px;
	height:auto;
}
div.home-news-head{
	margin:0 auto 15px;
	width:960px;
	text-align: right;
}
/* リスト表示 */
.news-box ul{
	margin:0;
	padding:0;
	height:300px;
	overflow:auto;
}
.news-box ul li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 10px 0;
	padding:0 15px;
	height:40px;
}
.news-box ul li div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:table-cell;
	padding:2px 0;
	height:40px;
	vertical-align: middle;
}
.news-box ul li div.date{
	padding-right:10px;
	width:75px;
}


/***				 建売・分譲 INDEX（WP親）ページ 				***/
/* 建売・宅地 INDEXページ用タイトル画像 */
#estate-index-header{
	position:relative;
	margin-bottom:60px;
	width:100%;
	height:300px;
	background:url('../img/rn-estate/top-estate-image_202003v.jpg') center 0 no-repeat;
	background-size:auto;
}
/* 建売・宅地 INDEXページ用ぱんクズ */
.breadcrumb.estate-index{
	margin:0 auto 32px;
	width:950px;
}

h2.estate-index-md{
	margin:0 auto 8px;
	width:768px;
	font-size:3.8rem;
	font-weight: 600;
	color:#757575;
}

ul.estate-bord,
ul.estate-bord li,
ul.estate-bord li div,
ul.estate-bord li div p{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/** 建売・宅地新着情報部 ***/
ul.estate-bord{
	margin:0 auto 60px;
	width:768px;
}
ul.estate-bord.fukushima{
	margin-bottom: 40px;
}
ul.estate-bord li{
	float:left;
	margin:0 32px 6px 0;
}
ul.estate-bord li:nth-child(even){
	margin-right:0;
}
ul.estate-bord li a,
ul.estate-bord li a:hover{
	text-decoration: none;
}
/* 見出し */
ul.estate-bord li div.navi-md_pc{
	margin:0;
	width:368px;
	height:32px;
}
/* SP用見出し表示OFF */
ul.estate-bord li div.navi-md_sp{
	display: none;
}
/* 概要BOX */
ul.estate-bord li div.estate-detail{
	position:relative;
	margin:0;
	padding:0 7px;
	width:368px;
	height:310px;
}
ul.estate-bord li div.estate-detail p{
	color:#18394c;
}
/* 物件名称部 */
ul.estate-bord li div.estate-detail div.bukken{
	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;
	width:100%;
	height:85px;
	font-size:2rem;
	font-weight: 600;
}
ul.estate-bord li div.estate-detail div.bukken p{
	line-height:1.2;
}
ul.estate-bord li div.estate-detail div.inner p.status{
	margin:0 auto 5px;
	padding:2px 10px;
	width:280px;
	height:20px;
	line-height:1;
	text-align: center;
	color:#fff;
	background-color: #00aadd;
}
ul.estate-bord li div.estate-detail div.inner p.btm-address{
	position:absolute;
	bottom:5px;
	margin: 0;
	width:100%;
	text-align: center;
	font-size:1.2rem;
}
ul.estate-bord li div.estate-detail div.inner div.thumb{
	margin:0 auto;
	text-align: center;
}
ul.estate-bord li div.estate-detail div.inner div.thumb{
	width:352px;
	height:169px;
}
ul.estate-bord li div.estate-detail div.inner div.thumb img{
	max-width:100%;
	height:auto;
}
ul.estate-bord li.tateuri div.estate-detail{
	border:solid 1px #e9839e;
	border-top:none;
}
ul.estate-bord li.takuchi div.estate-detail{
	border:solid 1px #f28e39;
	border-top:none;
}

/*** INDEXページ下層情報 ***/
/* 注釈部 */
p.estate-index_btmnotes{
	margin:0 auto 30px;
	width:768px;
	font-size:1.2rem;
	color:#231815;
}
/* 電話問い合わせ下方 包含 */
.estate-index_btminfo{
	margin:0 auto;
	width:768px;
}
.estate-index_btminfo p.tel-contact{
	margin-bottom:15px;
	width:100%;
	text-align: center;
	font-size:1.7rem;
	color:#fff;
	background-color: #757575;
	border-radius:20px;
}


.cp-logo{
	margin-bottom:6px;
	text-align: center;
}
.lisence-text .license{
	margin-bottom:30px;
	text-align: center;
	font-size:1.2rem;
	color:#231815;
}
.page-btm-ban{
	text-align: center;
}

/** 仲介物件・中古物件スタイル追加／2019.5.28 **/
.estate-bord .chuukai-chuuko-md_pc{
	float:none;
	margin:0 auto 10px;
}
.estate-bord .chuukai-chuuko-md_sp{
	display:none;
}
.estate-bord .chuukai-chuuko-md_pc h3{
	margin:0 auto 0;
}
/* 枠線 */
.estate-bord li.chuukai-chuuko div.estate-detail{
	border:solid 1px #097287;
	border-top:none;
}




/***				 建売・分譲 宮城・福島・岩手エリアページ／ 宮城・福島・岩手共通（一部記述分け） 				***/
/*		2017.7.27正式公開　id 宮城正式301／福島正式303　2020.3.30追加／岩手13955 		*/
/* 汎用ページ適用の左右マージン消去 */
html body.page-id-301 div.cont_wrap,
html body.page-id-303 div.cont_wrap,
html body.page-id-13955 div.cont_wrap{
	margin:0;
}
/* SP用見出しの表示OFF */
#rn-areaindex-head.sp-title{
	display:none;
}

/* ページ見出し */
#rn-areaindex-head{
	margin-bottom: 5px;
}
/* Google Map部 */
.rn-areamap-wrap{
	position:relative;
	margin-bottom: 30px
}
/* 拡大地図リンク */
.rn-areamap-wrap a{
	position:absolute;
	right:15px;
	bottom:15px;
	padding:3px;
	z-index:100;
	color:#757575;
	background-color:#fff;
}
.rn-areamap-wrap a:hover{
	text-decoration: none;
	color:#fff;
	background-color:#757575;
}
/* 建売アイコン／宅地アイコンの説明 */
ul#area-estate-guide{
	margin-bottom: 20px;
	width:100%;
}
ul#area-estate-guide li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:49%;
	height:35px;
}
ul#area-estate-guide li.left{
	float:left;
}
ul#area-estate-guide li.right{
	float:right;
}
ul#area-estate-guide li div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul#area-estate-guide li .guuide-icon{
	padding-right: 10px;
	width: 35%;
	border-right:solid 1px #757575;
}
ul#area-estate-guide li .guuide-icon img{
	padding-top: 2px;
	max-width: 100%;
	height:auto;
}
ul#area-estate-guide li .guide-sent{
	padding-left: 10px;
	width: 65%;
	line-height: 1.3;
	font-size: 1.2rem;
	color:#757575;
}

/***				 建売・分譲 詳細ページ／ 宮城・福島共通（建売ボタン・宅地ボタンは記述分け） 				***/
#rn-estatecont_wrap.mgn_bottom_m{
	margin-bottom: 40px;
}

/* SP用ヘッダー部表示OFF */
#rn-sp-estate-takuchi-head,
#rn-sp-estate-tateuri-head{
	display:none;
}

/* Googlefont指定 */
#rn-estatecont_wrap .col_base h4.takuchi,
.rn-upper-status p.address,
#rn-estatecont_wrap .estate_udpate_date,
.rn-bukken-gaiyou .estate_block_contents{
	font-family: 'Noto Sans JP', sans-serif;
}

#rn-estatecont_wrap .col_base h4{
	margin-bottom:8px;
	padding:78px 0 0 15px;
	width:565px;
	height:57px;
	font-size:2.4rem;
	font-weight: 600;
}
/* 宅地 */
#rn-estatecont_wrap .col_base h4.takuchi{
	color:#f28e39;
	background: url('../img/rn-estate/title-takuchi.png') no-repeat;
}
/* 建売 */
#rn-estatecont_wrap .col_base h4.tateuri{
	color:#e9839e;
	background: url('../img/rn-estate/title-tateuri.png') no-repeat;
}

/* PC←→SPで拡大リンク表示切り替え 2018.10.9処置 */
@media (min-width:768px){
	div.toggle-box p.visible-sp{
		display:none;
	}
}
@media (max-width:767px){
	div.toggle-box p.hidden-sp{
		display:none;
	}
	div.toggle-box p.visible-sp{
		display:block;
	}
}

/* 住所・更新情報部 */
.rn-upper-status{
	margin-bottom: 20px;
}
.rn-upper-status p.address{
	margin-bottom: 8px;
	color:#231815;
}
/* 物件販売状況 */
.rn-upper-status p.notes{
	padding:2px 5px;
	font-weight:400;
	font-size:1.6rem;
	color:#fff;
	background-color:#df708a;
}
/* 次回更新情報（上下） */
#rn-estatecont_wrap .estate_udpate_date,
#rn-estatecont_wrap .estate_udpate_date span{
	padding:0;
	color:#231815;
}
.rn_status-photo{
	margin-bottom:15px;
	text-align: center;
}
#rn-estatecont_wrap .col_base div.toggle-box{
	display:none;
	margin-bottom:15px;
	text-align: center;
}
#rn-estatecont_wrap .col_base div.toggle-box p{
	text-align: center;
}

/* 価格表 */
#rn-estatecont_wrap .col_base div.toggle-box table.estate_blocks{
	margin:0 auto;
}
/* 物件概要 */
.rn-bukken-gaiyou .estate_block_contents{
	padding:0;
	color:#231815;
}

/*** 岩手情報用 2020.3.30追加 ***/
/* 岩手基本色 */
.iwate{
	color:#8d7f48;
}

/** トグルボタン **/
/* 共通 */
#rn-estatecont_wrap .col_base p.toggle-button{
	margin:0 0 5px 0;
	width:580px;
	height:40px;
	cursor:pointer;
}
/* 宅地ボタン */
#rn-estatecont_wrap .col_base p.toggle-button.takuchi-access{
	background: url('../img/rn-estate/tglbtn-takuchi_access.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.takuchi-access.toggle_open{
	background: url('../img/rn-estate/tglbtn-takuchi_access.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.takuchi-kukakuzu{
	background: url('../img/rn-estate/tglbtn-takuchi_kukakuzu.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.takuchi-kukakuzu.toggle_open{
	background: url('../img/rn-estate/tglbtn-takuchi_kukakuzu.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.takuchi-price{
	background: url('../img/rn-estate/tglbtn-takuchi_price.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.takuchi-price.toggle_open{
	background: url('../img/rn-estate/tglbtn-takuchi_price.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.takuchi-info{
	background: url('../img/rn-estate/tglbtn-takuchi_info.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.takuchi-info.toggle_open{
	background: url('../img/rn-estate/tglbtn-takuchi_info.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.takuchi-gaiyou{
	background: url('../img/rn-estate/tglbtn-takuchi_gaiyou.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.takuchi-gaiyou.toggle_open{
	background: url('../img/rn-estate/tglbtn-takuchi_gaiyou.png') 0 -40px no-repeat;
}
/* 建売ボタン */
#rn-estatecont_wrap .col_base p.toggle-button.tateuri-access{
	background: url('../img/rn-estate/tglbtn-tateuri_access.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.tateuri-access.toggle_open{
	background: url('../img/rn-estate/tglbtn-tateuri_access.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.tateuri-kukakuzu{
	background: url('../img/rn-estate/tglbtn-tateuri_kukakuzu.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.tateuri-kukakuzu.toggle_open{
	background: url('../img/rn-estate/tglbtn-tateuri_kukakuzu.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.tateuri-price{
	background: url('../img/rn-estate/tglbtn-tateuri_price.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.tateuri-price.toggle_open{
	background: url('../img/rn-estate/tglbtn-tateuri_price.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.tateuri-info{
	background: url('../img/rn-estate/tglbtn-tateuri_info.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.tateuri-info.toggle_open{
	background: url('../img/rn-estate/tglbtn-tateuri_info.png') 0 -40px no-repeat;
}
#rn-estatecont_wrap .col_base p.toggle-button.tateuri-gaiyou{
	background: url('../img/rn-estate/tglbtn-tateuri_gaiyou.png') no-repeat;
}
#rn-estatecont_wrap .col_base p.tateuri-gaiyou.toggle_open{
	background: url('../img/rn-estate/tglbtn-tateuri_gaiyou.png') 0 -40px no-repeat;
}


/* 建売・宅地情報 インデックス・ページ共通下部情報 */
.rn-estate-pc_commonfooter{
	clear:both;
	padding:0 30px;
}

.rn-estate-pc_commonfooter .left-box{
	float:left;
/*	margin-right: 30px;*/
}
.rn-estate-pc_commonfooter .left-box p,
.rn-estate-pc_commonfooter .left-box ul li,
.rn-estate-pc_commonfooter .left-box .license{
	font-family: 'Noto Sans JP', sans-serif;
	color:#231815;
}
.rn-estate-pc_commonfooter .left-box p{
	
}
.rn-estate-pc_commonfooter .left-box ul.logo-freedial li{
	padding-right: 10px;
	display: table-cell;
}
.rn-estate-pc_commonfooter .left-box p{
	margin:0 0 4px 0;
}
/* PCでは非表示の見出し */
.rn-estate-pc_commonfooter .left-box p.md{
	display:none;
}
.rn-estate-pc_commonfooter .left-box ul.logo-freedial li span,
.rn-estate-pc_commonfooter .left-box ul.logo-freedial li span img{
	vertical-align: middle;
	color:#231815;
}
.rn-estate-pc_commonfooter .left-box ul.logo-freedial li span.tel{
	font-size:1.6rem;
	font-weight: 600;
}
.rn-estate-pc_commonfooter .left-box ul.logo-freedial li span.tel-no{
	padding:0 0 0 5px;
	font-size:2.8rem;
	font-weight: 600;
}
.rn-estate-pc_commonfooter .contact-box{
	float:right;
}


/* 建売・宅地情報 右サイドバー */
#rn-estate-post_rightbar.col_30_R{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px;
	background-color: #f3f3f1;
}
#rn-estate-post_rightbar.col_30_R ul li{
	font-family: 'Noto Sans JP', sans-serif;
}
#rn-estate-post_rightbar.col_30_R p{
	margin:0 0 20px 0;
	width:100%;
}
#rn-estate-post_rightbar.col_30_R p:last-child{
	margin-bottom: 0;
}
#rn-estate-post_rightbar.col_30_R img.rn-estate-side-md,
#rn-estate-post_rightbar.col_30_R p img{
	margin:0;
	max-width:100%;
	height:auto;
}


/***				 イベントなどスポットページ 				***/
/*** 建売住宅 2019年3月入居応援フェア／2019.1～3月 ***/
#tateuri-nyuukyofair-header{
	position:relative;
	margin-bottom:60px;
	width:100%;
	height:300px;
	background:url('../img/extrapage/tateuri-nyuukyofair201901_topimage.jpg') center 0 no-repeat;
	background-size:auto;
}
p.tateuri-nyuukyofair-gaiyou,
ul#tateuri-nyuukyofair-gaiyou,
ul#tateuri-nyuukyofair-notes{
	margin:0 auto 15px;
	width:768px;
}
ul#tateuri-nyuukyofair-gaiyou li,
ul#tateuri-nyuukyofair-notes li{
	padding:0 0 0 1em;
	text-indent:-1em;
}
ul#tateuri-nyuukyofair-gaiyou li:nth-child(n+2),
ul#tateuri-nyuukyofair-notes li:nth-child(n+2){
	margin:5px 0 0 0;
}
ul#tateuri-nyuukyofair-notes{
	margin:0 auto 30px;
}

@media print{
	header#masthead,
	div.side-fit-button,
	div#to-pagetop-button,
	.bottom-menu-box,
	footer#colophon,
	div.rn-estate-pc_commonfooter{
		display:none;
	}
}


/***				 お電話によるお問い合わせ／共通 2020.3.31 				***/
/*** 包含 ***/
/* 宮城・福島・岩手並列記載／基本 */
.common-tel-contactbox,
.common-tel-contactbox li{
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.common-tel-contactbox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin:0 0 20px 0;
	width:100%;
	text-align: left;
}
.common-tel-contactbox > li{
	padding:0 10px;
}
.common-tel-contactbox.three-item > li{
	width:33.3333%;
}
.common-tel-contactbox.allcontact{
	margin:0 0 88px 0;
}

/* 各種お問い合わせページ用 */
.common-tel-contactbox > li .inner-box,
.common-tel-contactbox > li .inner-box li:nth-last-of-type(1){
	margin-top:14px;
}

.common-tel-contactbox > li .inner-box{
	padding-left:10px;
}
.common-tel-contactbox > li .inner-box.miyagi{
	border-left:solid 6px #A1D5CC;
}
.common-tel-contactbox > li .inner-box.fukushima{
	border-left:solid 6px #9EC9DE;
}
.common-tel-contactbox > li .inner-box.iwate{
	border-left:solid 6px #C6BFA4;
}

/*** お住いの方・番号・営業時間・定休日部／汎用 ***/
.tel-contact-detal,
.tel-contact-detal p{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tel-contact-detal .target-area{
	margin:0 0 5px 0;
	font-size:1.6rem;
	font-weight: bold;
}
.tel-contact-detal .target-area span{
	font-size:1.5rem;
}
.tel-contact-detal .free-dial{
	padding:0 0 0 35px;
	background:url('../img/common/freedial-icon_dkblue.gif') 0 8px /30px no-repeat;
}
.tel-contact-detal .free-dial,
.tel-contact-detal .direct-dial{
	margin:0 0 8px 0;
	line-height:1;
	font-size:3rem;
	font-weight:600 ;
	color:#18394c;
}
.tel-contact-detal .direct-dial span{
	display: inline-block;
	margin-right:5px;
	vertical-align: middle;
	font-size:1.6rem;
}
.tel-contact-detal .detail{
	margin:0;
	font-size:1.3rem;
	color:#18394c;
}
/* リフォームページ用 */
.common-tel-contactbox.reform-flow .tel-contact-detal .free-dial,
.common-tel-contactbox.reform-flow .tel-contact-detal .direct-dial{
	font-size:2.4rem;
}
.common-tel-contactbox.reform-flow .tel-contact-detal .free-dial{
	padding:0 0 0 30px;
	background:url('../img/common/freedial-icon_dkblue.gif') 0 6px /25px no-repeat;
}
.common-tel-contactbox.reform-flow .tel-contact-detal .direct-dial span{
	margin:0;
}


/***				 お近くの展示場へ（宮城・福島・岩手INDEX）ページ／2020.9.15更新 				***/
/** 全ナビ包含 **/
.tenjijyou-navibox-wrap > div:nth-of-type(n+2){
	margin-top:40px
}
/** 全ナビ包含 **/
.tenjijyou-navibox{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin:0 auto 0;
	width:100%;
}
.tenjijyou-navibox::after{
	display: block;
	content:'';
	width:50%;
}
.tenjijyou-navibox h4{
	margin:0 0 15px 0;
	width:100%;
}
.tenjijyou-navibox .blue_line_SP,
.tenjijyou-navibox .earthcol_line_SP{
	margin:0 0 15px -15px;
}

.tenjijyou-navibox > div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 15px;
	width:50%;
}
.tenjijyou-navibox > div img{
	max-width:100%;
	height:auto;
}
.tenjijyou-navibox > div:nth-of-type(n+3){
	margin-top:30px;
}

/***		 各展示場ページ共通 		***/
/*** 見出し ***/
.parent-pageid-283 .cont_wrap h4{
	font-size:28px;
	color:#18394c;
}
.parent-pageid-283 .cont_wrap h4 span{
	display: block;
	margin-top:5px;
	font-size:20px;
}


/***				 オーナー様へ／鉄骨の家の保証 					***/
/*** 保証紹介部／鉄骨の家と木の家で共通 ***/
.owner-hosyo-cont h2{
	margin:0 0 18px 0;
	padding-bottom:10px;
	width:100%;
	font-size:26px;
	font-weight: bold;
	color:#244a5e;
	border-bottom:solid 1px #244a5e;
	font-family: 'Noto Sans JP', sans-serif;
}
.ownerhosyo-intro{
	margin:0 0 20px 0;
	width:64%;
	font-size:14px;
}
.new-hosyoseido40year{
	font-size:16px;
}


/***				 オーナー様へ／木の家の保証 					***/
/* フォントサイズ共通 */
.atolis-plan-intro .intro-box p,
.choukihosyo-info p,
.wooden-hosyo-notes li{
	font-size:14px;
}
/*** アトリスプラン紹介部 ***/
.atolis-plan-intro{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 40px;
	width:100%;
}
.atolis-plan-intro .intro-box{
	width:53%;
}
.atolis-plan-intro .intro-box p:nth-child(2){
	margin:0 0 10px 0;
}
.atolis-plan-intro .chart{
	width:40%;
}
.atolis-plan-intro .chart img{
	max-width:100%;
	height:auto;
}
/*** 30年長期保証制度の内容部 ***/
.year30-hosyo-detail{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin:0 auto 50px;
}
.year30-hosyo-detail li{
	width:23%;
}
.year30-hosyo-detail li:nth-of-type(n+5){
	margin-top:15px;
}
.year30-hosyo-detail li img{
	max-width:100%;
	height:auto;
}
/*** 生涯点検実施時期部 ***/
.syougaitenken-plan{
	margin:0 auto 50px;
	text-align: center;
}
.syougaitenken-plan h3{
	margin:0 0 15px 0;
	font-size:20px;
	text-align:left;
}
.syougaitenken-plan img{
	max-width:100%;
	height:auto;
}
/* 保証内容注釈 */
.wooden-hosyo-notes{
	margin:0 auto 50px;
	width:100%;
}
.wooden-hosyo-notes li{
	padding:0 0 0 1em;
	text-indent:-1em;
	line-height:1.3;
}
.wooden-hosyo-notes li:nth-of-type(n+2){
	margin-top:13px;
}


/***				 トヨタウッドユーホームの家づくり／INDEX 					***/
/* 見出し */
.woodyou-first-cont h3:nth-of-type(1){
	font-size:36px;
}
/* ナビボタン */
.woodyou-navi img{
	max-width:100%;
	height:auto;
}
.woodyou-navi p{
	margin:0 0 0 0;
	line-height:1.3;
	font-size:14px;
}

/***				 トヨタウッドユーホームの家づくり／共通パーツ 					***/
/*** 基本共通レイアウト */
/* ブロック包含 */
.woodyou-common-content{
	margin:0 0 80px 0;
	width:100%;
	font-size:14px;
}
.woodyou-common-content > div{
	margin-top:50px;
	width:100%;
}
/* 基本本文色 */
.woodyou-common-content{
	color:#18394C;
}
/*** 見出し ***/
.woodyou-maintitle{
	position:relative;
	margin:40px auto 37px;
	text-align: center;
}
.woodyou-maintitle img{
	max-width:100%;
	height:auto;
}
.woodyou-maintitle .logobox{
	position: absolute;
	top:-18px;
	left:0;
	max-width:120px;
}


/***				 トヨタウッドユーホームの家づくり／住宅性能 					***/
/*** 共通 ***/
/* レイアウト */
#woodyou-performance-content .woodyou-block > div:nth-of-type(n+2){
	margin-top:50px;
	width:100%;
}
.woodyou-maintitle.performance img{
	max-width:580px;
	height:auto;
}
/* 見出し */
#woodyou-performance-content h3{
	margin:0 0 25px 0;
	border:none;
}
#woodyou-performance-content h4{
	margin:0 0 24px 0;
	padding:0 0 6px 0;
	font-size:26px;
	color:#333;
	border-bottom:solid 1px #333;
}
#woodyou-performance-content h5{
	margin:0 0 10px 0;
	font-size:20px;
	color:#18394c;
}
.performance-inner-block > div:nth-of-type(n+2){
	margin-top:40px;
}

/*** 安心 -safe-ブロック ***/
/** 左右レイアウト／安心・安全・快適共通 **/
.performance-inner-block .inner{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 0;
	width:100%;
}
.performance-inner-block .inner .chart img{
	max-width:100%;
}

/*** 安心 ***/
.performance-inner-block .inner.safe-inner .info{
	width:62%;
}
.performance-inner-block .inner.safe-inner .chart{
	width:35%;
}
.performance-inner-block .inner.safe-inner2-3 .chart{
	margin:0 auto 30px;
	width:100%;
}
/** 木の家ページ流用補正 **/
/* 30年長期保証制度の内容と生涯点検の実施期間 図 */
.performance-inner-block .inner.safe-inner2-2 .year30-hosyo-detail,
.performance-inner-block .inner.safe-inner2-3 .wooden-hosyo-notes{
	margin-bottom:0;
}
.performance-inner-block .inner.safe-inner3-2 .info{
	width:46%;
}
.performance-inner-block .inner.safe-inner3-2 .chart{
	width:51%;
}

/*** 安全 -safety-ブロック ***/
.performance-inner-block .inner.safety-inner .info{
	width:69%;
}
.performance-inner-block .inner.safety-inner .chart{
	width:28%;
}

/*** 快適 -comfortable-ブロック ***/
.comfortable-inner2-0 .chart-box{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 30px;
	width:100%;
}
.comfortable-inner2-0 .chart-box div img{
	max-width:100%;
}
.comfortable-inner2-0 .chart-box > div:nth-child(1){
	width:66%;
}
.comfortable-inner2-0 .chart-box > div:nth-child(2){
	width:32%;
}
.performance-inner-block .inner.comfortable-inner2-1 .info{
	width:100%;
}
.performance-inner-block .inner.comfortable-inner2-2 .info,
.performance-inner-block .inner.comfortable-inner2-3 .info{
	width:50%;
}
.performance-inner-block .inner.comfortable-inner2-2 .chart,
.performance-inner-block .inner.comfortable-inner2-3 .chart{
	width:47%;
}
.performance-inner-block .inner.comfortable-inner2-456 .info{
	width:69%;
}
.performance-inner-block .inner.comfortable-inner2-456 .chart{
	width:28%;
}
.performance-inner-block .inner.comfortable-inner2-7 .info,
.performance-inner-block .inner.comfortable-inner2-7 .chart{
	width:100%;
}


/***				 トヨタウッドユーホームの家づくり／長期優良住宅認定制度 					***/
#woodyou-certification-system-content .intro-heading{
	margin:0 auto 20px;
	text-align: center;
}
#woodyou-certification-system-content .intro-sent{
	text-align: center;
}
/* ブロック見出し */
.woodyou-block h3{
	margin:0 0 25px 0;
	font-size:26px;
	color:#333333;
	padding-bottom:8px;
	border-bottom:solid 1px #333333;
}
/* 長期優良住宅の普及の促進に関する法律 */
.choukiyuuryoujyuutaku-houritsu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 auto 30px;
	width:100%;
}
.choukiyuuryoujyuutaku-houritsu li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 10px;
	padding:15px 10px;
	width:45%;
	border:solid 2px #C30000;
	border-radius: 9px;
}
.choukiyuuryoujyuutaku-houritsu li .point p{
	margin:0;
}
.choukiyuuryoujyuutaku-houritsu li .point{
	margin:0 auto 15px;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	color:#c30000;
	padding-bottom:15px;
	border-bottom:solid 2px #c30000;
}
/* 制度の全体像 */
.woodyou-block .seido-chart{
	text-align: center;
}


/***				 トヨタウッドユーホームの家づくり／安全・安心のまちづくり宣言 					***/
#woodyou-safe-and-secure-content > div:nth-last-of-type(2){
	margin-top:20px;
	width:100%;
}
#woodyou-safe-and-secure-content .intro-heading{
	margin:0 auto 40px;
	text-align: center;
}
/* 概要・概念紹介1 */
.safe-and-secure-contents01,
.safe-and-secure-contents02{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 0;
	width:100%;
}
.safe-and-secure-contents02{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.safe-and-secure-contents01 p,
.safe-and-secure-contents02 p{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:65%;
}
.safe-and-secure-contents01 .photo,
.safe-and-secure-contents02 .photo{
	width:33%;
}
.safe-and-secure-contents01 .photo img,
.safe-and-secure-contents02 .photo img{
	max-width:100%;
	height:auto;
}
#woodyou-safe-and-secure-content .notes{
	margin:0 auto 0;
	padding:12px;
	text-align: center;
	border-top:solid 1px #18394C;
	border-bottom:solid 1px #18394C;
}


/***				 トヨタウッドユーホームの家づくり／宇都宮西工場のご案内 					***/
/*** 共通 ***/
/* レイアウト */
#woodyou-utsunomiya-factory-content .woodyou-block > div:nth-of-type(n+2){
	margin-top:50px;
	width:100%;
}
/* 見出し */
#woodyou-utsunomiya-factory-content h3{
	margin:0 0 24px 0;
	padding:0 0 6px 0;
	font-size:26px;
	color:#333;
	border-bottom:solid 1px #333;
}
#woodyou-utsunomiya-factory-content h4{
	margin:0 0 24px 0;
	font-size:20px;
	color:#18394C;
}
/*** 安心を支えるTPS ***/
.tps-detail{
	margin:0 0 0 0;
	width:100%;
}
.tps-detail li{
	padding:0 0 0 10px;
	border-left:solid 4px #C30000;
}
.tps-detail li:nth-of-type(n+2){
	margin-top:30px;
}
.tps-detail li > p:nth-child(1){
	margin:0 0 5px 0;
	line-height:1.3;
	font-size:16px;
	font-weight: bold;
	color:#000;
}
.tps-detail li > p:nth-child(2){
	margin:0 0 0 0;
	line-height:1.3;
	font-size:14px;
	color:#18394C;
}
/***  工場生産***/
.factory-production-flow{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 0 0 0;
	width:100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* 並びオフセット */
.factory-production-flow::after{
	display: block;
	content:'';
	width:32%;
}
.factory-production-flow li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 0 0;
	padding:14px;
	width:32%;
	border:solid 1px #ccc;
}
.factory-production-flow li:nth-of-type(n+4){
	margin-top:15px;
}
.factory-production-flow li img{
	max-width:100%;
	height:auto;
}
.factory-production-flow li > p:nth-of-type(1){
	margin:0 0 10px 0;
}
.factory-production-flow li > div{
	margin:0 0 5px 0;
}
.factory-production-flow li > p:nth-of-type(1) span{
	vertical-align: middle;
}
.factory-production-flow li > p:nth-of-type(1) > span:nth-of-type(1){
	display: inline-block;
	margin-right:8px;
	width:22px;
	height:22px;
	line-height:1.6;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	color:#fff;
	background-color:#c30000;
}
.factory-production-flow li > p:nth-of-type(1) > span:nth-of-type(2){
	font-size:16px;
	font-weight: bold;
	color:#000;
}
.factory-production-flow li > p:nth-of-type(2){
	margin:0 0 0 0;
	line-height:1.4;
}
/*** 工場見学 ***/
.woodyou-block.factory-tour .factory-tour-title{
	margin:40px auto 40px;
	text-align: center;
}
.woodyou-block.factory-tour .factory-tour-lead{
	margin:0 auto 40px;
	text-align: center;
}
/*** 工場見学会参加者レポート ***/
.woodyou-block.factory-report .factory-report-title{
	margin:40px auto 40px;
	text-align: center;
}
.woodyou-block.factory-report .factory-report-lead{
	margin:0 auto 40px;
	text-align: center;
}
/** 6ポイント **/
.woodyou-block.factory-report .factory-report-pointtitle{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto 20px;
	padding:6px;
	width:70%;
	line-height:1;
	text-align: center;
	font-size:26px;
	font-weight: bold;
	color:#fff;
	background-color:#c30000;
	border-radius:26px;
}
.factory-report-6point{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 30px;
	width:100%;
}
/* 並びオフセット */
.factory-report-6point::after{
	display: block;
	content:'';
	width:32%;
}
.factory-report-6point li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 0 0;
	width:32%;
}
.factory-report-6point li:nth-of-type(n+4){
	margin-top:15px;
}
.factory-report-6point li img{
	max-width:100%;
	height:auto;
}
/** 感想 **/
.factory-report-visitorsvoice{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0;
	padding:24px;
	width:100%;
	border:solid 2px #c30000;
	border-radius:8px;
}
.factory-report-visitorsvoice .title{
	margin:0 auto 20px;
	width:100%;
	text-align: center;
	font-size:19px;
	font-weight: bold;
	color:#18394C;
}
.factory-report-visitorsvoice .title span{
	color:#c30000;
}
.factory-report-visitorsvoice .impressions{
	margin:0;
	width:63%;
}
.factory-report-visitorsvoice .impressions li{
	padding-left:2em;
	text-indent:-2em;
	line-height:1.4;
}
.factory-report-visitorsvoice .impressions li::before{
	display: inline-block;
	content:'■';
	margin-right:8px;
	padding-left:0;
	text-indent:0;
	font-size:19px;
	color:#c30000;
}
.factory-report-visitorsvoice .impressions li:nth-of-type(n+2){
	margin-top:10px;
}
.factory-report-visitorsvoice .chart{
	margin:0;
	width:33%;
}
.factory-report-visitorsvoice .chart img{
	display: block;
	margin:0 auto 0;
	max-width:100%;
}
.factory-report-visitorsvoice .chart img:nth-of-type(n+2){
	margin-top:10px;
}
/*** 安心の住宅性能 ***/
.safe-performance{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 0;
	width:100%;
}
.safe-performance li{
	margin:0 auto 0;
	width:47%;
}
.safe-performance h4{
	font-size:19px !important;
	margin-bottom:15px !important;
}
.safe-performance li p img{
	float: right;
	padding-left:18px;
	width:30%;
	height:auto;
}
.safe-performance li .safe-performance-atolis-md{
	margin:0 0 15px 0;
	padding:0 0 4px 0;
	font-size:18px;
	font-weight: bold;
	color:#18394c;
	border-bottom:solid 1px #18394c;
}
/*** 宇都宮西工場概要 ***/
.factory-info{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto 0;
	width:100%;
}
.factory-info div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 24px 0 0;
	width:36%;
}
.factory-info img{
	max-width:100%;
	height: auto;
}
.factory-detail{
	margin:0 0 0 0;
	width:64%;
}
.factory-detail li span{
	font-weight: bold;
}
.factory-detail li:nth-of-type(n+2){
	margin-top:6px;
}
.factory-detail li:last-of-type{
	margin-top:28px;
}
/*** アクセスマップ ***/
.factory-map{
	margin:0 auto 25px;
	width:80%;
}
.factory-map img:nth-of-type(1){
	margin:0 auto 35px;
}
.factory-map img{
	display: block;
	max-width:100%;
	height:auto;
}
.factory-map a{
	margin:0 auto 0;
	display: block;
}
/*** ISO認証取得工場 ***/
/* インナーレイアウト */
.woodyou-block.iso > div:nth-of-type(n+2){
	margin-top:30px;
}
/* 登録証 */
.registration-card{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 10px;
	width:100%;
}
.registration-card::after{
	display: block;
	content:'';
	width:24%;
}
.registration-card a{
	display: block;
	width:24%;
}
.registration-card a img{
	max-width:100%;
	height:auto;
}
/* 方針、取得までの経緯 */
.factory-iso-policy,
.factory-iso-history{
	margin:0 auto 0;
	width:100%;
}
.factory-iso-policy li,
.factory-iso-history li{
	padding:0 0 0 1.5em;
	text-indent:-1.5em;
}
.factory-iso-policy li:nth-of-type(n+2),
.factory-iso-history li:nth-of-type(n+2){
	margin-top:4px;
}
.factory-iso-history li .sp{
	display:none;
}

.registration-card .notes{
	margin:0;
	width:100%;
	text-align: right;
}


/***				 商品ラインナップ（鉄骨の家／木の家 INDEXページ） 					***/
#products-index-cont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 auto 0;
	width:100%;
}
#products-index-cont .navi-box{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0;
	width:50%;
	padding-top:63%;
}
#products-index-cont .navi-box::after{
	display:block;
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:ease-out .2s;
	transition:ease-out .2s;
}
#products-index-cont .navi-box:hover::after{
	opacity:0.5;
}
/* 鉄骨の家ナビ用 */
#products-index-cont .navi-box.steel::after{
	background-color:#304999;
}
#products-index-cont .navi-box.steel{
	background:url('../img/products/steel-navi-bg.jpg') 0 0 /cover no-repeat;
}
/* 木の家ナビ用 */
#products-index-cont .navi-box.wood::after{
	background-color:#5c2625;
}
#products-index-cont .navi-box.wood{
	background:url('../img/products/wood-navi-bg.jpg') 0 0 /cover no-repeat;
}
#products-index-cont .navi-box > div{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	text-align: center;
	z-index:1;
}
#products-index-cont .navi-box > div:nth-child(1){
	top:14%;
}
#products-index-cont .navi-box > div:nth-child(2){
	bottom:0;
}
/* 前面ボタンアタリ */
#products-index-cont .navi-box .allbutton{
	text-decoration: none;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}

/***				 商品ラインナップページ（鉄骨の家／木の家） 					***/
/*** ページナビ／商品ラインナップページ、トヨタウッドユーホームの家づくりページ、他INDEX系ページで共通 ***/
/*** 幅は各ページのクラスで変える ***/
.common-new-pagenavi{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common-new-pagenavi li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 !important;
	padding:0 1px;
}
.common-new-pagenavi.split-2 li{
	width:50% !important;
}
.common-new-pagenavi.split-3 li{
	width:33.3333% !important;
}
.common-new-pagenavi.split-4 li{
	width:25% !important;
}
.common-new-pagenavi.split-5 li{
	width:20% !important;
}
.common-new-pagenavi.split-6 li{
	width:16.6666% !important;
}
.common-new-pagenavi li a{
	float:none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 !important;
	width:100% !important;
}

#products-index_intro{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 0 30px 30px;
	width:auto;
}
#products-index_intro h3{
	margin:0 auto 20px;
	width:100%;
	font-size:32px;
	font-weight: bold;
	color:#18394c;
}
#products-index_intro .intro{
	margin:0;
	width:70%;
	line-height:1.4;
	font-size:14px;
}
#products-index_intro .link-button{
	margin:0;
	text-align: center;
	width:28%;
}
#products-index_intro .link-button img{
	margin:0 auto 0;
	max-width:100%;
	height:auto;
}
#products-index_intro .hp-annai{
	font-size:12px;
}
/* ナビボタンマウスホバーアクション */
#cmn-products-navibtn-wrap .products-nvbtn{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#cmn-products-navibtn-wrap .products-nvbtn a{
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
#cmn-products-navibtn-wrap .products-nvbtn img{
	margin:0;
	max-width:100%;
	height:auto;
}
#cmn-products-navibtn-wrap .products-nvbtn .mask{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;	/* マスクを表示しない */
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
#cmn-products-navibtn-wrap .products-nvbtn .mask .caption{
	line-height:1.3;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-left:0px;
}

#cmn-products-navibtn-wrap .products-nvbtn .mask.steel{
	background-color:rgba(48,73,153,0.8);
}
#cmn-products-navibtn-wrap .products-nvbtn .mask.wood{
	background-color:rgba(92,38,37,0.8);
}
#cmn-products-navibtn-wrap .products-nvbtn:hover .mask{
	opacity:1; /* マスク表示 */
	padding-left:20px; /* 右にずらす */
}
/* キャプション */
.products-nvbtn-wrap > p{
	margin:0;
	font-size:14px;
}



/***				 実例集インデックスページ / 2020.11.13～ 					***/
/* タイトル */
.jitsurei-index-maintitle{
	margin:12px auto 50px;
}
/*** レイアウト ***/
.cont_wrap.case_archives{
	margin:0;
}
.jitsurei-index-navi-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 auto 80px;
}
/* 見出し */
.jitsurei-index-navi h3{
	margin:0 auto 60px;
	text-align: center;
	font-size:30px;
	font-weight: bold;
}
.jitsurei-index-navi.steel h3{
	color:#18394C;
}
.jitsurei-index-navi.wood h3{
	color:#5C2625;
}
.jitsurei-index-navi h3 img{
	display: inline-block;
	max-width:100%;
	height:auto;
}
/* インデックスリスト */
.jitsurei-index-navi-wrap > ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:44%;
}
.jitsurei-index-navi-wrap > ul > li{
	padding:0 0 0 0;
	width:100%;
}
.jitsurei-index-navi-wrap > ul > li:nth-of-type(n+2){
	margin-top:20px;
}
/* 実例タイトル */
.jitsurei-index-navi-wrap > ul > li .case_title a{
	font-size:20px;
	color:#757575;
}
/* 紹介部 */
.jitsurei-index-navi-wrap > ul > li .introbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jitsurei-index-navi-wrap > ul > li .introbox .intro{
	width:55%;
}
.jitsurei-index-navi-wrap > ul > li .introbox .photo{
	padding-bottom:20px;
	width:40%;
}
.jitsurei-index-navi-wrap > ul > li .introbox .photo{
	text-align: right;
}
.jitsurei-index-navi-wrap > ul > li .introbox .photo img{
	display: inline-block;
	margin:0 auto 0;
	max-width:100%;
	height:auto;
}
/* 全国実例バナー */
.steeelframe-banbox{
	margin:0 auto 80px;
	width:40%;
}
.steeelframe-banbox img{
	display: block;
	margin:0 auto 0;
	max-width:100%;
	height: auto;
}



/***				 木の家実例集ページ / 2020.11.6～ 					***/
/*** レイアウト ***/
#content-wrapper-wood{
	margin:0 auto;
	width:1280px;
}
#content-wrapper-wood .entry-content .breadcrumb,
#content-wrapper-wood .entry-content .sub_menu{
	margin-right:auto;
	margin-left:auto;
	width:950px;
}
.woodcase-sec-inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}

/*---グレー背景---*/
.woodcase-mv {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(60%, #FAFAFA), to(#FAFAFA));
	background: linear-gradient(to bottom, #fff 60%, #FAFAFA 60%, #FAFAFA 100%);
}
.woodcase-intro,
.woodcase-point {
	background: #FAFAFA;
}

/*---見出し---*/
#content-wrapper-wood h1 {
	display: none;
}
#woodcase-content h2,
#woodcase-content h3,
#woodcase-content h4,
#woodcase-content h5 {
	font-family: 'Yu Gothic', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#woodcase-content h2 {
	margin-bottom: 50px;
	font-size: 30px;
}
#woodcase-content h3 {
	margin-bottom: 40px;
	padding-left: 10px;
	font-size: 30px;
	border-left: 2px solid #18394C;
}
#woodcase-content h4 {
	margin-bottom: 40px;
	font-size: 30px;
	text-align: center;
}
#woodcase-content h4 span {
	display: block;
	padding-top: 10px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	color: #CBCBCB;
}
#woodcase-content h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 80px;
	margin-bottom: 30px;
	line-height:1.3;
	letter-spacing:-0.04em;
	font-size: 22px;
}

/*
#woodcase-content h5 span {
	position: relative;
	padding-right: 66px;
}
#woodcase-content h5 span::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: block;
	width: 113px;
	height: 1px;
	background: #18394C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
*/

/*---メインビュー---*/
.woodcase-img-box img {
	display: block;
	max-width: 100%;
}

/*---イントロ---*/
.woodcase-intro-box {
	margin: 40px 0;
	padding: 40px;
	font-size: 16px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px #00000029;
	box-shadow: 0px 0px 10px #00000029;
}
.woodcase-intro-box .story {
	border-bottom: 1px solid #18394C;
}
.woodcase-intro-box .story li {
	margin-bottom: 30px;
}
.woodcase-intro-box p {
	text-align: right;
}
.woodcase-intro-box .name {
	font-weight: bold;
}

/*---ポイント---*/
.woodcase-point-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 100px;
}
.woodcase-point-box:last-of-type {
	margin-bottom: 50px;
}
.point-inner-text {
	width: 32%;
	font-size: 16px;
}
.point-inner-img {
	width: 66%;
}
.point-box-l .point-inner-text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.point-box-l .point-inner-img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.woodcase-point-box.point-box-vertical {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}
.point-box-vertical .point-inner-text,
.point-box-vertical .point-inner-img {
	width: 49%;
}

/*---ギャラリー---*/
.woodcase-gallery-box li {
	width: 23%;
}
.woodcase-gallery-box li:nth-child(n+5) {
	margin-top: 20px;
}
.woodcase-gallery p {
	font-size: 14px;
	color: #757575;
	text-align: center;
}

.woodcase-gallery p img {
	display: inline-block;
	padding-right: 6px;
	vertical-align: text-top;
}

.woodcase-gallery-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.woodcase-gallery-box li img {
	width: 100%;
}
/*--- ギャラリー写真の左寄せ ---*/
.woodcase-gallery-box::before {
	content: "";
	display: block;
	width: 23%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.woodcase-gallery-box::after {
	content: "";
	display: block;
	width: 23%;
}

/*---データ---*/
.woodcase-data-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.woodcase-data-box .data-inner {
	width: 49%;
}
.woodcase-data-box p {
	padding: 20px;
	font-size: 16px;
	background: #F6F6F6;
}
.woodcase-data-box p span {
	display: inline-block;
	width: 85px;
	margin-right: 20px;
	font-weight: bold;
	border-right: 1px solid #18394C;
}

/*---アーカイブ---*/
.woodcase-archives .wood_archives div {
	background: #5C2625;
}
.woodcase-archives .technology_archives div {
	background: #2E499A;
}
.woodcase-archives .build_case_archives div {
	display: inline-block;
	width: 170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 14px 0 0;
}
.woodcase-archives .build_case_archives p {
	display: inline-block;
}

.woodcase-archives p a:nth-of-type(n+2) {
	display: inline-block;
	padding-left: 20px;
}
.woodcase-archives p br {
	display: none;
}

/*---ボトム---*/
.woodcase-bottom .unit_07 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.woodcase-bottom .unit_07 img {
	display: block;
	max-width: 100%;
	margin-bottom: 8px;
}
.woodcase-bottom .unit_07 span{
	display: block;
	text-align: left;
}


/***				 不動さメンバーズページ / 2021.3.29～ 					***/
.tomonokai-mainimage{ margin:0 auto 60px; }
.tomonokaipage-md{ margin:0 0 20px 0; font-size:2.5rem; font-weight: bold; color:#18394c; }
.tomonokai-sent{ margin:0; font-size:1.6rem; color:#18394c; }
.tomonokai-reg-button{ position:relative; margin:40px auto 60px; }
.tomonokai-reg-button a{ position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin:0 auto 0; padding:0 9px; width:100%; max-width:464px; height:77px; font-size:2rem; font-weight: bold; color:#fff !important; background-color:#ff9500; border-radius:4px; -webkit-transition: all ease .2s; transition: all ease .2s; }
.tomonokai-reg-button a > img:nth-of-type(1){ padding-right:5px; }
.tomonokai-reg-button a:hover{ text-decoration: none !important; opacity:0.65; }
.tomonokai-reg-button a .btn-icon{ position:absolute; top:50%; right:9px; -webkit-transform: translateY(-50%); transform: translateY(-50%)}

.tomonokai-tokuten-info{
  margin:0 auto 0;
  width:100%;
}
.tomonokai-tokuten-info li .title{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:15px;
  line-height:1.3;
  text-align: center;
  font-size:2rem;
  font-weight: bold;
  color:#fff;
  background-color:#1d730b;
  border-radius:4px 4px 0 0;
}
.tomonokai-tokuten-info li .title span{
  display: block;
  margin-top:8px;
  width:100%;
  line-height:1.3;
}
.tomonokai-tokuten-info li .tomonokai-tokuten-sent{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:25px;
  font-size:1.6rem;
  color:#18394c;
  background-color:#f7f7f7;
  border-radius:0 0 4px 4px;
}
.tomonokai-tokuten-info li:nth-of-type(n+2){
  margin-top:20px;
}
@media (min-width:768px){
  .tomonokai-mainimage{ margin:0 auto 80px; }
  .tomonokai-reg-button{ margin:60px auto 60px; }
  .tomonokai-reg-button a{ padding:0 18px; }
  .tomonokai-reg-button a .btn-icon{ right:18px; }
  .tomonokai-tokuten-info li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tomonokai-tokuten-info li .title{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:32%;
    border-radius:4px 0 0 4px;
  }
  .tomonokai-tokuten-info li .tomonokai-tokuten-sent{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:68%;
    border-radius:0 4px 4px 0;
  }
  .tomonokai-tokuten-info li:nth-of-type(n+2){
    margin-top:15px;
  }
}

/*** ニュースアーカイブ文言撤去／ 2025.4.11～ ***/
.archive.category.category-news.category-1 .subheading{
  display: none !important;
}

/*** 汎用スタイル ***/
/* ボトムマージン */
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb35{
	margin-bottom:35px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb45{
	margin-bottom:45px !important;
}
.mb50{
	margin-bottom:50px !important;
}
