@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.r3Breadcrumbs {
	position: relative;
	z-index: 10;
}
/* 大枠
------------------------------------------------------------------------------- */
.nWorld {
	min-width: 950px;
	padding: 0 0 100px;
	background: url(/global/common/images/parts/map_bg01.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/* 見出し
------------------------------------------------------------------------------- */
#globalMap .gHeading01 {
	position: relative;
	height: 245px;
	box-sizing: border-box;
}
#globalMap .gHeading01_tit {
	position: absolute;
	top: 106px;
	width: 100%;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 317%;
	font-weight: bold;
	text-align: center;
}
#globalMap .gHeading01_tit span {
	display: none;
}
#globalMap .gHeading01_txt {
	position: absolute;
	top: 166px;
	width: 100%;
	line-height: 1.25;
	color: #fff;
	font-size: 134%;
	text-align: center;
}
/* グーグルマップ
------------------------------------------------------------------------------- */
#globalMap .gMap {
	position: relative;
	padding: 0 20px;
}
#globalMap .gMap_in {
	max-width: 1240px;
	margin: 0 auto;
}
#globalMap .gGuide {
	line-height: 1;
	padding: 0 0 15px;
	color: #fff;
	font-size: 109%;
	letter-spacing: -0.5em;
}
#globalMap .gGuide_item {
	display: inline-block;
	position: relative;
	margin: 0 26px 0 0;
	padding: 1px 0 0 19px;
	letter-spacing: normal;
	vertical-align: top;
}
#globalMap .gGuide_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 18px;
}
#globalMap .gGuide_item-type2,
#globalMap .gGuide_item-type3 {
	display: none;
}
#globalMap .gGuide_item-all::before {
	background-image: url(/global/common/images/parts/guide_ico01.png);
}
#globalMap .gGuide_item-type1::before {
	background-image: url(/global/common/images/parts/guide_ico02.png);
}
#globalMap .gGuide_item-type2::before {
	background-image: url(/global/common/images/parts/guide_ico03.png);
}
#globalMap .gGuide_item-type3::before {
	background-image: url(/global/common/images/parts/guide_ico04.png);
}
#globalMap .gCanvas {
	max-width: 1240px;
	height: 460px;
}
#globalMap .gFunction {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0;
	color: #fff;
}
#globalMap .gFunction1 {
	width: 33%;
	padding: 30px 40px 30px 0;
	box-sizing: border-box;
}
#globalMap .gFunction1_in {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
#globalMap .gFunction1_head {
	display: table-cell;
	width: 7em;
	line-height: 1.2;
	font-size: 134%;
	vertical-align: middle;
}
#globalMap .gFunction1_body {
	display: table-cell;
	vertical-align: middle;
}
#globalMap .gFunction2 {
	width: 67%;
	padding: 30px 0 30px 40px;
	border-left: 1px solid #6e6e6e;
	box-sizing: border-box;
}
#globalMap .gFunction2_in {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
#globalMap .gFunction2_head {
	display: table-cell;
	width: 12em;
	line-height: 1.5;
	font-size: 134%;
	vertical-align: middle;
}
#globalMap .gFunction2_head span {
	display: block;
	font-size: 11px;
}
#globalMap .gFunction2_body {
	display: table-cell;
	vertical-align: middle;
}
#globalMap .gFilter {
	margin: 0 ;
	font-size: 117%;
}
#globalMap .gFilter_item {
	float: left;
	width: 170px;
	line-height: 40px;
	margin: 0 14px 0 0;
	background-color: #4d4d4f;
	color: #fff;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
#globalMap .gFilter_item-all.gFilter_item-checked {
	background-color: #fa0046;
}
#globalMap .gFilter_item-type1.gFilter_item-checked {
	background-color: #ad8f3d;
}
#globalMap .gFilter_item-type2.gFilter_item-checked {
	background-color: #2075b4;
}
#globalMap .gFilter_item-type3.gFilter_item-checked {
	background-color: #369642;
}
#globalMap .gFunction3 {
	display: none;
	padding: 40px 0 0;
	border-top: 1px solid #6e6e6e;
}
#globalMap .gFunction3 + .gFunction3 {
	padding-top: 50px;
	border-top: none;
}
#globalMap .gFunction3_in {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
#globalMap .gFunction3_head {
	display: table-cell;
	width: 9.5em;
	line-height: 1.35;
	font-size: 134%;
	vertical-align: top;
}
#globalMap .gFunction3_head span {
	display: block;
	margin: 5px 0 0;
	font-size: 11px;
}
#globalMap .gFunction2_body {
	display: table-cell;
	vertical-align: middle;
}
#globalMap .gAll {
	margin: -12px 0 0;
	font-size: 14px;
}
#globalMap .gAll label {
	display: block;
	width: 84px;
	line-height: 1;
	margin: 0 0 22px;
	padding: 16px 12px;
	background-color: rgba(250, 0, 70, 0.5);
	background: rgba(250, 0, 70, 0.5);
	cursor: pointer;
	box-sizing: border-box;
}
#globalMap .gCategory {
	margin: 0 0 -20px -20px;
	font-size: 14px;
	overflow: hidden;
	letter-spacing: -0.5em;
}
#globalMap .gCategory_item {
	display: inline-block;
	margin: 0 20px 20px;
	letter-spacing: normal;
}
#globalMap .gCategory_item label {
	cursor: pointer;
}
@media only screen and (max-width: 1240px) {
	#globalMap .gFunction1 {
		width: 40%;
		padding: 30px 30px 30px 0;
	}
	#globalMap .gFunction2 {
		width: 60%;
		padding: 30px 0 30px 30px;
	}
}
@media only screen and (max-width: 1140px) {
	#globalMap .gFunction1_head {
		width: 7em;
	}
	#globalMap .gFunction2_head {
		width: 11em;
	}
	#globalMap .gFunction3_head {
		width: 8em;
	}
}
/* 【フォーム】セレクトメニュー
------------------------------------------------------------------------------- */
#globalMap .fSelect {
	position: relative;
	max-width: 200px;
	overflow: hidden;
}
#globalMap .fSelect select {
	border: none;
	display: inline-block;
	font: inherit;
	line-height: 40px;
	padding: 0 3em 0 1em;
	border-radius: 0;
	background-color: #666;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
}
#globalMap .fSelect::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -5px 0 0 -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
/* 【フォーム】チェックボックス
------------------------------------------------------------------------------- */
#globalMap .fCheck-hide {
	display: none !important;
}
#globalMap .fCheck + span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
	background-color: #fff;
	color: #fff;
	vertical-align: -0.2em;
}
#globalMap .fCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 4px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 動画ギャラリー
------------------------------------------------------------------------------- */
#globalMap .gGallery {
	position: relative;
	margin: 80px 0 0;
	padding: 0 80px;
}
#globalMap .gVideo_item {
	float: left;
	width: 240px;
	margin: 0 20px 0 0;
	box-sizing: border-box;
}
#globalMap .gVideo_item-frame {
	width: 260px;
	padding: 10px 10px 7px;
	background-color: #5c5c5c;
}
#globalMap .gVideo_wrap {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
}
.d_hover #globalMap a.gVideo_wrap:hover {
	opacity: 0.6;
}
#globalMap .gVideo_wrap .gVideo_img {
	display: block;
	position: relative;
}
#globalMap .gVideo_wrap .gVideo_img img {
	width: 100%;
	height: auto;
}
#globalMap a.gVideo_wrap .gVideo_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border-radius: 100%;
	background-color: #fa0046;
}
#globalMap a.gVideo_wrap .gVideo_img::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -3.5px 0 0 -2px;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #fff;
}
#globalMap .gVideo_caption {
	line-height: 1.5;
	margin: 7px 0 0;
	color: #fff;
	font-size: 100%;
}
/* ボタン掲載
------------------------------------------------------------------------------- */
#globalMap .gBtns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 980px;
	line-height: 1.6;
	margin: 80px auto 0;
	padding: 0 20px;
	z-index: 1;
}
#globalMap .gBtns_item {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: 460px;
	margin: 0 15px;
	font-size: 159%;
}
#globalMap .gBtns_item-mt {
	width: 460px;
	margin: 28px 0;
}
#globalMap .gBtns_item a {
	display: block;
	padding: 13px 20px;
	border: 1px solid #aaa;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s;
}
.d_hover #globalMap .gBtns_item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
}
#globalMap .gBtns_item a[target='_blank']::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 20px 0 0;
	background: url(/global/common/images/parts/blank_ico01.png) left top no-repeat;
	background-size: 16px 16px;
	vertical-align: -0.05em;
}
/* モーダル調整
------------------------------------------------------------------------------- */
.mfp-content .mfp-close {
	top: -80px;
	height: 80px;
	padding: 0;
	opacity: 1;
	cursor: pointer;
	box-sizing: border-box;
}
.mfp-content .mfp-close:active {
	top: -80px;
}
.mfp-content .mfp-close::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	width: 2px;
	height: 70px;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mfp-content .mfp-close::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	width: 2px;
	height: 70px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mfp-container {
	min-width: 900px;
	padding-right: 30px;
	padding-left: 30px;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
	width: 650px;
	height: 370px;
	border: none;
	margin: 0;
}
.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 950px;
	margin: 100px auto 0;
	padding: 22px 0 0;
	color: #fff;
}
.winIn {
	display: table;
	width: 100%;
	max-width: 950px;
	table-layout: fixed;
}
.colThumb {
	display: table-cell;
	width: 51.6%;
	vertical-align: top;
}
.colThumb img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.colTxt {
	display: table-cell;
	position: relative;
	width: 48.5%;
	padding: 0 0 0 36px;
	vertical-align: top;
}
.infoTit {
	line-height: 1.5;
	margin: 0 0 48px;
	font-size: 200%;
}
.infoTit a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .infoTit a:hover {
	opacity: 0.7;
}
.colTxt-type1 .infoTit {
	margin-bottom: 35px;
}
.infoTag {
	line-height: 2;
	margin: 0 0 30px;
	font-size: 117%;
}
.infoTit + .infoTag {
	margin: -24px 0 32px;
}
.infoTxt {
	line-height: 2;
	font-size: 117%;
}
.infoTxt sup {
	font-size: 10px;
}
.infoTxt_head {
	display: block;
	float: left;
}
.infoTxt_body {
	display: block;
	overflow: hidden;
}
.infoTxt::after { content: ''; display: block; clear: both; height: 0; }
.infoBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px -10px 0;
	font-size: 16px;
}
.infoBtn_item {
	width: -webkit-calc(50% - 21px);
	width: calc(50% - 21px);
	margin: 20px 10px 0;
}
.infoBtn-w {
	margin: 37px -10px 0;
	font-size: 20px;
}
.infoBtn-w .infoBtn_item {
	width: 100%;
	margin: 0 10px;
}
.infoBtn a {
	display: block;
	line-height: 62px;
	background-color: #4d4d4f;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .infoBtn a:hover {
	opacity: 0.7;
}
.gVideo_btn {
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 100%;
	line-height: 1.2;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
.gVideo_btn a {
	display: block;
	max-width: 460px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #fff;
	background-color: #222;
	text-decoration: none;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gVideo_btn a:hover {
	opacity: 0.7;
}
.swiper_btn {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	z-index: 9;
	cursor: pointer;
	transition: opacity .3s;
}
.swiper_btn.swiper-button-disabled {
	opacity: 0.2;
}
.swiper_btn-prev {
	left: 30px;
}
.swiper_btn-next {
	right: 30px;
}
.swiper_btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #fff;
}
.swiper_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	transition: border .3s;
}
.swiper_btn-prev::after {
	margin: -5px 0 0 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper_btn-next::after {
	margin: -5px 0 0 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.d_hover .swiper_btn:hover {
	opacity: 0.6;
}
.d_hover .swiper_btn.swiper-button-disabled:hover {
	opacity: 0.2;
}
/* こちらもご覧ください
------------------------------------------------------------------------------- */
.gAside {
	min-width: 950px;
	padding: 74px 0 90px;
}
.gAside_txt {
	max-width: 246px;
	margin: 0 auto 39px;
}
.gAside_nav {
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.gAside_nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	margin: -9px -9px 0;
}
.gAside_nav li {
	width: -webkit-calc(25% - 18px);
	width: calc(25% - 18px);
	margin: 9px 9px 0;
}
.gAside_nav a {
	display: block;
}
.gAside_img {
	display: block;
	height: 148px;
	overflow: hidden;
}
.gAside_cap,
span.gAside_cap {
	display: block;
	margin: 11px 0 0 1px;
	padding: 0 0 0 13px;
	background-position: left 0.5em;
	font-size: 134%;
	text-decoration: underline;
}
.gAside_cap.linkExternal {
	padding-left: 18px;
	background-position: left 0.4em;
}
.d_hover .gAside_nav a:hover .gAside_cap {
	text-decoration: none;
}
.csstransitions.d_hover .gAside_nav a img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.csstransitions.d_hover .gAside_nav a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.linkTxt,
.past_index {
	padding-left: 15px;
	background: url(../images/ico_arw04.gif) 1px 0.55em no-repeat;
}
/* 見出し
------------------------------------------------------------------------------- */
.glHeading01 {
	line-height: 1.5;
	margin: 80px 0 55px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.glHeading01-mt1 {
	margin-top: 120px;
}
/* 大和ハウスグループについて
------------------------------------------------------------------------------- */
.idxAbout01 {
	margin: 120px 0;
}
.idxAbout01_in {
	max-width: 950px;
	margin: 0 auto;
}
.idxAbout01_tit {
	line-height: 1.5;
	margin: 0 0 50px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.idxAbout01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 100%;
}
.idxAbout01_item {
	width: 288px;
}
.idxAbout01_wrap {
	display: block;
	text-decoration: none;
}
.idxAbout01_img {
	display: block;
}
.idxAbout01_txt {
	position: relative;
	line-height: 1.6875;
	margin: 20px 0 0;
	padding: 0 40px 0 0;
	font-size: 134%;
	font-weight: 500;
	text-decoration: underline;
}
.idxAbout01_txt::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}